/*! 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: "GolosText";
  src: url("/website/fonts/Golos-Text_Regular.woff") format("woff"), url("/website/fonts/Golos-Text_Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "GolosText";
  src: url("/website/fonts/Golos-Text_Bold.woff") format("woff"), url("/website/fonts/Golos-Text_Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "GolosText";
  src: url("/website/fonts/Golos-Text_Black.woff") format("woff"), url("/website/fonts/Golos-Text_Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap; }

@font-face {
  font-family: "GolosText";
  src: url("/website/fonts/Golos-Text_DemiBold.woff") format("woff"), url("/website/fonts/Golos-Text_DemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: "GolosText";
  src: url("/website/fonts/Golos-Text_Medium.woff") format("woff"), url("/website/fonts/Golos-Text_Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  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: 1170px;
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

form {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  form .form__control {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 30px;
    font-size: 16px;
    background-color: #fff;
    border-width: 1px;
    border-color: #cb6e00;
    border-style: solid;
    border-radius: 10px; }
    @media screen and (max-width: 480px) {
      form .form__control {
        padding: 15px; } }
    form .form__control:focus {
      outline: 1px solid #eb9733; }
    form .form__control.error {
      outline: 1px solid red; }
  form textarea {
    min-height: 95px; }
  form ::-webkit-input-placeholder {
    color: #3c3c3b; }
  form ::-moz-placeholder {
    color: #3c3c3b; }
  form :-moz-placeholder {
    color: #3c3c3b; }
  form :-ms-input-placeholder {
    color: #3c3c3b; }

header {
  position: relative; }
  header .header {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr 180px;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 25px;
    padding-left: 0;
    padding-bottom: 20px; }
    @media (min-width: 981px) {
      header .header .header__logo {
        grid-row: 1/3; }
      header .header .header__text {
        margin-left: auto;
        margin-right: 60px; } }
  @media (min-width: 981px) and (max-width: 1024px) {
    header .header .header__text {
      margin-right: 0; } }
    @media (min-width: 981px) {
      header .header nav {
        margin-right: 60px; } }
  @media (min-width: 981px) and (max-width: 1024px) {
    header .header nav {
      margin-right: 0; } }
    @media (min-width: 981px) {
      header .header .toggle_wrapper {
        display: none; } }
    @media (max-width: 980px) {
      header .header {
        padding-top: 15px; } }
    @media (max-width: 980px) and (min-width: 769px) {
      header .header {
        grid-template-columns: auto 1fr auto 150px;
        grid-row-gap: 5px; }
        header .header .header__logo {
          grid-row: 1/3; }
        header .header nav {
          grid-column: 2/5; }
        header .header .header__form_btn {
          grid-row: 1/2;
          grid-column: 4/5; } }
    @media (max-width: 768px) {
      header .header {
        grid-template-columns: auto 1fr auto 150px 40px;
        grid-row-gap: 10px;
        padding-bottom: 15px;
        padding-left: 5px;
        padding-right: 5px; }
        header .header nav {
          grid-column: 1/-1;
          margin: 0 -5px; }
        header .header .header__form_btn {
          grid-row: 1/2;
          grid-column: 4/5; } }
    @media (max-width: 680px) {
      header .header {
        grid-template-columns: auto 1fr 150px 40px;
        grid-row-gap: 0; }
        header .header .header__logo {
          grid-row: 1/3; }
        header .header .toggle_wrapper {
          grid-row: 1/3;
          grid-column: 4/5; }
        header .header .header__form_btn {
          grid-row: 1/3;
          grid-column: 3/4; } }
    @media (max-width: 540px) {
      header .header {
        grid-template-columns: 80px 1fr 120px 40px;
        grid-column-gap: 10px; } }
    @media (max-width: 400px) {
      header .header {
        grid-template-columns: 80px 1fr 90px 40px; } }
    @media (max-width: 360px) {
      header .header {
        grid-template-columns: 60px 1fr 90px 40px;
        grid-column-gap: 5px; } }

.header__logo {
  line-height: 0; }

.header__text {
  display: grid;
  grid-column-gap: 80px;
  grid-template-columns: auto auto; }
  @media (max-width: 768px) {
    .header__text {
      grid-template-columns: 1fr;
      margin: 0 auto; } }
  @media (max-width: 680px) {
    .header__text {
      text-align: center; } }

.header__mail,
.header__text {
  font-size: 14px;
  font-weight: 600; }
  @media (max-width: 440px) {
    .header__mail,
    .header__text {
      font-size: 13px; } }
  .header__mail p,
  .header__text p {
    padding-top: 0;
    padding-bottom: 0; }

.header__mail {
  text-align: center; }
  @media (max-width: 440px) {
    .header__mail {
      font-size: 11px; } }

@media (max-width: 540px) {
  .header__form_btn.btn {
    padding: 5px;
    line-height: 1.1; } }

@media (max-width: 400px) {
  .header__form_btn.btn {
    font-size: 12px; } }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 730px;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none; }
  @media (max-width: 980px) {
    .menu {
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    .menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 10;
      width: 100%;
      padding: 10px;
      background-color: #fff;
      -webkit-box-shadow: 0.209px 2.993px 13px 0px rgba(0, 0, 0, 0.27);
              box-shadow: 0.209px 2.993px 13px 0px rgba(0, 0, 0, 0.27); } }
  .menu > li {
    position: relative;
    text-align: center; }
    .menu > li > a {
      display: block; }
      @media screen and (max-width: 768px) {
        .menu > li > a {
          padding: 5px 0;
          color: #302e2b; } }
      .menu > li > a:hover {
        color: #eb9733; }
    .menu > li.active > a {
      color: #eb9733; }
  .menu ul {
    display: none; }

.toggle_wrapper {
  display: none; }
  @media (max-width: 768px) {
    .toggle_wrapper {
      display: block; } }

/* icon basic styles !!!YOU NEED THEM  */
.menu-icon {
  height: 25px;
  cursor: pointer;
  width: 40px;
  position: relative;
  overflow: hidden; }

