/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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;
  -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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 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;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

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

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

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

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

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

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

.fancybox-container [data-selectable='true'] {
  cursor: text; }

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.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; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

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

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

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

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  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; }

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.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: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.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;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  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 > ul {
  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 > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 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);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat Semibold";
  src: url("../fonts/Montserrat-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.container {
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.check label {
  position: relative;
  display: block;
  padding-left: 45px;
  padding-top: 5px;
  font-size: 16px;
  color: #fff; }
  .check label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 31px;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px; }
  .check label a {
    font-family: "Montserrat Bold", Georgia, sans-serif; }

.check input:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' enable-background='new 0 0 541.038 541.038' height='512' viewBox='0 0 541.038 541.038' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m184.405 461.013-184.405-184.405 24.354-24.354 160.051 160.051 332.279-332.279 24.354 24.354z'/%3E%3C/svg%3E"); }

.popup {
  display: none;
  width: 100%;
  max-width: 506px;
  padding: 115px 15px 45px;
  background-color: #060606;
  background-image: url(../img/popup_form.jpg);
  background-repeat: no-repeat;
  background-position: top; }
  @media screen and (max-width: 480px) {
    .popup {
      padding: 90px 15px 30px; } }
  .popup .fancybox-close-small {
    right: 18px;
    top: 20px;
    width: 51px;
    height: 51px;
    padding: 0;
    color: #000;
    background-color: #fff;
    border-radius: 50%; }
    @media screen and (max-width: 480px) {
      .popup .fancybox-close-small {
        right: 10px;
        top: 10px; } }
    .popup .fancybox-close-small svg {
      -webkit-transform: scale(1.3);
              transform: scale(1.3);
      opacity: 1; }
  .popup .popup__title {
    position: relative;
    margin-bottom: 25px;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-family: "Montserrat Bold", Georgia, sans-serif;
    text-transform: uppercase;
    text-align: center; }
  .popup .popup_form {
    max-width: 415px;
    margin: 0 auto 45px; }
    .popup .popup_form ::-webkit-input-placeholder {
      color: #000; }
    .popup .popup_form ::-moz-placeholder {
      color: #000; }
    .popup .popup_form :-ms-input-placeholder {
      color: #000; }
    .popup .popup_form ::-ms-input-placeholder {
      color: #000; }
    .popup .popup_form ::placeholder {
      color: #000; }
    .popup .popup_form input {
      width: calc(100% - 16px);
      margin: 0 8px 28px;
      padding: 25px 10px;
      text-align: center;
      font-size: 18px;
      line-height: 1.3;
      border-radius: 15px;
      background-color: #fff;
      border: 2px solid #fff; }
      .popup .popup_form input:focus {
        border-bottom-color: #727271;
        outline: none; }
    .popup .popup_form .check {
      margin-bottom: 45px;
      margin-top: 35px; }
      @media screen and (max-width: 600px) {
        .popup .popup_form .check {
          margin-bottom: 20px;
          margin-top: 15px; } }
    .popup .popup_form .popup_form__submit {
      width: 217px;
      margin: 0 auto 35px;
      font-size: 15px;
      color: #000000;
      font-family: "Montserrat Bold", Georgia, sans-serif;
      background-color: #727271;
      border: none;
      -webkit-box-shadow: 0 7px 0 #9e9e9d;
              box-shadow: 0 7px 0 #9e9e9d; }
      .popup .popup_form .popup_form__submit:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
  .popup .popup__text {
    max-width: 315px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-family: "Montserrat Bold", Georgia, sans-serif; }
.popup #altername {
  display: none;
}
.fancybox-content {
  -webkit-box-shadow: 0 0 65px rgba(255, 255, 255, 0.27);
          box-shadow: 0 0 65px rgba(255, 255, 255, 0.27); }

.mpage {
  background-image: url(../img/top_img.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto; }
  @media (max-width: 1880px) {
    .mpage {
      background-size: auto; } }
  @media (max-height: 768px) and (min-width: 901px) and (max-width: 1366px) {
    .mpage {
      background-position: center -200px; } }
  @media (max-width: 900px) {
    .mpage {
      background-size: 150%; } }

.besedki {
  background-image: url(../img/besedki_bg.jpg); }
.vorota {
  background-image: url(../img/vorota_bg.jpg); }
.dseif {
  background-image: url(../img/dseif_bg.jpg); }
.kozurki {
  background-image: url(../img/kozurki_bg.jpg); }
.kalitki {
  background-image: url(../img/kalitki_bg.jpg); }
.lavki {
  background-image: url(../img/lavki_bg.jpg); }
.mangaly {
  background-image: url(../img/mangaly_bg.jpg); }
.naves {
  background-image: url(../img/naves_bg.jpg); }  
.perila {
  background-image: url(../img/perila_bg.jpg); }  
.obuvn {
  background-image: url(../img/obuvn_bg.jpg); }  
.reshetki {
  background-image: url(../img/reshetki_bg.jpg); }  
.stellagi {
  background-image: url(../img/stellagi_bg.jpg); }  
.stol {
  background-image: url(../img/stoly_bg.jpg); }  
.stul {
  background-image: url(../img/styl_bg.jpg); }  
.stoiki {
  background-image: url(../img/stoiki_bg.jpg); }   
.zabor_profil {
  background-image: url(../img/zabory_bg.jpg); }   
.sad_arki {
  background-image: url(../img/arki_bg.jpg); }   
  
.social_btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 14px; }
  .social_btns a {
    position: relative;
    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: 76px;
    height: 70px;
    line-height: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media (max-width: 1200px) {
      .social_btns a {
        width: 60px;
        height: 50px; } }
    @media (max-width: 900px), (max-height: 768px) {
      .social_btns a {
        width: 40px;
        height: 40px; }
        .social_btns a img {
          max-width: 80%;
          max-height: 80%; } }
    .social_btns a:hover {
      background-color: rgba(255, 255, 255, 0.23); }
    .social_btns a:active {
      background-color: rgba(255, 255, 255, 0.58); }
    .social_btns a:active::before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .social_btns a.vk:active::before {
      content: url(../img/vk_black.png); }
    .social_btns a.vk:active img {
      margin-top: -5px;
      margin-right: -4px; }
    .social_btns a.wa:active::before {
      content: url(../img/wa_black.png); }
    .social_btns a.wa:active img {
      margin-top: -5px; }
    .social_btns a.tg:active::before {
      content: url(../img/telegram_black.png); }
    .social_btns a.tg:active img {
      margin-top: -5px; }

header {
  position: relative;
  z-index: 3;
  padding-top: 40px;
  padding-bottom: 170px; }
  @media (max-width: 900px), (max-height: 768px) {
    header {
      padding-top: 20px;
      padding-bottom: 16vw; } }
  @media (max-width: 768px) {
    header {
      padding-top: 0; } }
  header .header {
    position: relative;
    display: grid;
    grid-template-columns: auto 260px;
    grid-column-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      header .header {
        grid-template-columns: 1fr 230px; } }
    @media (max-width: 900px), (max-height: 768px) {
      header .header {
        grid-template-columns: 1fr 150px; } }
    @media (max-width: 768px) {
      header .header {
        grid-template-columns: 40px 1fr 230px;
        padding-top: 10px; } }
    @media (max-width: 480px) {
      header .header {
        grid-template-columns: 40px 1fr 150px;
        grid-column-gap: 15px; } }
    @media (max-width: 360px) {
      header .header {
        grid-column-gap: 5px; } }

.inner_page header {
  padding-bottom: 20px;
  background: #000; }

.sm_page header {
  padding-bottom: 70px; }
  @media (max-width: 900px), (max-height: 768px) {
   .sm_page  header {
      padding-bottom: 20px; } }

.header__logo {
  grid-column: 1/-1;
  margin-top: 200px;
  margin-left: auto; }
  @media (min-width: 1600px) {
    .header__logo {
      margin-right: -15px; } }
  @media (max-width: 1200px), (max-height: 768px) {
    .header__logo {
      width: 30%;
      margin-top: 10vw; } }
  @media (max-width: 768px) {
    .header__logo {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      grid-column: auto;
      width: 120px;
      margin: 0;
      padding: 0 15px; } }

.sm_page .header__logo,
.inner_page .header__logo {
  display: none; }

.menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 768px) {
    .menu {
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100vh;
      display: block;
      padding-right: 40px;
      padding-top: 30px;
      padding-left: 0 !important;
      z-index: 10;
      color: #13181d;
      background-color: #fff;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      overflow: scroll;
      overflow-y: auto; } }
  .menu > li {
    position: relative;
    text-align: center; }
    .menu > li > a {
      display: block;
      min-width: 212px;
      padding: 15px 35px;
      font-size: 28px;
      line-height: 1.1;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 1200px) {
        .menu > li > a {
          min-width: 0;
          padding: 15px;
          font-size: 22px; } }
      @media (max-width: 768px) {
        .menu > li > a {
          text-align: left;
          font-family: "Montserrat Semibold", Georgia, sans-serif; } }
      .menu > li > a:hover {
        background-color: rgba(255, 255, 255, 0.23); }
      .menu > li > a:active {
        color: #000000;
        text-shadow: 2px -2px 0 #fff;
        background-color: rgba(255, 255, 255, 0.58); }
    .menu > li.active > a {
      background-color: rgba(255, 255, 255, 0.23); }
    @media (min-width: 1400px) {
      .menu > li + li {
        margin-left: 14px; } }

.menu-icon.opened ~ ul {
  left: 0%; }

.submenu {
  overflow-y: scroll;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: calc(99vh - 130px);
  max-height: 675px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) calc((100% - 1560px)/2 + 405px), rgba(255, 255, 255, 0.97) calc((100% - 1560px)/2 + 405px)); }

.sm_page .submenu,
.inner_page .submenu {
  background-image: linear-gradient(to right, rgba(208,210,211, 1) calc((100% - 1560px)/2 + 405px), rgba(255, 255, 255, 0.99) calc((100% - 1560px)/2 + 405px)); }

@media screen and (max-width: 1560px) {
  .submenu {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 405px, rgba(255, 255, 255, 0.97) 405px); }
  .sm_page .submenu,
  .inner_page .submenu {
    background-image: linear-gradient(to right, rgba(208,210,211, 1) 405px, rgba(255, 255, 255, 0.99) 405px); } }

@media screen and (max-width: 980px) {
  .submenu {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 300px, rgba(255, 255, 255, 0.97) 300px); }
  .sm_page .submenu,
  .inner_page .submenu {
    background-image: linear-gradient(to right, rgba(208,210,211 1) 300px, rgba(255, 255, 255, 0.99) 300px); } }

@media screen and (min-width: 769px) {
  .submenu {
    display: none; } }

@media screen and (max-width: 768px) {
  .submenu {
    left: -100%;
    top: 0;
    height: 100vh;
    padding-right: 50px;
    padding-top: 20px;
    padding-left: 0 !important;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 100;
    overflow: scroll; } }

.submenu .close {
  z-index: 1000;
  position: absolute;
  right: calc((100% - 1530px)/2);
  top: 50px;
  width: 51px;
  height: 51px;
  background-image: url(../img/close_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: rgba(147, 154, 160, 0.3);
  border-radius: 50%;
  border: none;
  cursor: pointer; }

@media screen and (max-width: 1560px) {
  .submenu .close {
    top: 5px;
    right: 5px; } }

@media screen and (max-width: 768px) {
  .submenu .close {
    position: static;
    width: 100%;
    height: auto;
    padding: 15px 0 15px 60px;
    text-align: left;
    font-size: 16px;
    background-color: #fff;
    background-image: url(https://metall57.ru/website/img/arrow_left_icon_black.svg);
    background-size: 28px;
    background-position: 15px center;
    border-radius: 0; } }

.submenu .container {
  height: 100%;
  padding: 70px 0 0; }
  @media screen and (max-height: 768px) {
    .submenu .container {
      padding-top: 40px; } }
  @media screen and (max-width: 768px) {
    .submenu .container {
      padding-top: 0; } }

.catalog_menu {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }

.catalog_menu li.lvl0 {
  width: 405px; }

@media screen and (max-width: 980px) {
  .catalog_menu li.lvl0 {
    width: 300px; } }

@media screen and (max-width: 768px) {
  .catalog_menu li.lvl0 {
    width: 100%; } }

.catalog_menu li.lvl0 > a,
.catalog_menu li.lvl0 > span {
  display: block;
  padding: 20px 25px;
  color: #13181d;
  font-size: 18px;
  font-family: "Montserrat Semibold", Georgia, sans-serif; }
  @media screen and (max-width: 768px) {
    .catalog_menu li.lvl0 > a,
    .catalog_menu li.lvl0 > span {
      padding: 10px 15px;
      font-size: 16px; } }

.catalog_menu li.lvl0.active > a,
.catalog_menu li.lvl0.active > span,
.catalog_menu li.lvl0:hover > a,
.catalog_menu li.lvl0:hover > span,
.catalog_menu li.lvl0.hover > a,
.catalog_menu li.lvl0.hover > span {
  background-color: #fff; }

.catalog_menu li.lvl0 ul {
  position: absolute;
  z-index: -10000;
  opacity: 0;
  height: 0;
  overflow: hidden; }

.catalog_menu li.lvl0 ul ul {
  display: block;
  position: static;
  opacity: 1;
  height: auto;
  margin: 0;
  padding-left: 60px;
  list-style: none; }

@media screen and (max-width: 768px) {
  .catalog_menu li.lvl0 ul {
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: auto;
    overflow: initial;
    padding-right: 0;
    padding-left: 15px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 200;
    opacity: 1; }
  .catalog_menu li.lvl0 ul.onhover ul li,
  .catalog_menu li.lvl0 ul ul li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }
  .catalog_menu li.lvl0 ul {
    min-height: 100%; } }

.catalog_menu li.lvl0 ul a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 50px;
  max-width: 410px;
  padding-left: 77px;
  font-size: 16px;
  color: #13181d; }
  .catalog_menu li.lvl0 ul a::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 40px;
    height: 33px;
    margin-top: -16.5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: invert(31%) sepia(74%) saturate(379%) hue-rotate(161deg) brightness(96%) contrast(90%);
            filter: invert(31%) sepia(74%) saturate(379%) hue-rotate(161deg) brightness(96%) contrast(90%); }
  @media screen and (max-width: 1280px) {
    .catalog_menu li.lvl0 ul a {
      padding-left: 60px; }
      .catalog_menu li.lvl0 ul a::before {
        left: 5px; } }
  @media screen and (max-width: 1140px) {
    .catalog_menu li.lvl0 ul a {
      min-height: 40px; } }

.catalog_menu li.lvl0 > ul > li > a {
  font-family: "Montserrat Semibold", Georgia, sans-serif; }

.catalog_menu li.lvl0 > ul ul li a {
  padding-left: 55px;
  font-size: 14px; }
  .catalog_menu li.lvl0 > ul ul li a::before {
    left: 15px;
    width: 25px;
    height: 24px;
    margin-top: -12px; }

.catalog_menu li.lvl0 ul a:hover {
  background-color: #e6f0f7; }

@media screen and (min-width: 769px) {
  .catalog_menu li.lvl0 ul.onhover {
    position: absolute;
    top: 0;
    left: 480px;
    width: calc(1560px - 480px);
    height: auto;
    overflow: initial;
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
    opacity: 1;
    z-index: 10; }
  .catalog_menu li.lvl0 ul.twocol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .catalog_menu li.lvl0 ul.threecol {
    left: 420px;
    width: calc(1560px - 420px);
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    padding-right: 20px; }
  .catalog_menu li.lvl0 ul.onhover li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; } }

@media screen and (min-width: 769px) and (max-width: 1560px) {
  .catalog_menu li.lvl0 ul.onhover {
    width: calc(100% - 480px); }
  .catalog_menu li.lvl0 ul.threecol {
    width: calc(100% - 420px); } }

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .catalog_menu li.lvl0 ul.threecol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

@media screen and (min-width: 769px) and (max-width: 980px) {
  .catalog_menu li.lvl0 ul.onhover,
  .catalog_menu li.lvl0 ul.threecol {
    left: 300px;
    width: calc(100% - 300px); } }

.catalog_menu li.arrow {
  position: absolute;
  top: 60px;
  left: 600px;
  display: block;
  padding: 80px 120px;
  font-size: 16px;
  line-height: 2;
  font-family: "Montserrat Medium", Georgia, sans-serif;
  background-color: rgba(45, 59, 72, 0.5);
  background-image: url(https://metall57.ru/website/img/arrow_left_icon.svg);
  background-size: 28px;
  background-position: 60px 85px;
  background-repeat: no-repeat; }

@media screen and (max-width: 1280px) {
  .catalog_menu li.arrow {
    left: 480px;
    padding: 80px 80px;
    background-position: 30px 85px; } }

@media screen and (max-width: 980px) {
  .catalog_menu li.arrow {
    left: 320px;
    padding: 30px;
    padding-left: 80px;
    line-height: 1.3;
    background-position: 30px 35px; } }

@media screen and (max-width: 768px) {
  .catalog_menu li.arrow {
    display: none; } }

.catalog_menu .lvl0:hover ~ li.arrow,
.catalog_menu .lvl0.hover ~ li.arrow {
  display: none; }

.submenu li.lvl0 ul a[href="#"] {
  pointer-events: none; }

.park_1 a::before {
  background-image: url(../img/icons/park_1.svg); }

.park_2 a::before {
  background-image: url(../img/icons/park_2.svg); }

.park_3 a::before {
  background-image: url(../img/icons/park_3.svg); }

.park_4 a::before {
  background-image: url(../img/icons/park_4.svg); }

.park_5 a::before {
  background-image: url(../img/icons/park_5.svg); }

.park_6 a::before {
  background-image: url(../img/icons/park_6.svg); }

.park_7 a::before {
  background-image: url(../img/icons/park_7.svg); }

.zabor_1 a::before {
  background-image: url(../img/icons/zabor_1.svg); }

.zabor_2 a::before {
  background-image: url(../img/icons/zabor_2.svg); }

.zabor_3 a::before {
  background-image: url(../img/icons/zabor_3.svg); }

.zabor_4 a::before {
  background-image: url(../img/icons/zabor_4.svg); }

.zabor_5 a::before {
  background-image: url(../img/icons/zabor_5.svg); }

.zabor_6 a::before {
  background-image: url(../img/icons/zabor_6.svg); }

.zabor_7 a::before {
  background-image: url(../img/icons/zabor_7.svg); }

.zabor_8 a::before {
  background-image: url(../img/icons/zabor_8.svg); }

.zabor_9 a::before {
  background-image: url(../img/icons/zabor_9.svg); }

.zabor_10 a::before {
  background-image: url(../img/icons/zabor_10.svg); }

.zabor_11 a::before {
  background-image: url(../img/icons/zabor_11.svg); }

.zabor_12 a::before {
  background-image: url(../img/icons/zabor_12.svg); }

.loft_1 a::before {
  background-image: url(../img/icons/loft_1.svg); }

.loft_2 a::before {
  background-image: url(../img/icons/loft_2.svg); }

.loft_3 a::before {
  background-image: url(../img/icons/loft_3.svg); }

.loft_4 a::before {
  background-image: url(../img/icons/loft_4.svg); }

.loft_5 a::before {
  background-image: url(../img/icons/loft_5.svg); }

.loft_6 a::before {
  background-image: url(../img/icons/loft_6.svg); }

.loft_7 a::before {
  background-image: url(../img/icons/loft_7.svg); }

.lest_1 a::before {
  background-image: url(../img/icons/lest_1.svg); }

.lest_2 a::before {
  background-image: url(../img/icons/lest_2.svg); }

.dom_1 a::before {
  background-image: url(../img/icons/dom_1.svg); }

.dom_2 a::before {
  background-image: url(../img/icons/dom_2.svg); }

.dom_3 a::before {
  background-image: url(../img/icons/dom_3.svg); }

.dom_4 a::before {
  background-image: url(../img/icons/dom_4.svg); }

.dom_5 a::before {
  background-image: url(../img/icons/dom_5.svg); }

.dom_6 a::before {
  background-image: url(../img/icons/dom_6.svg); }

.dom_7 a::before {
  background-image: url(../img/icons/dom_7.svg); }

.dom_8 a::before {
  background-image: url(../img/icons/dom_8.svg); }

.dom_9 a::before {
  background-image: url(../img/icons/dom_9.svg); }

.dom_10 a::before {
  background-image: url(../img/icons/dom_10.svg); }

.dom_11 a::before {
  background-image: url(../img/icons/dom_11.svg); }

.dom_12 a::before {
  background-image: url(../img/icons/dom_12.svg); }

.dom_13 a::before {
  background-image: url(../img/icons/dom_13.svg); }

.dom_14 a::before {
  background-image: url(../img/icons/dom_14.svg); }

.dom_15 a::before {
  background-image: url(../img/icons/dom_15.svg); }

.dom_16 a::before {
  background-image: url(../img/icons/dom_16.svg); }

.dom_17 a::before {
  background-image: url(../img/icons/dom_17.svg); }

.dom_18 a::before {
  background-image: url(../img/icons/dom_18.svg); }

.dom_19 a::before {
  background-image: url(../img/icons/dom_19.svg); }

.dom_20 a::before {
  background-image: url(../img/icons/dom_20.svg); }

.dom_21 a::before {
  background-image: url(../img/icons/dom_21.svg); }

.dom_22 a::before {
  background-image: url(../img/icons/dom_22.svg); }

.dom_23 a::before {
  background-image: url(../img/icons/dom_23.svg); }

.dom_24 a::before {
  background-image: url(../img/icons/dom_24.svg); }

.dom_25 a::before {
  background-image: url(../img/icons/dom_25.svg); }

.dom_26 a::before {
  background-image: url(../img/icons/dom_26.svg); }

.dom_27 a::before {
  background-image: url(../img/icons/dom_27.svg); }

.naves_1 a::before {
  background-image: url(../img/icons/naves_1.svg); }

.naves_2 a::before {
  background-image: url(../img/icons/naves_2.svg); }

.naves_3 a::before {
  background-image: url(../img/icons/naves_3.svg); }

.naves_4 a::before {
  background-image: url(../img/icons/naves_4.svg); }

.metkons_1 a::before {
  background-image: url(../img/icons/metkons_1.svg); }

.metkons_2 a::before {
  background-image: url(../img/icons/metkons_2.svg); }

.metkons_3 a::before {
  background-image: url(../img/icons/metkons_3.svg); }

.metkons_4 a::before {
  background-image: url(../img/icons/metkons_4.svg); }

.metkons_5 a::before {
  background-image: url(../img/icons/metkons_5.svg); }

.metkons_6 a::before {
  background-image: url(../img/icons/metkons_6.svg); }

/* icon basic styles !!!YOU NEED THEM  */
.menu-icon {
  display: none;
  height: 25px;
  cursor: pointer;
  width: 40px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    .menu-icon {
      display: block;
      -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
              order: -2; } }

.menu-icon:before,
.menu-icon:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  display: block;
  width: 4px;
  height: 28px;
  border-radius: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-color: #fff; }

.menu-icon:before {
  position: absolute;
  top: 0;
  left: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-icon:after {
  position: absolute;
  top: 0;
  right: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-icon .bar {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 0; }

.menu-icon .bar-1 {
  position: absolute;
  top: 0;
  left: 0; }

.menu-icon .bar-2 {
  position: absolute;
  top: 10px;
  left: 0; }

.menu-icon .bar-3 {
  position: absolute;
  top: 20px;
  left: 0; }

.menu-icon.opened .bar {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.menu-icon.opened:before,
.menu-icon.opened:after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.menu-icon.opened {
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 500;
  background-color: rgba(147, 154, 160, 0.5);
  outline: 5px solid rgba(147, 154, 160, 0.5); }

.menu-icon-3:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.menu-icon-3:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.menu-icon-3:before,
.menu-icon-3:after {
  top: -2px; }

.menu-icon-3.opened:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-icon-3.opened:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-icon-3.opened:before,
.menu-icon-3.opened:after {
  top: 0px; }

.menu-icon-3.opened .bar {
  opacity: 0; }

.menu-icon-3.opened .bar-1 {
  top: 10px; }

.menu-icon-3.opened .bar-3 {
  top: 10px; }

.top {
  position: relative;
  z-index: 2; }
  .top::before {
    content: '';
    position: absolute;
    top: -230px;
    left: 0;
    width: 100%;
    height: 838px;
    background-image: url(../img/middle_1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .top::before {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        height: 200%; } }
  .top .container {
    position: relative;
    z-index: 3;
    padding-bottom: 22px; }
  .top__text {
    max-width: 855px;
    margin: 0 auto 80px;
    font-size: 27px; }
    @media (max-width: 900px) {
      .top__text {
        max-width: 695px;
        font-size: 23px; } }
    @media (max-width: 720px) {
      .top__text {
        margin-bottom: 50px;
        font-size: 20px;
        text-align: center; } }
    .top__text p {
      padding: 0; }
      @media (min-width: 721px) {
        .top__text p:nth-child(2) {
          margin-left: 65px; }
        .top__text p:nth-child(3) {
          margin-left: 350px; }
        .top__text p:nth-child(4) {
          margin-left: 160px; } }
    .top__text b {
      font-size: 33px; }
      @media (max-width: 900px) {
        .top__text b {
          font-size: 26px; } }
      @media (max-width: 720px) {
        .top__text b {
          font-size: 23px; } }
  .top__form_link {
    margin: 0 auto; }

.catalog_page__top {
  flex-grow: 1;
  padding-bottom: 1px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); }

.catalog_page__text {
  padding-top: 60px;
  padding-bottom: 10px;
  background-color: #3c3c3b; }
  @media (max-width: 768px) {
    .catalog_page__text { 
      padding-top: 35px; }}

.mcatalog {
  position: relative;
  z-index: 1;
  padding-top: 250px; }
  .mcatalog--page {
    padding-top: 180px;
    padding-bottom: 120px; }
    .mcatalog--page::after {
      display: none; }
    .mcatalog--page .container {
      max-width: 1300px; }
  @media (max-width: 991px) {
    .mcatalog {
      padding-top: 150px; } }
  @media (max-width: 768px) {
    .mcatalog--page {
      padding-bottom: 50px; } }
  .mcatalog::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: calc(100% + 30px - 116px);
    background-image: url(../img/middle_2.png);
    background-position: top; }
    @media (min-width: 1921px) {
      .mcatalog::before {
        background-size: cover; } }
  .mcatalog::after {
    content: '';
    position: absolute;
    bottom: -325px;
    left: 0;
    width: 100%;
    height: 441px;
    background-image: url(../img/middle_3.png);
    background-position: bottom;
    background-size: cover; }
  .mcatalog .container {
    position: relative;
    z-index: 2; }
  .mcatalog h1 {
    margin: 30px 0 40px;
    padding: 0;
    text-align: left;
    font-size: 48px;
    font-family: "Montserrat Bold", Georgia, sans-serif; }
    @media (max-width: 768px) {
      .mcatalog h1 {
        margin-bottom: 50px;
        font-size: 35px; } }
    @media (max-width: 480px) {
      .mcatalog h1 {
        margin-bottom: 30px;
        font-size: 30px; } }
  .catalog_page__text h2,
  .catalog_page__top h2,
  .mcatalog h2 {
    margin: 0 0 90px;
    padding: 0;
    text-align: center;
    font-size: 48px;
    font-family: "Montserrat Bold", Georgia, sans-serif; }
    @media (max-width: 768px) {
      .catalog_page__text h2,
      .catalog_page__top h2,
      .mcatalog h2 {
        margin-bottom: 50px;
        font-size: 35px; } }
    @media (max-width: 480px) {
      .catalog_page__text h2,
      .catalog_page__top h2,
      .mcatalog h2 {
        margin-bottom: 35px;
        font-size: 27px; } }
  .mcatalog__link {
    margin: 0 auto 60px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .mcatalog__link {
        margin-bottom: 35px; } }

.catalog_page__top p + h2 {
  margin-top: 25px; }

.mcatalog__list {
  display: grid;
  grid-template-columns: repeat(3, 330px);
  grid-row-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1270px;
  margin: 0 auto 95px;
  padding: 0;
  list-style: none; }
  @media (max-width: 1400px) {
    .mcatalog__list {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 50px; } }
  @media (max-width: 980px) {
    .mcatalog__list {
      grid-gap: 30px; } }
  @media (max-width: 768px) {
    .mcatalog__list {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 50px; } }
  @media (max-width: 460px) {
    .mcatalog__list {
      grid-template-columns: 1fr; } }
  .mcatalog__list li {
    height: 300px;
    background-color: #fff;
    line-height: 0;
    overflow: hidden; }
    @media (max-width: 1400px) {
      .mcatalog__list li {
        width: 100%; } }
    .mcatalog__list li .caption {
      display: none; }
    .mcatalog__list li img {
      width: 100%;
      min-height: 100%;
      object-fit: contain; }

.mcatalog__list2 {
  display: grid;
  grid-template-columns: repeat(3, 330px);
  grid-row-gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1270px;
  margin: 0 auto 95px;
  padding: 0;
  list-style: none; }
  @media (max-width: 1400px) {
    .mcatalog__list2 {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 50px; } }
  @media (max-width: 980px) {
    .mcatalog__list2 {
      grid-gap: 30px; } }
  @media (max-width: 768px) {
    .mcatalog__list2 {
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 50px; } }
  @media (max-width: 460px) {
    .mcatalog__list2 {
      grid-template-columns: 1fr; } }
  .mcatalog__list2 li {
    background-color: #fff;
    line-height: 0; }
    @media (max-width: 1400px) {
      .mcatalog__list li {
        width: 100%; } }
    .mcatalog__list2 li .caption {
      display: none; }

.slider_wrapper {
  display: none; }

.about {
  margin-top: -145px;
  padding-top: 370px;
  padding-bottom: 100px;
  background-image: url(../img/btm_img.jpg);
  background-position: center;
  background-size: cover;
  background-color: #000; }
  @media (max-width: 991px) {
    .about {
      margin-top: -115px;
      padding-top: 250px; } }
  @media (max-width: 768px) {
    .about {
      padding-top: 170px;
      padding-bottom: 40px; } }
  .about .container {
    position: relative;
    z-index: 2; }
  .about h2 {
    margin: 0;
    padding: 0 0 30px;
    text-align: center;
    font-size: 32px;
    font-family: "Montserrat Bold", Georgia, sans-serif; }
    @media (max-width: 991px) {
      .about h2 {
        font-size: 27px; } }
  .about__text {
    max-width: 1270px;
    margin: 0 auto 75px;
    padding-left: 520px;
    background-image: url(../img/tv.svg);
    background-size: 390px;
    background-repeat: no-repeat;
    background-position: left center; }
    @media (max-width: 991px) {
      .about__text {
        padding-left: 40%;
        background-size: 30%; } }
    @media (max-width: 680px) {
      .about__text {
        margin-bottom: 40px;
        padding-left: 0;
        padding-top: 150px;
        background-size: 150px;
        background-position: center top; } }
    .about__text p {
      padding: 0 0 10px;
      font-size: 12px;
      line-height: 1.5;
      text-align: center;
      font-family: "Montserrat Semibold", Georgia, sans-serif; }
  .about__link {
    margin: 0 auto; }

.mcatalog--page .price__title {
  margin-top: 40px;
  margin-bottom: 35px; }

.price__table {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto 120px;
  border-collapse: collapse; }
  @media (max-width: 768px) {
    .price__table {
      margin-bottom: 50px; } }
  @media (max-width: 480px) {
    .price__table {
      width: calc(100% + 30px);
      margin: 0 -15px 50px; } }
  .price__table th {
    position: relative;
    padding: 20px 25px;
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Montserrat Semibold", Georgia, sans-serif;
    font-weight: 400;
    vertical-align: middle;
    background-color: #161515; }
    .price__table th + th::before {
      content: '';
      position: absolute;
      top: 50%;
      left: -0.5px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1px;
      height: 40px;
      background-color: #555555; }
    @media (max-width: 980px) {
      .price__table th {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px; } }
    @media (max-width: 680px) {
      .price__table th {
        padding: 10px 15px;
        font-size: 17px; } }
    @media (max-width: 520px) {
      .price__table th {
        padding: 10px;
        font-size: 15px; } }
    @media (max-width: 480px) {
      .price__table th {
        padding: 7px 5px;
        font-size: 14px; } }
    @media (max-width: 400px) {
      .price__table th {
        font-size: 12px; } }
  .price__table th, .price__table td {
    border: none; }
    @media (min-width: 981px) {
      .price__table th:nth-child(1), .price__table td:nth-child(1) {
        padding-left: 40px; }
      .price__table th:nth-child(2), .price__table td:nth-child(2) {
        padding-left: 70px; } }
    .price__table th:nth-last-child(2), .price__table th:last-child, .price__table td:nth-last-child(2), .price__table td:last-child {
      text-align: center; }
  .price__table td {
    padding: 23px 25px;
    color: #161515;
    font-size: 15px;
    vertical-align: top; }
    @media (max-width: 980px) {
      .price__table td {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 680px) {
      .price__table td {
        padding: 10px 15px; } }
    @media (max-width: 540px) {
      .price__table td {
        padding: 10px;
        font-size: 14px; }
        .price__table td:nth-last-child(2) {
          white-space: nowrap; } }
    @media (max-width: 480px) {
      .price__table td {
        padding: 7px 5px;
        font-size: 13px; } }
    @media (max-width: 400px) {
      .price__table td {
        font-size: 11px; } }
  .price__table tbody tr {
    background-color: #fff; }
    .price__table tbody tr td:nth-child(1) {
      background-color: #e5ebed; }
    .price__table tbody tr:nth-child(odd) {
      background-color: #ededed; }
      .price__table tbody tr:nth-child(odd) td:nth-child(1) {
        background-color: #d6dcdd; }

.contacts iframe {
  margin-top: 30px;
}

footer {
  margin-top: auto;
  background-color: #000; }

.footer {
  display: grid;
  grid-template-columns: 95px auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1330px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 19px;
  font-family: "Montserrat Medium", Georgia, sans-serif; }
  @media (max-width: 760px) {
    .footer {
      grid-template-columns: 150px auto;
      grid-column-gap: 30px;
      grid-row-gap: 10px;
      padding-top: 20px;
      padding-bottom: 15px; } }
  @media (max-width: 440px) {
    .footer {
      grid-template-columns: 100px 1fr;
      font-size: 17px; } }
  @media (min-width: 1080px) {
    .footer .footer__logo {
      margin-left: 15px; } }
  @media (max-width: 760px) and (min-width: 441px) {
    .footer .footer__logo {
      grid-row: 1/5; } }
  @media (max-width: 440px) {
    .footer .footer__logo {
      -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
              order: -2;
      margin-bottom: 10px; } }
  @media (max-width: 760px) and (min-width: 441px) {
    .footer .footer__btns {
      margin-right: auto; } }
  @media (max-width: 440px) {
    .footer .footer__btns {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-left: auto; } }
  @media (max-width: 440px) {
    .footer .footer__text {
      grid-column: 1/-1; } }
  .footer .footer__text p {
    padding: 0; }
  .footer .footer__tel {
    display: block; }
    .footer .footer__tel + .footer__tel {
      margin-top: 5px; }
  @media (min-width: 1080px) {
    .footer .footer__adr {
      margin-right: 50px; } }
  @media (max-width: 960px) and (min-width: 761px) {
    .footer .footer__adr {
      max-width: 235px; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: inherit; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Montserrat Regular", Georgia, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  background-color: #3c3c3b; }
  @media (max-width: 480px) {
    body {
      font-size: 16px; } }

main {
  flex-grow: 1;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
a {
  text-decoration: none; }

b, strong {
  font-weight: normal;
  font-family: "Montserrat Bold", Georgia, sans-serif; }

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

.uppercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

.btn {
  display: block;
  width: 250px;
  padding: 23px 10px;
  text-align: center;
  font-family: "Montserrat Medium", Georgia, sans-serif;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.23); }
  .btn:hover {
    background-color: rgba(255, 255, 255, 0.58); }
  .btn:active {
    color: #000000;
    text-shadow: 2px -2px 0 #fff; }

.mobile_tel {
  color: inherit;
  cursor: auto; }

.breadcrumbs {
  font-size: 15px; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

.compensate-for-scrollbar {
  margin-right: 0 !important; }

.fancybox-slide--image .fancybox-content {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1) !important;
          transform: translate(-50%, -50%) scale(1, 1) !important;
  width: 100% !important;
  max-width: 1270px;
  height: auto !important;
  padding: 75px 125px 130px;
  background-color: #080808; }
  @media screen and (max-width: 768px) {
    .fancybox-slide--image .fancybox-content {
      padding: 50px 50px 70px; } }
  @media screen and (max-width: 420px) {
    .fancybox-slide--image .fancybox-content {
      padding: 50px 35px 70px; } }
  .fancybox-slide--image .fancybox-content .button-close {
    position: absolute;
    right: 18px;
    top: 20px;
    width: 51px;
    height: 51px;
    padding: 0;
    font-size: 55px;
    line-height: 38px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 50%; }
    @media screen and (max-width: 768px) {
      .fancybox-slide--image .fancybox-content .button-close {
        right: 10px;
        top: 5px;
        width: 41px;
        height: 41px;
        font-size: 50px;
        line-height: 32px; } }
  .fancybox-slide--image .fancybox-content .button-next,
  .fancybox-slide--image .fancybox-content .button-previous {
    position: absolute;
    top: 40%;
    width: 60px;
    height: 60px;
    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;
    background-color: white;
    opacity: 0.302; }
    @media screen and (max-width: 768px) {
      .fancybox-slide--image .fancybox-content .button-next,
      .fancybox-slide--image .fancybox-content .button-previous {
        width: 50px;
        height: 50px; } }
    .fancybox-slide--image .fancybox-content .button-next img,
    .fancybox-slide--image .fancybox-content .button-previous img {
      width: 28px; }
    .fancybox-slide--image .fancybox-content .button-next:hover, .fancybox-slide--image .fancybox-content .button-next:focus,
    .fancybox-slide--image .fancybox-content .button-previous:hover,
    .fancybox-slide--image .fancybox-content .button-previous:focus {
      opacity: 0.9; }
    .fancybox-slide--image .fancybox-content .button-next.disabled,
    .fancybox-slide--image .fancybox-content .button-previous.disabled {
      opacity: 0; }
  .fancybox-slide--image .fancybox-content .button-next {
    right: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  .fancybox-slide--image .fancybox-content .button-previous {
    left: 0; }
  .fancybox-slide--image .fancybox-content .caption {
    position: absolute;
    left: 125px;
    bottom: 40px;
    min-height: 50px;
    max-width: calc(100% - 250px);
    color: #fff;
    font-size: 19px; }
    @media screen and (max-width: 768px) {
      .fancybox-slide--image .fancybox-content .caption {
        left: 50px;
        bottom: 20px;
        min-height: 45px;
        max-width: calc(100% - 100px);
        font-size: 17px; } }
    @media screen and (max-width: 480px) {
      .fancybox-slide--image .fancybox-content .caption {
        font-size: 15px; } }
    @media screen and (max-width: 420px) {
      .fancybox-slide--image .fancybox-content .caption {
        left: 20px;
        max-width: calc(100% - 40px); } }

.fancybox-slide--image .fancybox-image {
  position: static; }
