@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Tahoma,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > div {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Tahoma,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Tahoma,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Tahoma,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3;
}

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

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

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none;
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

/* Your custom fonts here */
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons.eot?v=2.0.0");
  src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AlegreyaSans';
  src: url("../fonts/AlegreyaSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AlegreyaSans';
  src: url("../fonts/AlegreyaSans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AlegreyaSans';
  src: url("../fonts/AlegreyaSans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HeliosCond';
  src: url("../fonts/HeliosCond.ttf");
  font-weight: normal;
  font-style: normal;
}

.ion-email:before,
.ion-ios-telephone:before,
.ion-ios-clock:before,
.ion-ios-location:before,
.ion-chevron-right:before,
.ion-chevron-left:before,
.aside_btn:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-email:before {
  content: "\f132";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

* {
  box-sizing: border-box;
}

body {
  font-family: AlegreyaSans;
  font-size: 17px;
  line-height: 1.4;
}

h1,
caption {
  font-size: 35px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 0;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}

h5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em;
}

p {
  padding: 0.5em 1em;
  margin: 0 auto;
}

.underline {
  text-decoration: underline;
}

.noise-bg {
  background: url(../img/general/noise.jpg);
  background-repeat: repeat;
}

.dark-bg {
  background-color: #141a1f;
  color: #fff;
}

.blue-bg {
  background-color: #155a92;
  color: #fff;
}

.blue-bg_opacity {
  background-color: rgba(21, 90, 146, 0.6);
  color: #fff;
}

.bg-keramzit {
  background: url(../img/general/main-bg_1.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
}

.bg-white-img {
  background: url(../img/general/main-bg_2.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue-bg_opacity__more {
  background-color: rgba(21, 90, 146, 0.6);
  color: #fff;
}

.header__main-bg {
  background: url(../img/general/head-block.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__all-bg {
  background: url(../img/igeneral/head-block.jpg) top center;
  background-repeat: no-repeat;
  background-size: content;
}

.logo {
  font-family: HeliosCond;
  color: #fff;
  border: 2px solid #fff;
  font-size: 61px;
  padding: 10px 30px;
  line-height: 1;
}

.logo_text {
  font-size: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.big_char {
  font-size: 1.4em;
  font-style: normal;
}

.green_grad {
  background: #40a545;
  background: -webkit-linear-gradient(top, #40a545 0%, #3d703f 100%);
  background: linear-gradient(to bottom, #40a545 0%, #3d703f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40a545', endColorstr='#3d703f', GradientType=0);
  background-clip: padding-box;
}

.btn:hover {
  text-shadow: inset 0 0 10px 3px rgba(0, 0, 0, 0.5);
}

.btn {
  border-radius: 2px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 195px;
  height: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: inset 0 0 15px 5px transparent, 0 0 5px 1px transparent;
}

.btn:hover {
  box-shadow: inset 0 0 15px 5px transparent, 0 0 10px 0 rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.btn:active {
  box-shadow: inset 0 0 15px 5px rgba(0, 0, 0, 0.2), inset 0 -2px 5px 0px rgba(0, 0, 0, 0.2);
}

.container-fill {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog .flex {
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.inline-item {
  margin-right: 1em;
}

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

.icon {
  float: left;
  margin-right: 0.5em;
}

.only_mobile {
  display: none;
}

.only_desktop {
  display: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.nav {
  box-shadow: 0 1px 1px #fff, 0 2px 10px rgba(0, 0, 0, 0.2), 0 5px 5px rgba(0, 0, 0, 0.3);
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 0;
}

nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

nav a {
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 15px 0px;
}

nav a:hover {
  color: #155a92;
  background-color: #fff;
}
.navigation-main .active .active{
      background-color: #d4d4d4;
}
.header_block {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 1em;
}

.header_block .item {
  width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.header_block .item:last-of-type {
  width: 300px;
  margin-bottom: 1em;
}

.text-adress {
  line-height: 2.5;
  font-size: 1.1em;
}

.header-items .item {
  width: 20%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-items .item:hover .img-item img {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header-items .img-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  background-color: #fff;
}

.header-items .text-item {
  margin-top: -1px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

.header_only img {
  border: 2px solid #fff;
}

.item img {
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.teangle {
  position: relative;
}

.teangle:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 117px solid transparent;
  border-right: 117px solid transparent;
  border-top: 45px solid rgba(255, 255, 255, 0.3);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header_only {
  padding-bottom: 3em;
}

.header_only h2 {
  margin: 0;
  padding-top: 1em;
  padding-bottom: 0.5em;
  text-align: center;
  color: #fff;
}

.main-about {
  padding: 1em 0;
}

.main-garant {
  padding: 60px 0;
}

.main-garant p {
  padding-top: 0;
  padding-left: 0;
}

.main-garant .flex {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 2em;
}

.main-garant .item:first-of-type {
  min-width: 150px;
}

.main-avantage {
  padding: 1em 0 2.5em;
}

.main-avantage h4 {
  color: #155a92;
}

.main-avantage .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: stretch;
}

.main-avantage .item {
  width: 48%;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.6);
  border: 3px solid #fff;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.main-avantage .flex_inner {
  padding: 0 1em;
}

.flex_inner img {
  margin-left: 0;
  margin-right: 1em;
}

.flex_inner h4 {
  margin: 0;
}

.main-autopark {
  color: #fff;
  padding: 1em 0;
}

.main-autopark .item {
  width: 33%;
  padding: 1em;
}

.pre-footer {
  padding: 1em 0;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

.pre-footer .item:first-of-type {
  text-align: center;
}

.pre-footer .item {
  width: 30%;
  margin: 0 auto;
}

.pre-footer .logo {
  padding: 10px 25px;
  font-size: 44px;
  display: inline-block;
}

.pre-footer .logo_text {
  font-size: 21px;
}

.pre-footer .flex-start {
  line-height: 1.5;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pre-footer .text-adress {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 250px;
  margin: 0 auto;
}

.pre-footer .mapping {
  margin-left: 23px;
}

.pre-footer p {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
  line-height: 1.3;
  padding: 0;
}

.pre-footer b {
  font-size: 1.2em;
}

.pre-footer .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 90%;
  margin-left: auto;
}

.pre-footer .block-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  box-shadow: 0 -1px 1px #fff;
  padding: 1em 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.footer .item {
  width: 33%;
}

.footer .inline-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer img {
  margin: 0;
}

.footer p {
  margin: 0;
}

.creator {
  font-size: 17px;
}

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

.aside {
  width: 25%;
  padding-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dfe0e0;
  background-clip: content-box;
}

.cataloge_content {
  width: 75%;
  padding-left: 1em;
  padding-bottom: 2em;
}

.aside ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
}

.aside ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.aside a {
  width: 100%;
  color: #333333;
  text-shadow: 1px 1px #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 1em 0 1em 1.2em;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.aside a:last-of-type {
  border-bottom: none;
}

.aside a:hover {
  color: #155992;
}
.aside .navigation-main>li{
  display: flex;
  flex-direction: column;
}
.aside .navigation-main>li>a:first-child {
  background-color: #1a4368;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  border: 2px solid #fff;
  background-clip: padding-box;
  outline: 1px dashed #fff;
  outline-offset: -5px;
  padding: 1em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 2px;
  transition:0.4s;
}
/*.aside .navigation-main>li>a:first-child{
	border-bottom: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  	font-size: 24px;
  	color: #fff;
  	transition:0.4s;
}*/
.aside .navigation-main>li>a:first-child:hover{
	    text-shadow: 0 0 40px white;
	    color:#fff;
}
.aside ul li a{
  position: relative;
}

.aside .navigation-main ul li a:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  border: none;
  background-color: #bebebe;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.aside ul li:first-child a:after, .aside ul li:last-child a:after{
  display: none;
}
.aside .navigation-main>li.active>a:first-child{
	background-color:#052440;
}
.table_separator,
.table_separator__full {
  position: relative;
}

.table_separator:after,
.table_separator__full:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  border: none;
  background-color: #bebebe;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table_separator__full:after {
  height: 100%;
}

.contact_separation {
  width: 100%;
  height: 1px;
  border: none;
  background: black;
  background: -webkit-linear-gradient(right, black, transparent 100%);
  background: -webkit-linear-gradient(left, black, transparent 100%);
  background: linear-gradient(to right, black, transparent 100%);
  margin: 2em 0;
}

.catalog-table a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.5em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog-table,
table {
  width: 100%;
}

thead {
  background-color: #155992;
  color: #fff;
  padding: 1em 0;
  text-transform: uppercase;
}

tbody {
  background-color: #fff;
  padding: 1em;
}

.table_link {
  background-color: #dbecfb;
  padding: 0.25em 0.5em;
  background-clip: content-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.table_link:hover {
  background-color: #6a99c2;
}

.table_link:hover a {
  color: #fff;
}

td,
th {
  padding: 1em 0;
  text-align: center;
}

.td_empty {
  height: 10px;
  padding: 0;
  font-weight:bold;
}

.custom_border {
  margin: 1em 0;
  padding: 1em 2em;
  border: 2px solid #155992;
  border-left-width: 8px;
  background-color: #fff;
  color: #1a4368;
}

.custom_border p {
  padding: 0;
}

.catalog_text-item {
  width: 60%;
}

.catalog_img-item {
  width: 40%;
}

.rec_catalog {
  padding-bottom: 2em;
}

.pre-footer_block {
  padding: 1em 0;
}

.cataloge_content img {
  max-width: 100%;
  margin: 1em auto;
  display: block;
}

.breadrcumbs {
  padding: 1em 0;
}

.breadrcumbs a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid transparent;
}

.breadrcumbs a:hover {
  color: #155992;
  border-bottom: 1px solid #155992;
}

.bloc-text {
  width: 25%;
  min-width: 105px;
}

.bloc-text_bold {
  width: 75%;
  font-weight: bold;
}

.contacts h1,
.contacts h2 {
  color: #20639d;
}

.contacts h2 {
  font-size: 20px;
}

.contacts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
              align-self: flex-start;
}

.contacts p {
  padding-left: 0;
}

.contacts_flex-inner {
  margin: 0.5em 0;
}

.form {
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 1em;
}

.form .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form .item {
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1em;
}

.form a {
  color: #20639d;
  text-decoration: underline;
}

.form input,
.form textarea {
  border: 1px solid #bebebe;
  border-radius: 5px;
  min-height: 30px;
  color: gray;
  padding: 0.5em;
  width: 100%;
}

.form textarea {
  max-height: 230px;
  min-height: 130px;
  min-width: 195px;
  max-width: 100%;
  overflow-y: hidden;
}

.form input {
  width: 60%;
  margin-bottom: 1em;
}

.form label {
  width: 40%;
  margin-bottom: 1em;
}

.form input[type=submit] {
  color: #fff;
  max-width: 190px;
  box-shadow: inset 0 0 5px 1px transparent, 0 0 0 1px #bebebe;
  border: 2px solid #fff;
  margin: 1em auto 0;
}

.form input[type=submit]:hover {
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.form input[type=submit]:active {
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.5), inset 0 0 20px 1px rgba(0, 0, 0, 0.5);
}

.form p {
  text-align: center;
}

form {
  padding: 1em;
}

.map {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_pre-footer {
  height: 50px;
}

.contact-item {
  width: 35%;
  padding-right: 2em;
}

.form-item {
  width: 65%;
  padding: 0;
}

.ajax-load {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-href] {
  cursor: pointer;
}

.go_to_readarticle {
  float: right;
  margin: 1em;
  margin-right: 2em;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.go_to_readarticle:hover {
  border-bottom: 1px solid #fff;
}
.readarticle img{max-width:100%;}
.article-item {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 290px;
  margin-bottom: 4em;
}
.readarticle .lead-item{
	width: 70%;
}

.article-item:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #20639d;
  padding-left: 4em;
  background-clip: content-box;
}

.article-item h2 {
  text-align: left;
  display: block;
  background-color: #fff;
  padding: 0.5em;
  margin: 0;
}

.article-item h2,
.article-item p {
  padding-left: 30px;
  padding-right: 30px;
}

.article-item p {
  color: #fff;
}

.article-item .img-item,
.article-item .box-item {
  position: relative;
  z-index: 1;
}

.readarticle h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
}

.readarticle h3 {
  text-align: left;
  font-size: 17px;
  margin: 1em 0;
}

.readarticle .lead-item p {
  text-indent: 0;
}

.readarticle p {
  text-indent: 2em;
}

.text-and-img {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.text-and-img img {
  max-width: 100%;
}

.read_text {
  width: 70%;
}

.read_img {
  width: 30%;
}

.none {
  display: none;
}

.modal-form h2 {
  font-size: 20px;
  text-transform: uppercase;
}

.modal-form .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal-form .item {
  width: 90%;
  margin: 0 auto;
}

.modal-form .form {
  padding: 0;
}

.modal-form textarea {
  max-width: 100%;
}

.pagination {
  display: block;
  margin: 1em auto;
}

.paginator {
  color: gray;
  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;
  max-width: 120px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

#back_to_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 40px;
  width: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #155992;
  color: #155992;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  cursor: pointer;
}

#back_to_top:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#back_to_top.off,
.off {
  display: none;
}

#back_to_top.on,
.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_send input.error{
  border: 1px solid red;
  outline: none;
}
.readarticle_back{
	width:270px;
	margin:1em auto;
	margin-left:0;
	height:1px;
	border:none;
	background-color:#20639d;
}
.readarticle_back + a{
	color:#20639d;
	text-decoration:none;
	border-bottom:1px solid transparent;
	font-weight:bold;
	transition: all 0.4s ease;
}
.readarticle_back + a:hover{border-bottom:1px solid #20639d;}
.readarticle .container{padding-bottom:2em;}
.contacts .contact-item_req .item{flex-direction: row;}
#modal {
    width: 70%;
    max-width: 900px;
  }
  .contacts_flex-inner:last-of-type .bloc-text{
  	align-self: flex-start;
  }

 nav ul>.active a{
	color: #155a92;
    background-color: #fff;
 }
 .article .container-fill{
   min-height: 70vh;
 }
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 1em;
  }
  .nav .container {
    padding: 0;
  }
  .logo {
    font-size: 5vw;
  }
  .pre-footer .logo {
    font-size: 4vw;
  }
  .logo_text {
    font-size: 2.3vw;
  }
  .pre-footer .logo_text {
    font-size: 1.9vw;
  }
  .text-adress,
  .pre-footer .text-adress,
  .pre-footer_block .item:last-child {
    font-size: 1.5vw;
  }
  footer .item {
    font-size: 1.5vw;
  }
  .creator {
    font-size: 2vw;
  }
  .header-items {
    padding-bottom: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-grid-column-align: flex-start;
        justify-items: flex-start;
  }
  .header-items .item {
    min-width: 230px;
    margin-bottom: 1em;
  }
  .main-avantage .flex {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .main-about {
    padding: 2em 1em;
  }
}

@media screen and (max-width: 900px) {
  .aside {
    padding-right: 0;
  }
  .btn {
    width: auto;
    height: auto;
    padding: 0.7em 2em;
    font-size: 1.8vw;
  }
  .header_block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header_block .text-adress {
    font-size: 1.7vw;
    width: 45%;
    padding-left: 1em;
    line-height: 2;
  }
  .text-adress .flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .text-adress .block-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav a {
    font-size: 2vw;
  }
  .pre-footer .text-adress,
  .pre-footer_block .item:last-child {
    font-size: 1.7vw;
  }
  .pre-footer b {
    font-size: 1.1em;
  }
  footer .item {
    font-size: 1.7vw;
  }
  .creator {
    font-size: 2.1vw;
  }

  .article-item::after {
    padding-left: 20%;
  }
  .article-item .img-item {
    width: 40%;
  }
  .article-item .box-item {
    width: 60%;
  }
  .article-item img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 700px) {
	#modal {width: 90%;}
.readarticle .lead-item{
	width: 100%;
}
.text-and-img img {
    max-width: 100%;
    margin: 1em auto;
    display: block;
}
  .only_desktop {
    display: none;
  }
  .only_mobile {
    display: inherit;
  }
  .pre-footer .only_desktop {
    display: none;
  }
  .header_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_block .item {
    width: 90%;
    margin: 1em auto;
  }
  .header_block .item.text-adress {
    margin: 0.5em auto;
    padding: 0;
  }
  .header_block .item:last-of-type {
    margin-bottom: 2em;
  }
  .header_block .text-adress {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.7vw;
    line-height: 1.5;
  }
  .header_block .icon {
    display: none;
  }
  .logo {
    font-size: 10vw;
  }
  .logo_text {
    font-size: 4.6vw;
  }
  .btn {
    font-size: 3vw;
  }
  .text-adress .flex-start {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pre-footer_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pre-footer_block .item {
    width: 90%;
  }
  .pre-footer .logo_text {
    font-size: 3.7vw;
  }
  .pre-footer .logo {
    font-size: 8vw;
  }
  .pre-footer .text-adress {
    max-width: 100%;
  }
  .pre-footer .icon {
    display: none;
  }
  .pre-footer .tel {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pre-footer p {
    margin: 0 auto;
    text-align: center;
  }
  .pre-footer .block-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pre-footer .text-adress,
  .pre-footer_block .item:last-child {
    font-size: 3.5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex .item {
    width: 90%;
    margin: 0 auto;
  }
  .item img {
    display: block;
  }
  footer .item {
    font-size: 14px;
  }
  .creator {
    font-size: 16px;
  }
  body {
    width: 100%;
    height: 100%;
  }
  .slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
  }
  .slideout-menu-left {
    left: 0;
  }
  .slideout-menu-right {
    right: 0;
  }
  .slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF;
    /* A background-color is required */
    min-height: 100vh;
  }
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
  }
  .slideout-open .slideout-menu {
    display: block;
  }
  .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger:hover {
    opacity: 0.7;
  }
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  .hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
  }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
    background-color: transparent;
  }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
            transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
  .aside_btn {
    color: #155992;
    font-size: 4vw;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid rgb(21, 89, 146);
  }
  .aside_btn:before {
    content: "\f125";
  }
  .mirror {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #20639d;
    z-index: 1;
  }
  .aside {
    position: absolute;
    left: -280px;
    width: 260px;
    z-index: 2;
  }
  .backside:before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  nav > ul {
    display: none;
  }
  .cataloge_content {
    width: 100%;
    padding-left: 0;
  }
  .hamburger {
    position: absolute;
    right: 1em;
    z-index: 5;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: #000;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .is-active .hamburger-inner,
  .is-active .hamburger-inner::before,
  .is-active .hamburger-inner::after {
    background-color: #fff;
  }
  nav a {
    font-size: 5vw;
  }

  .article-item .img-item {
    width: 90%;
    margin: 0 auto;
  }
  .article-item .box-item {
    width: 90%;
    margin: 0 auto;
  }
  .article-item p {
    color: #155992;
  }
  .article-item h2 {
    text-align: center;
    background: none;
  }
  .article-item::after {
    padding: 0;
    background: none;
  }
  .go_to_readarticle {
    color: #000;
  }
  .go_to_readarticle:hover {
    border-bottom: 1px solid #000;
  }
  .inline-item {
    margin-right: 0;
  }
  .pre-footer .mapping {
    margin: 0;
  }
  .header-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header-items .text-item {
    max-width: 230px;
  }
  .main-avantage .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-avantage .item {
    margin-bottom: 1em;
  }
  .contact-item {
    padding: 0;
  }
  .contact-item .item {
    width: 100%;
  }
  .contacts .form {
    padding: 0;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .contacts .container {
    padding: 0 0.5em;
  }
  .contacts_flex-inner {
    margin: 0.5em auto;
    width: 100%;
    text-align: center;
  }
  .contact_separation + .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2em;
  }
  .text-and-img{
  	flex-direction:column;
  }
  .read_text{
  	width:100%;
  	order:2;
  }
  .read_img{
  	width:100%;
  }
}

@media screen and (max-width: 500px) {
  #modal,
  #modal_catalog {
    width: 90%;
  }
  .form label {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .form input,
  .form textarea {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .article-item {
    margin-bottom: 2em;
  }
  .article-item p {
    padding-left: 0;
    padding-right: 0;
  }
  .article-item h2 {
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    margin-top: 0.5em;
  }
  .pre-footer .logo_text {
    font-size: 4.2vw;
  }
  .pre-footer .text-adress,
  .pre-footer_block .item:last-child {
    font-size: 4.5vw;
  }
  #modal,
  #modal_catalog {
    margin: 0 auto;
  }
  .modal-form h2 {
    font-size: 4.5vw;
  }
  .modal-form .item {
    width: 100%;
  }
  .form input,
  .form textarea {
    width: 100%;
  }
  form {
    padding: 5px;
  }
  .form label {
    margin-bottom: 5px;
  }
  .form input[type="submit"] {
    margin-bottom: 1em;
  }
  td {
    font-size: 4vw;
  }
  th {
    font-size: 3vw;
  }
  h2 {
    font-size: 6vw;
    line-height: 1.2;
  }
  .main-garant .flex .item {
    width: 100%;
    margin: 1em auto;
    text-align: center;
  }
  .main-garant p {
    padding: 0;
  }
  .header_only h2 {
    width: 80%;
    margin: 0 auto;
  }
  .flex_inner h4 {
    font-size: 16px;
    text-align: center;
  }
  .flex_inner img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 375px) {
  .header_block .text-adress {
    font-size: 6vw;
  }
  .btn {
    font-size: 4.5vw;
  }
  h1,
  caption {
    font-size: 7vw;
  }
  nav a {
    font-size: 8vw;
  }
  .hamburger {
    right: 0;
  }
  .aside {
    width: 240px;
  }
}
.our-obj {
  padding-bottom: 3em;
}
.our-obj_title {
    text-align: center;
    font-size: 20px;
    color: #155992;
    font-weight: 700;
}
h2 + .our-obj_title {
  padding-top: 0;
}
.our-obj_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.our-obj_list li {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0;
}
  @media screen and (min-width: 768px) {
    .our-obj_list li {
      width: 32%;
      margin-right: 2%;
    }
    .our-obj_list li:nth-child(3n) {
      margin-right: 0;
    }
  }
  @media screen and (min-width: 460px) and (max-width: 767px){
    .our-obj_list li {
      width: 48%;
      margin-right: 4%;
    }
    .our-obj_list li:nth-child(2n) {
      margin-right: 0;
    }
  }
.our-obj_list li img {
  width: 100%;
}
.our-obj_list li span {
  flex-grow: 1;
  display: block;
  padding: 20px 10px 16px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #155a93;
}
.our-obj_list:nth-of-type(1) li:nth-child(1) span {
  background-color: #c6c928;
}
.our-obj_list:nth-of-type(1) li:nth-child(2) span {
  background-color: #9ec063;
}
.our-obj_list:nth-of-type(1) li:nth-child(3) span {
  background-color: #c0637b;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}


/* ГИРЛЯНДА (ОБЩИЕ СТИЛИ) */
/* .header {
	position: relative;
	padding-top: 84px;
}
.header::before {
	position: absolute;
	display: block;
	content: '';
	height: 84px;
	top: 0;
    left: 0;
    width: 100%;
    background-color: #155a92;
    
    background-image: url('/website/img/general/girlanda.png');
    background-position: center;
} */
/* ГИРЛЯНДА (частные) */

/* ХХХ ГИРЛЯНДА ХХХХ */
.site-creator {
  padding: 10px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}


.tel-box {
  display: flex;
  align-items: center;
  column-gap: 8px;
  line-height: 1.2;
}
.tel-box .whasapp {
  display: flex;
}

.block-tem__tel-link:not(.loc-text_bold--tels .block-tem__tel-link) {
  font-weight: 700;
  font-family: "Ionicons";
}

.block-item--tels::before,
.block-item--footer-tels {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.block-item--tels {
  column-gap: 15px;
  position: relative;
  padding-left: 20px;
}
.block-item--footer-tels {
  position: relative;
}
.block-item--tels::before {
  content: "\f4b9";
  position: absolute;
  left: 0;
  top: 5px;
}

.block-item--footer-tels .block-item__tel-box {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}
.block-item--footer-tels .whatsapp {
  max-width: 22px;
}
.loc-text_bold--tels {
  transform: translateY(-2px);
  max-width: 155px;
}
.loc-text_bold--tels .tel-box {
  justify-content: space-between;
}
.loc-text_bold--tels .whatsapp {
  max-width: 20px;
}
.cont-tels {
  align-items: flex-start;
}

@media (max-width: 992px) {
  .block-item--tels {
    flex-direction: column !important;
    row-gap: 0;
    align-items: start;
  }
  /* .block-item--tels .block-tem__tel-link {
    min-width: 110px;
  } */
  .block-item--tels .whatsapp {
    max-width: 20px;
  }
}

@media (max-width: 700px) {
  .block-item--tels {
    max-width: 225px;
    padding-left: 25px;
    align-items: flex-start !important;
  }
  .block-item--tels .block-tem__tel-link {
    font-size: 20px;
  }
  .block-item--tels::before {
    top: 3px;
    font-size: 22px;
  }
  .block-item--footer-tels .block-item__tel-box {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .cont-tels {
    align-items: center;
  }
  
}

.table-tel.tel-box {
  display: inline-flex;
}
.table-tel.tel-box a {
  padding: 0;
  margin: 0;
  display: block;
  width: auto;
}
.table-tel.tel-box a img {
  margin: 0;
}


.our-obj_list:nth-of-type(1) li:nth-child(4) span {
  background-color: #C6C928;
}
.our-obj_list:nth-of-type(1) li:nth-child(5) span {
  background-color: #9EC063;
}
.our-obj_list:nth-of-type(1) li:nth-child(7) span {
  background-color: #C0637B;
}
.our-obj_list.our-obj_list--center {
  justify-content: center;
  column-gap: 20px;
}
.our-obj_list.our-obj_list--center li {
  margin-right: 0;
}

.transp__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin: 20px 0;
  list-style-type: none;
  padding: 17px;
}
.transp__item {
  display: flex;
}
.transp__item img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .transp__list {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .transp__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .transp__list {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.article-item.js-article-item {
  cursor: pointer;
}