.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: #eb9733; }

.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: #eb9733;
  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-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; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: #eb9733;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/website/img/arrow_icon.svg);
  background-size: 21px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 2;
  opacity: 1; }
  .slick-prev::before, .slick-next::before {
    display: none; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #dd7800;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/website/img/arrow_icon.svg);
    background-size: 21px; }

.main_page {
  background-image: url(/website/img/main_top_.jpg);
  background-repeat: no-repeat;
  background-position: center top; }
  @media screen and (max-width: 768px) {
    .main_page {
      background-size: 170%;
      background-position: 30% top; } }
  @media screen and (max-width: 640px) {
    .main_page {
      background-size: 190%; } }
  @media screen and (max-width: 440px) {
    .main_page {
      background-size: 250%;
      background-position: 20% top; } }

.main_text {
  max-width: 400px;
  margin-left: 115px;
  padding-top: 40px;
  padding-bottom: 225px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .main_text {
      margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .main_text {
      padding-bottom: 50px;
      padding-top: 0; } }
  @media screen and (max-width: 640px) {
    .main_text {
      max-width: 300px; } }
  @media screen and (max-width: 440px) {
    .main_text {
      margin: 0 auto; } }
  .main_text h1 {
    margin-bottom: 75px;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2; }
    @media screen and (max-width: 800px) {
      .main_text h1 {
        margin-bottom: 60px;
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      .main_text h1 {
        margin-bottom: 30px;
        font-size: 20px; } }
    @media screen and (max-width: 640px) {
      .main_text h1 {
        margin-bottom: 15px;
        font-size: 3vw; } }
    .main_text h1 span {
      display: block; }
    .main_text h1 b {
      display: block;
      font-size: 84px;
      font-weight: 800;
      line-height: 1; }
      @media screen and (max-width: 800px) {
        .main_text h1 b {
          font-size: 70px; } }
      @media screen and (max-width: 768px) {
        .main_text h1 b {
          font-size: 50px; } }
      @media screen and (max-width: 640px) {
        .main_text h1 b {
          font-size: 8vw; } }
  .main_text__text {
    padding: 0 0 22px; }
    @media screen and (max-width: 640px) {
      .main_text__text {
        padding: 0 0 20px;
        font-size: 15px;
        line-height: 1.1; } }
  .main_text__btn.btn {
    display: block;
    width: 340px;
    max-width: 100%;
    margin: 0 auto 95px;
    padding: 27px 10px;
    font-size: 18px;
    border-radius: 40px;
    -webkit-box-shadow: 0.209px 2.993px 0px 0px #703e03;
            box-shadow: 0.209px 2.993px 0px 0px #703e03; }
    @media screen and (max-width: 800px) {
      .main_text__btn.btn {
        margin-bottom: 50px; } }
    @media screen and (max-width: 640px) {
      .main_text__btn.btn {
        margin-bottom: 15px;
        padding: 18px 10px;
        font-size: 16px; } }
  .main_text__adr {
    position: relative;
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 53px;
    text-align: left;
    color: white;
    text-shadow: 0.349px 4.988px 5.95px rgba(0, 0, 0, 0.4); }
    .main_text__adr:before {
      content: '';
      position: absolute;
      left: 2px;
      top: 50%;
      width: 42px;
      height: 42px;
      background-image: url(/website/img/pin.png);
      -webkit-transform: translateY(-40%);
              transform: translateY(-40%); }

.about {
  display: grid;
  grid-template-columns: 1fr 445px;
  grid-column-gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px; }
  @media screen and (max-width: 1240px) {
    .about {
      grid-template-columns: 1fr 420px; } }
  @media screen and (max-width: 1024px) {
    .about {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media screen and (max-width: 900px) {
    .about {
      grid-template-columns: 100%; } }
  .about h2 {
    grid-column: 1/-1; }
  .about__text {
    color: #000000; }
    .about__text p {
      padding: 5px 0; }

.about__gallery {
  padding-left: 50px; }
  @media screen and (max-width: 1240px) {
    .about__gallery {
      padding: 0 15px; } }
  @media screen and (max-width: 900px) {
    .about__gallery {
      margin-top: 30px;
      padding: 0 30px; }
      .about__gallery .slick-slide {
        padding: 0 15px; } }
  @media screen and (max-width: 480px) {
    .about__gallery {
      padding: 0 15px; }
      .about__gallery .slick-slide {
        padding: 0; } }
  .about__gallery .slick-prev {
    left: 0;
    -webkit-transform: translate(0, -50%) scale(-1, 1);
            transform: translate(0, -50%) scale(-1, 1); }
    @media screen and (max-width: 1240px) {
      .about__gallery .slick-prev {
        left: -15px; } }
  .about__gallery .slick-next {
    right: -55px; }
    @media screen and (max-width: 1240px) {
      .about__gallery .slick-next {
        right: -15px; } }

.main_catalog {
  padding-bottom: 20px; }

.mcatalog_list {
  display: grid;
  grid-template-columns: repeat(4, 194px);
  grid-gap: 45px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1005px;
  margin: 0 auto;
  padding: 0;
  list-style: none; }
  @media (max-width: 991px) {
    .mcatalog_list {
      grid-gap: 30px 20px; } }
  @media screen and (max-width: 900px) {
    .mcatalog_list {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 600px) {
    .mcatalog_list {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 440px) {
    .mcatalog_list {
      grid-template-columns: repeat(2, 1fr); } }
  .mcatalog_list__item {
    text-align: center;
    line-height: 0; }
    .mcatalog_list__item .mcatalog_list__item_name {
      display: block;
      margin: 35px 0 0;
      font-weight: 500;
      line-height: 1.2;
      text-align: center; }
      @media screen and (max-width: 900px) {
        .mcatalog_list__item .mcatalog_list__item_name {
          margin-top: 15px; } }

.main_contacts__block {
  position: relative; }
  .main_contacts__block .main_contacts__map {
    width: 100%;
    height: 700px;
    border: none; }
    @media screen and (max-width: 600px) {
      .main_contacts__block .main_contacts__map {
        height: 350px; } }

.main_contacts .h2 {
  margin: 0 auto;
  text-transform: uppercase; }

.contacts_form {
  position: absolute;
  left: calc(50% - 585px + 113px);
  top: 50px;
  z-index: 10;
  width: 360px;
  padding: 25px 35px 45px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0.279px 3.99px 15.68px 0.32px rgba(125, 125, 125, 0.41);
          box-shadow: 0.279px 3.99px 15.68px 0.32px rgba(125, 125, 125, 0.41); }
  @media screen and (max-width: 980px) {
    .contacts_form {
      left: 15px;
      width: 300px;
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    .contacts_form {
      position: static;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 15px;
      width: 100%;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0; }
      .contacts_form .contacts_form__title,
      .contacts_form .contacts_form__politic,
      .contacts_form .contacts_form__btn,
      .contacts_form textarea {
        grid-column: 1/-1; } }
  @media screen and (max-width: 400px) {
    .contacts_form {
      grid-template-columns: 1fr;
      grid-column-gap: 15px; } }
  .contacts_form__title {
    padding: 0 0 30px;
    color: #000000; }
    @media screen and (max-width: 980px) {
      .contacts_form__title {
        padding-bottom: 20px; } }
  .contacts_form__politic {
    padding: 10px 0 20px;
    line-height: 1.2;
    font-size: 13px;
    text-align: center; }
    @media screen and (max-width: 980px) {
      .contacts_form__politic {
        padding: 0 0 15px; } }
  .contacts_form__btn.btn {
    width: 100%;
    padding: 22px;
    font-size: 18px;
    border-radius: 32.5px;
    -webkit-box-shadow: 0.209px 2.993px 0px 0px #af6000;
            box-shadow: 0.209px 2.993px 0px 0px #af6000;
    cursor: pointer; }

.price {
  /* overflow-x: hidden; */
  padding-bottom: 30px; }
  .price__block {
    max-width: 1004px;
    margin: 0 auto;
    padding: 30px 30px 40px;
    border-radius: 100px;
    background-color: white;
    -webkit-box-shadow: 0.488px 6.983px 12px 0px rgba(76, 75, 74, 0.73);
            box-shadow: 0.488px 6.983px 12px 0px rgba(76, 75, 74, 0.73); }

    .price--main  .price__block {
      max-width: none;
    }
    .price_table th {
      text-align: left;
      padding: 15px 0;
    }
    .price--main .price_table {
      max-width: none;
    }
    @media screen and (min-width: 993px) {
      .price_table th {
        min-width: 112px;
      }
      .price--main  .price__block {
        padding-left: 80px;
        padding-right: 80px;
      }
    }
    @media screen and (max-width: 768px) {
      .price__block {
        padding: 20px;
        border-radius: 40px; } }
    @media screen and (max-width: 480px) {
      .price__block {
        padding: 10px;
        border-radius: 30px; } }

.price_table {
  width: 830px;
  max-width: 100%;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
  vertical-align: top;
  border-spacing: 15px 0; }
  .price_table td {
    padding: 15px 0;
    color: #000000; }
    @media screen and (max-width: 768px) {
      .price_table td {
        padding: 7px 0; } }
    @media screen and (max-width: 414px) {
      .price_table td {
        font-size: 15px; } }
    .price_table td:nth-child(2) {
      width: 150px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .price_table td:nth-child(2) {
          width: 100px; } }
      @media screen and (max-width: 414px) {
        .price_table td:nth-child(2) {
          width: 85px; } }

.popup {
  display: none;
  width: 100%;
  max-width: 750px;
  padding: 25px 20px;
  background: #cde5f6;
  border-radius: 10px;
  background-color: white;
  background-image: url(/website/img/form_bg.jpg);
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0.279px 3.99px 15.68px 0.32px rgba(125, 125, 125, 0.41);
          box-shadow: 0.279px 3.99px 15.68px 0.32px rgba(125, 125, 125, 0.41); }
  .popup .fancybox-close-small {
    right: 23px;
    top: 23px;
    width: 34px;
    height: 34px;
    padding: 0;
    background-image: url(/website/img/close.svg);
    background-position: center;
    background-size: 34px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    @media screen and (max-width: 480px) {
      .popup .fancybox-close-small {
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
        background-size: 25px; } }
    .popup .fancybox-close-small svg {
      display: none; }
    .popup .fancybox-close-small:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
  .popup .popup__title {
    padding: 25px 0 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .popup .popup__title {
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 25px; } }
  .popup .popup__text {
    max-width: 335px;
    margin: 0 auto;
    padding: 0 0 35px;
    font-size: 16px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .popup .popup__text {
        padding-bottom: 15px; } }

.popup_form {
  max-width: 400px;
  margin: 0 auto; }
  .popup_form .form__control {
    margin-bottom: 25px; }
    @media screen and (max-width: 480px) {
      .popup_form .form__control {
        margin-bottom: 10px; } }
  .popup_form .popup_form__politic {
    padding: 20px 0 25px;
    text-align: center;
    font-size: 13px; }
    @media screen and (max-width: 480px) {
      .popup_form .popup_form__politic {
        padding: 0 0 15px; } }
  .popup_form .popup_form__btn {
    display: block;
    width: 284px;
    max-width: 100%;
    margin: 0 auto;
    padding: 22px;
    font-size: 18px;
    border-radius: 32.5px;
    -webkit-box-shadow: 0.209px 2.993px 0px 0px #af6000;
            box-shadow: 0.209px 2.993px 0px 0px #af6000;
    cursor: pointer; }

.page_bg {
  background-repeat: no-repeat;
  background-position: top center; }
  .page_bg header {
    color: #fff; }
    .page_bg header .header__logo {
      -webkit-filter: invert(100%) sepia(0%) saturate(31%) hue-rotate(47deg) brightness(106%) contrast(106%);
              filter: invert(100%) sepia(0%) saturate(31%) hue-rotate(47deg) brightness(106%) contrast(106%); }

.page_top {
  position: relative;
  padding: 30px 15px 100px;
  color: #fff; }
  @media screen and (max-width: 520px) {
    .page_top {
      padding: 10px 15px 30px; } }
  .page_top::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 165px;
    height: 3px;
    margin-top: 50px;
    background-color: #eb9733;
    border-radius: 1.5px;
    z-index: 2; }
    @media screen and (max-width: 520px) {
      .page_top::before {
        margin-top: 30px; } }
  .page_top h1 {
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2; }

.hotel_page {
  background-image: url(/website/img/hotel_top.jpg); }

.holiday_page {
  background-image: url(/website/img/holiday_top.jpg); }

.activity_page {
  background-image: url(/website/img/activity_top.jpg); }

.page_top__text {
  position: relative;
  z-index: 1;
  padding-top: 90px; }
  @media screen and (max-width: 520px) {
    .page_top__text {
      padding-top: 50px; } }

.hotel__bg {
  background-color: #fff;
  background-image: url(/website/img/hotel_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top; }

.hotel {
  padding-bottom: 20px; }
  .hotel.house {
    padding-bottom: 105px; }
    @media screen and (max-width: 768px) {
      .hotel.house {
        padding-bottom: 50px; } }
  .hotel h2 {
    padding-bottom: 35px;
    text-align: left; }
  .hotel__title {
    font-size: 30px; }
    @media screen and (max-width: 1024px) {
      .hotel__title {
        font-size: 29px; } }
    @media screen and (max-width: 768px) {
      .hotel__title {
        font-size: 25px; } }
    @media screen and (max-width: 480px) {
      .hotel__title {
        font-size: 22px; } }

.hotel_type {
  display: grid;
  grid-template-columns: 460px 1fr;
  grid-column-gap: 30px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .hotel_type {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 10px; } }
  @media screen and (max-width: 520px) {
    .hotel_type {
      grid-template-columns: 1fr;
      grid-row-gap: 10px; } }
  @media screen and (min-width: 769px) {
    .hotel_type__img {
      grid-row: 1/3; }
    .hotel_type__text, .hotel_type__desc {
      max-width: 555px;
      width: 100%;
      margin-left: auto; } }
  @media screen and (max-width: 520px) {
    .hotel_type__text {
      margin-top: 15px; } }
  .hotel_type__text p {
    padding: 15px 0; }
    @media screen and (max-width: 768px) {
      .hotel_type__text p:first-child {
        padding-top: 0; } }
  .hotel_type__desc {
    align-self: flex-end;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px; }
    @media screen and (max-width: 768px) {
      .hotel_type__desc {
        grid-column: 1/-1; } }
    @media screen and (max-width: 360px) {
      .hotel_type__desc {
        grid-template-columns: 1fr;
        grid-row-gap: 10px; } }
    .hotel_type__desc_item {
      display: grid;
      grid-template-columns: 70px 1fr;
      grid-column-gap: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .hotel_type__desc_item b {
        display: block;
        width: 68px;
        height: 68px;
        line-height: 68px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        border-radius: 50%;
        background-color: #eb9733; }

.hotel_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .hotel_list .slick-track {
    margin: 0; }
  .hotel_list__item {
    display: grid;
    grid-template-columns: 180px calc(100% - 280px);
    grid-column-gap: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .hotel_list__item:not(:last-child) {
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .hotel_list__item:not(:last-child) {
          margin-bottom: 40px; } }
      @media screen and (max-width: 580px) {
        .hotel_list__item:not(:last-child) {
          margin-bottom: 35px; } }
    @media screen and (max-width: 1024px) {
      .hotel_list__item {
        grid-template-columns: 180px calc(100% - 230px);
        grid-column-gap: 50px; } }
    @media screen and (max-width: 768px) {
      .hotel_list__item {
        grid-template-columns: 180px calc(100% - 210px);
        grid-column-gap: 30px; } }
    @media screen and (max-width: 580px) {
      .hotel_list__item {
        grid-template-columns: 100%; } }
  .hotel_list__gallery {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% + 30px);
    margin: 0 -15px; }
    @media screen and (max-width: 1240px) {
      .hotel_list__gallery {
        padding-right: 40px; } }
    @media screen and (max-width: 1024px) {
      .hotel_list__gallery {
        padding-right: 20px; } }
    @media screen and (max-width: 900px) {
      .hotel_list__gallery {
        width: calc(100% + 10px);
        margin: 0 -5px; } }
    @media screen and (max-width: 580px) {
      .hotel_list__gallery {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        padding-right: 0; } }
    .hotel_list__gallery .slick-slide {
      padding: 0 15px; }
      @media screen and (max-width: 991px) {
        .hotel_list__gallery .slick-slide {
          padding: 0 5px; } }
      .hotel_list__gallery .slick-slide img {
        margin: 0 auto; }
    .hotel_list__gallery .slick-prev {
      left: -35px;
      -webkit-transform: translate(0, -50%) scale(-1, 1);
              transform: translate(0, -50%) scale(-1, 1); }
      @media screen and (max-width: 1024px) {
        .hotel_list__gallery .slick-prev {
          left: -20px; } }
      @media screen and (max-width: 768px) {
        .hotel_list__gallery .slick-prev {
          left: -10px; } }
    .hotel_list__gallery .slick-next {
      right: -35px; }
      @media screen and (max-width: 1240px) {
        .hotel_list__gallery .slick-next {
          right: -20px; } }
      @media screen and (max-width: 768px) {
        .hotel_list__gallery .slick-next {
          right: -10px; } }
    .hotel_list__gallery .hotel_list__slider {
      width: 100%; }
  .hotel_list__desc p {
    padding: 10px 0 40px; }
    .hotel_list__desc p strong {
      display: block;
      margin-bottom: 5px; }
    @media screen and (max-width: 991px) {
      .hotel_list__desc p {
        padding: 0 0 15px; } }
    @media screen and (max-width: 580px) {
      .hotel_list__desc p {
        margin-top: 15px; } }
  .hotel_list__desc .hotel_list__btn {
    width: 100%;
    padding: 19px;
    font-size: 16.6px;
    border-radius: 30px;
    -webkit-box-shadow: 0.209px 2.993px 0px 0px #af6000;
            box-shadow: 0.209px 2.993px 0px 0px #af6000; }

.holiday__bg {
  background-color: #fff;
  background-image: url(/website/img/holiday_bg.jpg);
  background-repeat: no-repeat;
  background-position: center 70%; }

.holiday {
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .holiday {
      padding-bottom: 20px; } }
  .holiday h2 {
    text-align: left;
    font-size: 62px;
    font-weight: 500;
    text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .holiday h2 {
        font-size: 50px; } }
    @media screen and (max-width: 768px) {
      .holiday h2 {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      .holiday h2 {
        font-size: 25px; } }
  .holiday h2 + .holiday_block .h2 {
    padding-top: 20px; }

.holiday_block {
  display: grid;
  grid-template-columns: 390px 1fr;
  grid-column-gap: 70px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1240px) {
    .holiday_block {
      grid-column-gap: 40px; } }
  @media screen and (max-width: 991px) {
    .holiday_block {
      padding-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .holiday_block {
      grid-template-columns: 250px 1fr;
      padding-bottom: 20px; } }
  @media screen and (max-width: 600px) {
    .holiday_block {
      grid-template-columns: 100%; } }
  .holiday_block .h2 {
    grid-column: 1/-1;
    padding: 40px 0;
    text-align: left; }
    @media screen and (max-width: 600px) {
      .holiday_block .h2 {
        padding-bottom: 25px; } }
  .holiday_block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    padding-top: 20px; }
    @media screen and (max-width: 991px) {
      .holiday_block__text {
        padding-top: 0; } }
    .holiday_block__text p:last-of-type {
      margin-bottom: 20px; }
    .holiday_block__text .holiday_block__btn {
      max-width: 260px;
      width: 100%;
      padding: 20px 0;
      margin-top: auto;
      margin-bottom: 30px;
      font-size: 16.6px;
      border-radius: 30px;
      -webkit-box-shadow: 0.209px 2.993px 0px 0px #af6000;
              box-shadow: 0.209px 2.993px 0px 0px #af6000; }
      @media screen and (max-width: 991px) {
        .holiday_block__text .holiday_block__btn {
          margin-bottom: 0; } }
  .holiday_block__gallery {
    width: 100%; }
    @media screen and (max-width: 600px) {
      .holiday_block__gallery {
        margin-bottom: 20px; } }
    .holiday_block__gallery .slick-slide img {
      margin: 0 auto; }
    .holiday_block__gallery .slick-prev {
      left: -55px;
      -webkit-transform: translate(0, -50%) scale(-1, 1);
              transform: translate(0, -50%) scale(-1, 1); }
      @media screen and (max-width: 1240px) {
        .holiday_block__gallery .slick-prev {
          left: -15px; } }
    .holiday_block__gallery .slick-next {
      right: -55px; }
      @media screen and (max-width: 1240px) {
        .holiday_block__gallery .slick-next {
          right: -15px; } }
    .holiday_block__gallery .holiday_block__slider {
      width: 100%; }

.holiday__gallery {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  margin-top: 50px; }
  @media screen and (max-width: 900px) {
    .holiday__gallery {
      grid-gap: 25px; } }
  @media screen and (max-width: 768px) {
    .holiday__gallery {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 600px) {
    .holiday__gallery {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px;
      margin-top: 30px; } }
  @media screen and (max-width: 400px) {
    .holiday__gallery {
      grid-template-columns: repeat(2, 1fr); } }

.contacts_page {
  background-image: url(/website/img/contacts.jpg);
  background-position: center top;
  background-repeat: no-repeat; }

.contacts {
  padding-top: 10px;
  padding-bottom: 90px; }
  @media (max-width: 900px) {
    .contacts {
      padding-top: 0; } }
  @media (max-width: 768px) {
    .contacts {
      padding-bottom: 30px; } }
  .contacts .container {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    grid-column-gap: 30px; }
    @media (max-width: 900px) {
      .contacts .container {
        grid-column-gap: 0; } }
    @media (max-width: 680px) {
      .contacts .container {
        grid-template-columns: 100%; } }
  .contacts h1 {
    grid-column: 1/-1; }
  .contacts .contacts__map {
    line-height: 0;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0.209px 2.993px 13px 0px rgba(0, 0, 0, 0.27);
            box-shadow: 0.209px 2.993px 13px 0px rgba(0, 0, 0, 0.27); }
    @media (max-width: 900px) and (min-width: 681px) {
      .contacts .contacts__map {
        border-radius: 0 10px 10px 0; } }
    @media (max-width: 680px) {
      .contacts .contacts__map {
        height: 350px;
        margin-top: 0;
        border-radius: 0 0 10px 10px; } }
    .contacts .contacts__map iframe {
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 10px; }

.contacts__block {
  position: relative;
  padding: 40px 20px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0.279px 3.99px 15.68px 0.32px rgba(125, 125, 125, 0.41);
          box-shadow: 0.279px 3.99px 15.68px 0.32px rgba(125, 125, 125, 0.41); }
  @media (max-width: 900px) {
    .contacts__block {
      padding: 20px; } }
  @media (max-width: 900px) and (min-width: 681px) {
    .contacts__block {
      border-radius: 10px 0 0 10px; } }
  @media (max-width: 680px) {
    .contacts__block {
      display: grid;
      grid-template-columns: 200px 1fr;
      grid-column-gap: 20px;
      border-radius: 10px 10px 0 0; } }
  @media (max-width: 480px) {
    .contacts__block {
      grid-template-columns: 100%;
      grid-row-gap: 20px; } }
  .contacts__block::before {
    content: '';
    position: absolute;
    left: -60px;
    top: -60px;
    width: 126px;
    height: 138px;
    background-image: url(/website/img/contacts_decor.png);
    z-index: -1; }
    @media (max-width: 1240px) {
      .contacts__block::before {
        left: -15px;
        top: -40px;
        width: 60px;
        height: 65px;
        background-repeat: no-repeat;
        background-size: contain; } }
  .contacts__block .tel,
  .contacts__block .adr,
  .contacts__block .mail {
    display: block;
    width: 280px;
    max-width: 100%;
    margin: 0 auto 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500px; }
  .contacts__block .contacts_form {
    position: static;
    display: block;
    width: 290px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (max-width: 680px) {
      .contacts__block .contacts_form {
        width: 100%;
        padding-top: 0; } }

footer {
  position: relative;
  margin-top: auto; }

@media screen and (min-width: 601px) {
  .main_page footer {
    padding-top: 15px; }
    .main_page footer::before {
      content: '';
      position: absolute;
      left: 0;
      top: -143px;
      width: 100%;
      height: 265px;
      background-image: url(/website/img/main_footer.png);
      background-size: cover;
      background-position: center bottom; } }

.footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 96px auto 1fr 1fr auto;
  grid-column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 25px; }
  @media (max-width: 900px) {
    .footer {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .footer {
      padding: 20px 5px; } }
  @media (max-width: 680px) {
    .footer {
      grid-template-columns: 96px 1fr 1fr auto; }
      .footer .footer__copy {
        grid-column: 1/-1;
        grid-row: 2/3;
        margin-top: 5px; } }
  @media (max-width: 520px) {
    .footer {
      grid-template-columns: 96px 1fr 27px; }
      .footer .footer__logo {
        grid-row: 1/2; }
      .footer .footer__adr {
        grid-row: 2/3;
        grid-column: 2/4; }
      .footer .footer__text {
        grid-row: 1/2;
        grid-column: 2/3; }
      .footer .footer__copy {
        grid-row: 3/4;
        margin-top: 10px; } }
  @media (max-width: 400px) {
    .footer {
      grid-template-columns: 80px 1fr 27px;
      grid-column-gap: 0; }
      .footer .footer__adr,
      .footer .footer__text {
        margin-left: 10px; } }
  .footer p {
    padding-top: 0;
    padding-bottom: 0; }
  .footer .footer__copy {
    font-size: 14px; }
  .footer .footer__copy .footer_creator {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 2px;}  
    @media (min-width: 681px) {
      .footer .footer_creator a {
        display: block;}
      .footer .footer__copy span {
        display: block;
        margin-top: 5px; } }
    @media (max-width: 520px) {
      .footer .footer__copy {
        text-align: center;
        font-size: 13px; } }
  @media (min-width: 681px) {
    .footer .footer__adr,
    .footer .footer__text {
      margin: 0 auto; } }
  .footer .footer__adr {
    color: #000000; }
    @media (min-width: 521px) {
      .footer .footer__adr {
        max-width: 240px; } }
    @media (max-width: 768px) {
      .footer .footer__adr {
        font-size: 14px; } }
  .footer .mail {
    display: block; }
  .footer .footer__vk {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 10px;
    line-height: 0; }

.gallery_page {
  background-image: url(/website/img/footer_bg.png), url(/website/img/gallery_bg.jpg), -webkit-gradient(linear, right top, left top, from(#ddeef4), to(#ddeef4));
  background-image: url(/website/img/footer_bg.png), url(/website/img/gallery_bg.jpg), linear-gradient(to left, #ddeef4, #ddeef4);
  background-position: center bottom,
 center top,
 center bottom;
  background-size: auto, auto, 100% 50%;
  background-repeat: no-repeat; }

.gallery {
  padding-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .gallery {
      padding-bottom: 40px; } }
  .gallery--main {
    background-image: url(/website/img/gallery_decor.png);
    background-repeat: no-repeat;
    background-position: right 65%; }
    @media screen and (max-width: 1024px) {
      .gallery--main {
        background-size: 20%;
        background-position: right 90%; } }
    @media screen and (max-width: 600px) {
      .gallery--main {
        background-image: none; } }
  .gallery h1 {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1; }
  .gallery__btn.btn {
    display: block;
    width: 120px;
    margin: 50px auto 0; }
    @media screen and (min-width: 769px) {
      .gallery__btn.btn {
        margin-bottom: -50px; } }

.gallery_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px; 
  margin-bottom: 40px;}
  @media screen and (max-width: 900px) {
    .gallery_list {
      grid-gap: 20px; } }
  @media screen and (max-width: 600px) {
    .gallery_list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 360px) {
    .gallery_list {
      grid-template-columns: 1fr; } }
  .gallery_list .fancybox {
    line-height: 0;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear; }
    .gallery_list .fancybox:hover {
      -webkit-transform: scale(1.03);
              transform: scale(1.03); }

.gallery_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .gallery_list_item .gallery_list_item__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 5px 0 10px;
    font-size: 24px;
    line-height: 1.1; }
    @media screen and (max-width: 900px) {
      .gallery_list_item .gallery_list_item__name {
        font-size: 22px; } }
    @media screen and (max-width: 768px) {
      .gallery_list_item .gallery_list_item__name {
        font-size: 20px; } }
    @media screen and (max-width: 360px) {
      .gallery_list_item .gallery_list_item__name {
        font-size: 22px; } }
  .gallery_list_item .gallery_list_item__photo {
    position: relative;
    line-height: 0;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear; }
    .gallery_list_item .gallery_list_item__photo::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #ff6c00;
      opacity: 0;
      -webkit-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear; }
  .gallery_list_item:hover .gallery_list_item__photo {
    -webkit-filter: blur(2.5px);
            filter: blur(2.5px); }
    .gallery_list_item:hover .gallery_list_item__photo::before {
      opacity: 0.2; }

.activity_bg {
  background-color: #fff; }

.activity {
  padding-top: 65px;
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .activity {
      padding-top: 35px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 769px) {
    .activity .holiday_block__text p + p {
      margin-top: 15px; } }
  .activity .holiday_block__text_title {
    display: block;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .activity .holiday_block__text_title {
        margin-bottom: 10px; } }
  .activity .holiday_block__text_list {
    position: relative;
    display: block;
    padding-left: 30px; }
    .activity .holiday_block__text_list::before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #eb9733; }
    .activity .holiday_block__text_list + .holiday_block__text_list {
      margin-top: 5px; }

.activity_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 70px;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 768px) {
    .activity_menu {
      row-gap: 30px;
      margin-bottom: 0; } }
  .activity_menu li {
    width: 24%; }
    @media screen and (max-width: 900px) {
      .activity_menu li {
        margin: 0 auto; } }
    @media screen and (max-width: 600px) {
      .activity_menu li {
        width: 30%; } }
    @media screen and (max-width: 414px) {
      .activity_menu li {
        width: 32%; } }
  .activity_menu__link {
    display: block;
    text-align: center; }
    .activity_menu__link_img {
      display: block;
      margin: 0 auto;
      margin-bottom: 30px;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media screen and (max-width: 768px) {
        .activity_menu__link_img {
          margin-bottom: 15px; } }
    .activity_menu__link_name {
      display: block;
      color: #000000; }
    .activity_menu__link:hover .activity_menu__link_img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

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,
input[type="file"].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: "GolosText", Georgia, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #302e2b;
  background-color: #fff; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 16px; } }

a {
  text-decoration: none; }

a[href^="tel:"] {
  white-space: nowrap;
  color: inherit;
  cursor: auto; }

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

.uppercase {
  text-transform: uppercase; }

.center {
  text-align: center; }

h1, h2, .h2 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 70px 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    h1, h2, .h2 {
      padding: 35px 0;
      font-size: 32px; } }
  @media screen and (max-width: 768px) {
    h1, h2, .h2 {
      padding: 25px 0;
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    h1, h2, .h2 {
      font-size: 25px; } }

h1 {
  font-size: 84px; }
  @media screen and (max-width: 1024px) {
    h1 {
      font-size: 60px; } }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 40px; } }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 30px; } }

.btn {
  position: relative;
  display: inline-block;
  padding: 13px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background-image: -webkit-gradient(linear, right top, left top, from(#de7b04), color-stop(51%, #f4a33e), color-stop(98%, #ffb04d));
  background-image: linear-gradient(to left, #de7b04 0%, #f4a33e 51%, #ffb04d 98%);
  border: none;
  border-radius: 22.5px; }
  .btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#de7b04), color-stop(51%, #f4a33e), color-stop(98%, #ffb04d));
    background-image: linear-gradient(to right, #de7b04 0%, #f4a33e 51%, #ffb04d 98%);
    border-radius: inherit;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .btn:hover::after {
    opacity: 1; }
  .btn span {
    position: relative;
    z-index: 1; }

.breadcrumbs {
  margin: 0;
  padding: 30px 0;
  list-style: none;
  font-size: 15px;
  color: #8d8d8d; }
  @media screen and (max-width: 768px) {
    .breadcrumbs {
      padding-top: 25px; } }
  .breadcrumbs li, .breadcrumbs a, .breadcrumbs span {
    display: inline-block; }
  .breadcrumbs a {
    position: relative; }
    .breadcrumbs a:hover {
      color: #eb9733; }
    .breadcrumbs a::after {
      content: ' / '; }
  .breadcrumbs span {
    color: #024ccb; }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .pagination li {
    position: relative;
    margin: 0 17px 5px;
    font-size: 15px;
    color: #dfb962; }
    @media screen and (max-width: 600px) {
      .pagination li {
        margin: 0 5px 5px;
        font-size: 13px; } }
    .pagination li a {
      position: relative;
      display: block;
      width: 60px;
      height: 60px;
      line-height: 58px;
      text-align: center;
      border-width: 1px;
      border-color: #e7c269;
      border-style: solid;
      z-index: 2; }
      @media screen and (max-width: 600px) {
        .pagination li a {
          width: 40px;
          height: 40px;
          line-height: 38px; } }
      .pagination li a::after {
        content: '';
        position: absolute;
        left: 7px;
        top: 7px;
        width: 60px;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 1;
        -webkit-transition: 0.15s;
        transition: 0.15s; }
        @media screen and (max-width: 600px) {
          .pagination li a::after {
            left: 3px;
            top: 3px;
            width: 40px;
            height: 40px; } }
      .pagination li a span {
        position: relative;
        z-index: 3; }
    .pagination li:not(.pagination__arrow).active a,
    .pagination li:not(.pagination__arrow) a:hover {
      color: #fff; }
      .pagination li:not(.pagination__arrow).active a::before,
      .pagination li:not(.pagination__arrow) a:hover::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
        background-image: linear-gradient(131deg, #d2a854 0%, #ddb55f 43%, #e7c269 60%, #d7ae57 81%, #c79944 100%);
        background-size: 100%;
        z-index: 2; }
        @media screen and (max-width: 600px) {
          .pagination li:not(.pagination__arrow).active a::before,
          .pagination li:not(.pagination__arrow) a:hover::before {
            width: 40px;
            height: 40px; } }
    .pagination li.pagination__arrow a {
      margin-top: 8px;
      width: 40px;
      height: 40px;
      border-width: 1px;
      border-color: #b4b4b4;
      border-style: solid;
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 31.494 31.494' style='enable-background:new 0 0 31.494 31.494;' xml:space='preserve'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' style='fill:%23b6b6b6;' d='M10.273,5.009c0.444-0.444,1.143-0.444,1.587,0c0.429,0.429,0.429,1.143,0,1.571l-8.047,8.047h26.554 c0.619,0,1.127,0.492,1.127,1.111c0,0.619-0.508,1.127-1.127,1.127H3.813l8.047,8.032c0.429,0.444,0.429,1.159,0,1.587 c-0.444,0.444-1.143,0.444-1.587,0l-9.952-9.952c-0.429-0.429-0.429-1.143,0-1.571L10.273,5.009z'/%3E%3C/svg%3E"); }
      @media screen and (max-width: 600px) {
        .pagination li.pagination__arrow a {
          margin-top: 3px; } }
      .pagination li.pagination__arrow a::after {
        display: none; }
    .pagination li.pagination__arrow.next a {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .pagination .disabled {
    opacity: 0.8; }
.tel {
  position: relative;
  padding-left: 30px; }
  .tel::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url("/website/img/tel.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center; }
.mail {
  position: relative;
  padding-left: 30px;
  white-space: nowrap; }
  .mail::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 16px;
    margin-top: -8px;
    background-image: url(/website/img/mail.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
.adr {
  position: relative;
  padding-left: 30px; }
  .adr::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(/website/img/adr.png);
    background-repeat: no-repeat;
    background-position: center; }
.compensate-for-scrollbar {
  margin-right: 0 !important; }
#back_to_top {
  z-index: 10000000;
  position: fixed;
  right: 3%;
  bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.off {
  display: none; }
.my-biznes {
  padding: 50px 0;
}
.my-biznes__header {
  padding: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}


header.fixed {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  color: #302e2b;
  background: url('/website/img/fixheader.jpg') center center / cover no-repeat;
  box-shadow: 2px 2px 5px 5px rgba(80, 143, 159, .4);
}
header.fixed .header__text p {
  display: none;
}
header.fixed .header .header__logo {
  grid-row: initial;
  order: -2;
  max-width: 90px;
  filter: none;
}
header.fixed .header {
  grid-template-columns: auto 1fr auto auto;
  padding: 10px 15px;
}
header.fixed .header nav {
  width: 100%;
  margin: 0;
  order: -1;
}
header.fixed .menu {
  margin: 0 auto;
}
header.fixed .menu > li {
  font-weight: 600;
}
header.fixed .header .header__text {
  display: flex;
  justify-self: end;
  margin: 0;
}
header.fixed .header_phone {
  font-size: 16px;
  font-weight: 600;
}
header.fixed .header__mail {
  font-size: 0;
  width: 28px;
  height: 26px;
  background: url('/website/img/email.svg') center center / 100% no-repeat;
}
header.fixed .header__form_btn {
  display: none;
}
@media (max-width: 980px) and (min-width: 769px) {
  header.fixed .header {
    grid-template-columns: auto 1fr auto;
  }
  header.fixed .header nav {
    grid-column: 2/-1;
    order: initial;
  }
  header.fixed .header .header__logo {
    grid-row: 1/3;
  }
}
@media (max-width: 768px) {
  header.fixed .header {
    grid-template-columns: 90px auto auto 40px;
  }
  header.fixed .header .header__logo {
    grid-column: initial;
    order: initial;
  }
  header.fixed .header__mail {
    display: none;
  }
  header.fixed .header .header__text {
    justify-self: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  header.fixed .header__text p {
    display: block;
  }
  header.fixed .header__form_btn {
    grid-column: initial;
    grid-row: initial;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 40px;
    padding: 4px 10px 6px;
    line-height: 1.1;
  }
  header.fixed .toggle_wrapper {
    order: 4;
    grid-column: initial;
    grid-row: initial;
  }
  header.fixed .menu > li {
    font-weight: normal;
  }
}
@media (max-width: 600px) {
  header.fixed {
    background-image: url('/website/img/fixheader-sm.jpg');
  }
  header.fixed .header {
    grid-template-columns: 65px auto auto 30px;
  }
  header.fixed .menu-icon {
    width: 30px;
  }
  header.fixed .menu-icon::before {
    left: 13px;
  }
  header.fixed .menu-icon::after {
    right: 13px;
  }
  header.fixed .header_phone {
    font-size: 15px;
  }
  header.fixed .header .header__text {
    flex-direction: column;
    align-items: flex-start;
  } 
}
@media (max-width: 480px) {   
  header.fixed .header_phone {
    font-size: 14px;
  }
  header.fixed .header__form_btn {
    min-height: 38px;
    font-size: 12px;
    max-width: 100px;
  }
}
@media (max-width: 360px) {
  header.fixed .header {
    padding-left: 5px;
    padding-right: 5px;
  }
  header.fixed .header_phone {
    font-size: 13px;
  }
}
.site-creator {
  padding: 20px 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;
  }
}
.gallery_video video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}