/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

.animated {
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.hystmodal__shadow {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 71, 160, 0.8); }

.hystmodal__opened body {
  overflow: hidden; }

.hystmodal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  z-index: 199;
  visibility: hidden; }

.hystmodal--active {
  opacity: 1; }

.hystmodal--active,
.hystmodal--moved {
  pointer-events: auto;
  visibility: visible; }

.hystmodal__wrap {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  background: rgba(37, 42, 56, 0.95); }

.hystmodal__window {
  margin: 50px 0;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  background: #fff;
  width: 720px;
  max-width: 100%;
  overflow: visible;
  transition: transform 0.2s ease 0s;
  transform: scale(0.9);
  opacity: 0; }

.hystmodal--active .hystmodal__window {
  transform: scale(1);
  opacity: 1; }

.hystmodal__close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center; }

.hystmodal__close svg {
  flex: 0 0 25px;
  height: 25px;
  transform: rotate(45deg);
  transition: 0.25s; }

.hystmodal__close:hover svg {
  transform: rotate(-135deg); }

@media (max-width: 767px) {
  .hystmodal__window {
    margin: 0; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

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

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

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

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

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

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

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

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

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

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

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

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

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

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

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

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

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px; } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes a {
  to {
    transform: rotate(1turn); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px; } } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

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

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #111; }

::-webkit-scrollbar-thumb:hover {
  background: #555; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 66px 0 0;
  font-family: 'nunito-regular', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
  min-width: 320px; }
  body.complex-page, body.index-page {
    padding-top: 0; }

body.fixed,
body.locked {
  overflow: hidden; }

a, button {
  cursor: pointer; }

picture {
  display: flex;
  align-items: center; }

picture img {
  display: block; }

table {
  border-collapse: collapse; }

p {
  margin: 0 0 20px; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

b, strong {
  font-family: 'nunito-semi';
  font-weight: normal; }

@media (min-width: 1200px) {
  body {
    padding: 64px 0 0; } }

@media (min-width: 1400px) {
  body {
    padding: 70px 0 0; } }

@media (min-width: 1536px) {
  body {
    font-size: 16px; } }

@media (min-width: 1900px) {
  body {
    padding: 85px 0 0; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: 'unbounded';
  font-weight: normal; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'nunito-semi'; }

h1, .h1 {
  font-size: 38px; }

h2, .h2 {
  font-size: 28px;
  line-height: 1.4; }

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

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

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

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

.title-group {
  position: relative;
  z-index: 2; }

.title-group h1,
.title-group .h1,
.title-group h2,
.title-group .h2 {
  font-size: 54px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3; }

.title-group h3,
.title-group .h3 {
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }

.title-group .mx-auto {
  max-width: 860px;
  font-size: 18px; }

.title-group p {
  font-size: 18px; }

.wide-group {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.wide-group .select-container .select-button {
  width: 320px; }

.wide-group .form-group {
  padding-bottom: 0; }

.float-title {
  background-color: #43383C;
  padding: 10px 30px;
  display: inline-block;
  position: relative;
  margin: 0;
  transform: translateY(-50%);
  font-size: 32px;
  text-transform: uppercase;
  color: #fff; }

@media (max-width: 1859px) {
  .title-group h1,
  .title-group .h1,
  .title-group h2,
  .title-group .h2 {
    font-size: 42px; }
  .title-group h3,
  .title-group .h3 {
    font-size: 42px; } }

@media (max-width: 1536px) {
  .title-group p {
    font-size: 16px; } }

@media (max-width: 1399px) {
  .title-group h1,
  .title-group .h1,
  .title-group h2,
  .title-group .h2 {
    font-size: 36px; }
  .title-group h3,
  .title-group .h3 {
    font-size: 36px; } }

@media (max-width: 1199px) {
  .catalog-section .wide-group {
    display: block; }
    .catalog-section .wide-group .form-group {
      margin-top: 20px; }
    .catalog-section .wide-group .select-container .select-button,
    .catalog-section .wide-group .select-container {
      width: 100%; }
  .title-group h1,
  .title-group .h1,
  .title-group h2,
  .title-group .h2 {
    font-size: 32px; }
  .title-group h3,
  .title-group .h3 {
    font-size: 32px; }
  .title-group p {
    font-size: 14px; }
  h1, .h1 {
    font-size: 32px; }
  h2, .h2 {
    font-size: 24px; }
  .title-group h3,
  .title-group .h3 {
    font-size: 32px; } }

@media (max-width: 991px) {
  .title-group h1,
  .title-group .h1,
  .title-group h2,
  .title-group .h2 {
    font-size: 28px; }
  .upper-title > h2, .upper-title > .h2 {
    font-size: 24px; }
  h1, .h1 {
    font-size: 26px; }
  h2, .h2 {
    font-size: 22px; }
  h3, .h3 {
    font-size: 18px; }
  h4, .h4 {
    font-size: 16px; } }

@media (max-width: 767px) {
  .title-group h1,
  .title-group .h1,
  .title-group h2,
  .title-group .h2 {
    font-size: 24px; }
  .upper-title > h2, .upper-title > .h2 {
    font-size: 22px; } }

.text-underline {
  text-decoration: underline !important; }
  .text-underline:hover {
    text-decoration: none !important; }

.default-space {
  padding-top: 150px;
  padding-bottom: 150px; }

.fill-dark {
  background-color: #0A5749; }
  .fill-dark2 {
  background-color: #CDC8AF; }

.fill-white {
  background-color: #fff;
  color: #111; }

.fill-half {
  position: relative; }
  .fill-half .title-group {
    color: #fff; }
  .fill-half:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 55%;
    background-color: #0A5749;
    z-index: 1; }

.fill-half-bottom {
  position: relative; }
  .fill-half-bottom .container {
    position: relative;
    z-index: 2; }
  .fill-half-bottom:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background-color: #22181B;
    z-index: 1; }

.posrel {
  position: relative; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.upper-title p {
  max-width: 680px; }

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.img-text-group {
  display: flex;
  align-items: flex-start;
  text-align: left;
  max-width: 840px;
  margin: 30px auto 0; }
  .img-text-group img {
    flex: 0 0 90px;
    margin-right: 30px; }

.align-center {
  display: flex;
  justify-content: center; }

.align-right {
  display: flex;
  justify-content: flex-end; }

.align-center {
  display: flex;
  justify-content: center; }

.mb-0 {
  margin-bottom: 0; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.pl-90 {
  padding-left: 90px !important; }

.mln-90 {
  margin-left: -90px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-100 {
  padding-left: 100px !important; }

.pt-130 {
  padding-top: 130px; }

.pt-150 {
  padding-top: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pl-150 {
  padding-left: 150px !important; }

.pr-150 {
  padding-right: 150px !important; }

.pt-250 {
  padding-top: 250px; }

.pr-250 {
  padding-right: 250px !important; }

.pl-250 {
  padding-left: 250px !important; }

.mtn-150 {
  margin-top: -150px;
  position: relative;
  z-index: 3; }

.fill-dark.mtn-150 {
  padding: 120px 100px 110px; }

.ty-50 {
  position: relative;
  transform: translateY(50%); }

.d-flex {
  display: flex; }

@media (max-width: 1859px) {
  .pt-150 {
    padding-top: 120px; }
  .pb-150 {
    padding-bottom: 120px; } }

@media (max-width: 1699px) {
  .title-group .mx-auto {
    font-size: 16px; }
  .index-page .title-group.mb-100 {
    margin-bottom: 60px; } }

@media (max-width: 1199px) {
  .title-group .mx-auto {
    font-size: 14px; }
  .pt-150 {
    padding-top: 80px; }
  .pb-150 {
    padding-bottom: 80px; } }

@media (max-width: 991px) {
  .index-about .arrow-link.mb-80 {
    margin-bottom: 30px; }
  .img-text-group img {
    flex: 0 0 70px;
    margin-right: 15px; } }

@media (max-width: 575px) {
  .index-page .title-group.wide-group {
    display: block; }
    .index-page .title-group.wide-group .h2, .index-page .title-group.wide-group h2 {
      margin-bottom: 10px; }
  .index-page .title-group.mb-100,
  .index-page .title-group.mb-50 {
    margin-bottom: 30px; } }

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding-right: 20px;
    padding-left: 20px; }
  .container.text-container {
    max-width: 960px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1500px;
    padding-right: 30px;
    padding-left: 30px; }
  .row {
    margin-right: -30px;
    margin-left: -30px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px; } }

@media (min-width: 1860px) {
  .container {
    max-width: 1780px; } }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.main-header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s; }
  .main-header .container {
    display: flex;
    align-items: center; }
  .main-header.fixed {
    background-color: #fff; }

.main-logo {
  margin-right: auto; }
  .main-logo svg,
  .main-logo img {
    display: block;
    width: 150px;
    transition: 0.25s; }

.main-nav {
  margin-bottom: 30px;
  position: relative;
  z-index: 2; }
  .main-nav a {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    white-space: nowrap;
    transition: 300ms ease-in-out; }
    .main-nav a > a:hover {
      color: #0A5749; }
    .main-nav a > a.active {
      cursor: pointer; }

.nav-link {
  color: #000;
  text-transform: uppercase; }

.header-phone {
  display: flex;
  align-items: center;
  padding: 10px 0;
  white-space: nowrap;
  text-decoration: none;
  color: #111;
  transition: 0.25s;
  font-size: 18px;
  overflow: hidden;
  margin-left: -5px; }
  .header-phone svg {
    fill: #111;
    flex: 0 0 24px;
    margin-top: 1px;
    margin-right: 5px; }
  .header-phone:hover svg {
    fill: #CDC8AF; }

.phone-toggle {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center; }

.phone-toggle svg {
  fill: #111;
  width: 32px;
  height: 32px;
  stroke: #000; }

.slide-nav {
  position: fixed;
  display: block;
  z-index: 100;
  width: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 70px 30px 80px 20px;
  transition: 0.3s;
  z-index: 1000;
  transform: translateX(150%); }
  .slide-nav:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 95px;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='95' height='1001' viewBox='0 0 95 1001' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.455 682.305v244.083s-.951 37.215 31.52 37.215m45.71 18.882v-43.052s.73-25.54-22.819-25.54m4.462.365v45.332M9.454 754.09l-6.143-7.753v-41.228l6.143 7.753m61.8-77.165-61.8 77.165m52.219-22.438v67.131s5.924 6.841 6.655 7.753v-83.185l11.19-13.955v169.927L34.32 783.916m20.77-34.935v-50.348l-33.204 41.41.147.091 68.6 85.557M94 991.391l-59.314-73.758v-66.95l55.948 66.95m0-22.53-36.787-44.055h-9.434l46.001 55.274M40.976 1001V822.955m-31.4-464.482v247.378s-.95 37.716 31.522 37.716m45.708 19.136V619.07s.732-25.884-22.818-25.884m4.462.369V639.5M9.576 431.225l-6.143-7.857v-41.785l6.143 7.858m58.673-74.873L9.578 389.441M61.795 366.7v68.038s5.924 6.933 6.655 7.857v-84.308l11.19-14.144v172.222l-45.197-54.911m20.77-35.405V375.02l-33.204 41.969.147.093 68.6 86.711m0 163.902-55.948-70.719v-67.853l55.947 67.853m0-22.833-36.786-44.65h-9.434l46.001 56.02m-49.439 87.758V501.02M7.144 24.168v247.378s-.951 37.717 31.52 37.717m45.71 32.286v-43.634s.73-25.884-22.819-25.884m4.462.37v45.944M7.143 96.921 1 89.063V47.28l6.143 7.858M48.775 1 7.144 55.137m52.218-22.742v68.039s5.924 6.933 6.655 7.857V23.983l11.19-14.144v172.222L32.01 127.15m20.77-35.406V40.716L19.575 82.685l.146.092 68.6 86.712m0 177.052-55.947-70.719v-67.853l55.947 67.853m0-22.834-36.786-44.65h-9.434l46.001 56.021m-49.439 87.757V179.865' stroke='%23CDC8AF' stroke-width='1.638' stroke-miterlimit='10'/%3E%3C/svg%3E") top right repeat-y;
    z-index: 1;
    opacity: 0.6; }

.slide-nav.visible {
  transform: translateX(0); }

.nav-toggle {
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
  margin-left: 20px; }

.nav-toggle span {
  width: 36px;
  height: 2px;
  border-radius: 3px;
  background-color: #111;
  display: block;
  margin: 10px 0; }

.slide-nav-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  left: 15px;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  cursor: pointer; }

.slide-nav-close svg {
  width: 36px;
  height: 36px;
  transition: 0.25s;
  fill: #fff; }

#bottom-navigation {
  width: 820px;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 42px;
  z-index: 100;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  justify-content: center;
  display: none;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
  #bottom-navigation a {
    text-decoration: none;
    color: #111;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 12px 10px;
    position: relative;
    font-size: 14px;
    margin: 0 8px; }
    #bottom-navigation a:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 0;
      background-color: #0A5749;
      transition: all 100ms linear; }
    #bottom-navigation a:hover {
      color: #0A5749; }
    #bottom-navigation a.active:after {
      height: 3px; }
    #bottom-navigation a.active:hover {
      cursor: auto;
      background-color: transparent; }

@media (min-width: 480px) {
  .slide-nav {
    width: 400px;
    padding: 70px 50px 80px 50px; }
  .slide-nav-close {
    left: 44px; } }

@media (min-width: 1199px) {
  .main-header {
    padding: 15px 0; }
  #bottom-navigation {
    display: flex; }
  .slide-nav {
    position: static;
    transform: translateX(0);
    box-shadow: none;
    height: auto;
    min-height: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex-grow: 1;
    padding: 0;
    overflow: visible;
    width: auto;
    background-color: transparent; }
    .slide-nav:after {
      display: none; }
  .main-nav {
    display: flex;
    justify-content: center;
    margin: 0 auto; }
    .main-nav .visible-mobile {
      display: none; }
  .main-nav a {
    font-size: 12px;
    margin: 0 15px; }
  .main-nav a {
    display: inline-block;
    position: relative;
    transition: all 0.25s linear;
    white-space: nowrap;
    color: #111; }
  .main-nav a:before,
  .main-nav a:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #111;
    transition: all 300ms;
    pointer-events: none;
    transform: scale3d(0, 1, 1); }
  .main-nav a:before {
    top: 100%;
    height: 2px;
    transform-origin: 100% 50%;
    transition: transform 300ms cubic-bezier(0.2, 1, 0.8, 1); }
  .main-nav a:after {
    height: 0;
    top: calc(100% + 4px);
    transform-origin: 100% 50%;
    transition: transform 400ms 100ms cubic-bezier(0.2, 1, 0.8, 1); }
  .main-nav a:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }
  .main-nav a:hover:after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }
  .header-phone {
    font-size: 14px;
    padding: 0 20px; }
    .header-phone svg {
      fill: #111 !important; }
    .header-phone span {
      position: relative;
      display: block;
      transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .header-phone span:before {
        content: attr(data-hover);
        position: absolute;
        white-space: nowrap;
        bottom: 100%;
        left: 0;
        right: 0;
        text-align: center;
        transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .header-phone:hover span {
      transform: translateY(100%); }
  .phone-toggle,
  .slide-nav-close,
  .nav-toggle {
    display: none; } }

@media (min-width: 1400px) {
  .main-logo svg, .main-logo img {
    width: 180px; }
  .header-phone {
    font-size: 16px; }
  .main-nav a {
    font-size: 14px;
    margin: 0 20px; } }

@media (min-width: 1700px) {
  .header-phone {
    padding: 0 50px; }
  .main-nav a {
    margin: 0 20px; } }

@media (min-width: 1900px) {
  .main-header {
    padding: 20px 0; }
  .main-nav a {
    margin: 0 22px; }
  .main-logo svg, .main-logo img {
    width: 200px; } }

.page-banner {
  height: 450px;
  height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 3px;
  overflow: hidden;
  z-index: 5; }

.main-slider .page-banner {
  display: none; }

.main-slider .page-banner:first-child {
  display: flex; }

.main-slider.slick-initialized .page-banner {
  display: flex; }

.page-banner .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 20px; }

.page-banner .h1,
.page-banner h1 {
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.7); }

.page-banner p {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.7); }

.page-banner picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.page-banner picture img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.page-banner .btn-primary {
  width: 100%;
  padding: 10px 25px;
  font-size: 14px; }

.banner-text {
  background-color: rgba(41, 32, 35, 0.8);
  padding: 5px 0; }

.main-slider-pagination {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .main-slider-pagination .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center; }
    .main-slider-pagination .slick-dots li {
      margin-left: 8px; }
      .main-slider-pagination .slick-dots li.slick-active button {
        background-color: #0A5749; }
    .main-slider-pagination .slick-dots button {
      width: 16px;
      height: 16px;
      font-size: 0;
      border: 1px solid #0A5749;
      background-color: transparent;
      border-radius: 50%; }

@media (min-width: 768px) {
  .banner-content {
    max-width: 500px; }
  .page-banner .h1,
  .page-banner h1 {
    font-size: 42px; }
  .banner-text {
    width: 50%;
    padding: 15px 0;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .banner-text:first-child:after {
      content: '';
      position: absolute;
      right: 0;
      top: 15px;
      bottom: 15px;
      width: 2px;
      background-color: #fff; }
  .page-banner .btn-primary {
    width: 320px; }
  .page-banner p {
    max-width: 500px; } }

@media (min-width: 991px) {
  .slider-wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 86% 90%, 51% 100%, 0 80%); }
  .page-banner .h1, .page-banner h1 {
    margin-top: auto; }
  .page-banner {
    height: 650px; }
  .banner-footer {
    margin: auto 0 0 auto; }
  .page-banner .container {
    padding-bottom: 100px; }
  .main-slider-pagination {
    padding-right: 30px;
    margin-top: -20px; } }

@media (min-width: 1200px) {
  .page-banner {
    height: 800px;
    padding-bottom: 140px;
    padding-top: 80px;
    text-align: left; }
    .page-banner p {
      font-size: 18px; }
  .page-banner .container {
    align-items: flex-start;
    padding-bottom: 20px; }
  .page-banner h1, .page-banner.h1 {
    margin: auto 0 10px;
    font-size: 52px; }
  .page-banner .btn-primary {
    width: auto;
    align-items: center;
    width: 360px;
    height: 60px;
    font-size: 16px; }
  .banner-footer {
    display: block;
    margin-left: auto; } }

@media (min-width: 1700px) {
  .page-banner {
    height: 900px; }
    .page-banner .container {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .page-banner p {
      font-size: 24px; }
  .main-slider-pagination {
    margin-top: -40px;
    margin-bottom: 30px; }
  .banner-footer {
    margin-top: auto; }
  .page-banner h1, .page-banner.h1 {
    margin-bottom: 10px;
    font-size: 72px; }
  .banner-text {
    font-size: 20px;
    height: 70px;
    padding: 0 40px; }
    .banner-text:first-child:after {
      right: -40px; }
  .page-banner .btn-primary {
    font-size: 20px;
    height: 70px;
    width: 400px; }
  .page-banner p {
    max-width: 700px; } }

@media (min-width: 2000px) {
  .page-banner {
    height: 1000px; } }

.btn-primary {
  color: #111;
  background-color: #CDC8AF;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 12px 20px;
  transition: 0.25s;
  cursor: pointer;
  font-size: 18px; }
  .btn-primary:hover {
    background-color: #fff; }
  .btn-primary .btn-content {
    white-space: nowrap;
    overflow: hidden; }
    .btn-primary .btn-content span {
      position: relative;
      display: block;
      transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .btn-primary .btn-content span:before {
        content: attr(data-hover);
        position: absolute;
        white-space: nowrap;
        bottom: 100%;
        left: 0;
        right: 0;
        text-align: center;
        transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .btn-primary:hover .btn-content span {
    transform: translateY(100%); }

.btn-outline {
  background-color: transparent;
  border: 1px solid #CDC8AF;
  color: #111;
  outline: 0;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  transition: 0.25s;
  cursor: pointer;
  font-size: 16px; }
  .btn-outline.active, .btn-outline:hover {
    background-color: #CDC8AF;
    color: #111;
    text-decoration: none; }
  .btn-outline:focus {
    box-shadow: 0 0 0 3px rgba(241, 221, 149, 0.3); }
  .btn-outline svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: #CDC8AF; }
  .btn-outline .btn-content {
    white-space: nowrap;
    overflow: hidden; }
    .btn-outline .btn-content span {
      position: relative;
      display: block;
      transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .btn-outline .btn-content span:before {
        content: attr(data-hover);
        position: absolute;
        white-space: nowrap;
        bottom: 100%;
        left: 0;
        right: 0;
        text-align: center;
        transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .btn-outline:hover .btn-content span {
    transform: translateY(100%); }

.btn-primary.btn-lg {
  font-size: 23px;
  padding: 10px 50px; }

.arrow-link {
  display: inline-flex;
  align-items: center;
  color: #0A5749;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px; }
  .arrow-link span {
    margin-right: 10px; }
  .arrow-link svg {
    transition: 0.25s; }
  .arrow-link:hover {
    text-decoration: underline; }
    .arrow-link:hover svg {
      transform: translateX(10px); }

.benefit-item {
  display: flex;
  align-items: flex-start;
  max-width: 1120px;
  margin-bottom: 50px; }
  .benefit-item .benefit-icon {
    flex: 0 0 60px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .benefit-item svg {
    width: 50px;
    height: 50px; }
  .benefit-item img {
    width: 50px; }
  .benefit-item .benefit-title {
    font-size: 22px;
    color: #CDC8AF;
    line-height: 1.2;
    margin-bottom: 5px; }
  .benefit-item .benefit-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }

.benefits-section {
  padding-top: 145px;
  padding-bottom: 70px;
  background-color: #0A5749;
  color: #fff;
  margin-top: -10px; }
  .benefits-section .container {
    padding-right: 90px !important;
    padding-right: 90px !important; }
  .benefits-section .col-lg-6:last-child {
    padding-top: 60px; }
  .benefits-section .mx-auto {
    font-size: 20px; }
  .benefits-section .title-group {
    margin-bottom: 60px; }
  .benefits-section .benefit-item {
    margin-bottom: 80px; }
  .benefits-section .benefit-title {
    font-size: 24px;
    text-transform: uppercase; }

.characteristics-section {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 250px; }
  .characteristics-section .right-pattern {
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 1; }
  .characteristics-section .benefit-item {
    min-height: 80px;
    margin-bottom: 30px;
    align-items: center; }
    .characteristics-section .benefit-item .benefit-title {
      text-transform: uppercase;
      font-size: 14px;
      color: #0A5749;
      margin-bottom: 0; }
    .characteristics-section .benefit-item .benefit-text {
      font-size: 18px; }

.col-md-6 .benefit-item:last-child {
  margin-bottom: 0; }

@media (max-width: 1859px) {
  .benefits-section {
    padding-top: 115px;
    padding-bottom: 40px; }
  .benefits-section .mx-auto {
    font-size: 18px; }
  .characteristics-section .benefit-item {
    margin-bottom: 20px; }
  .characteristics-section .benefit-item .benefit-title {
    font-size: 13px; }
  .characteristics-section .benefit-item .benefit-text {
    font-size: 16px;
    line-height: 1.4; }
  .characteristics-section .benefit-item {
    min-height: 72px; }
  .characteristics-section .right-pattern {
    width: 150px;
    height: 1700px; } }

@media (max-width: 1699px) {
  .benefits-section .benefit-title {
    font-size: 20px; }
  .benefits-section .benefit-text {
    font-size: 14px; }
  .benefits-section .mx-auto {
    font-size: 16px; } }

@media (max-width: 1199px) {
  .benefits-section {
    padding-top: 75px;
    padding-bottom: 30px; }
    .benefits-section .benefit-item {
      margin-bottom: 50px; }
    .benefits-section .container {
      padding-right: 15px !important;
      padding-right: 15px !important; } }

@media (max-width: 767px) {
  .benefits-section .benefit-title {
    font-size: 18px; }
  .benefits-section .benefit-text {
    font-size: 13px; }
  .benefits-section .benefit-item .benefit-icon {
    flex: 0 0 42px;
    margin-right: 15px; }
  .benefits-section .benefit-item svg {
    width: 42px;
    height: 42px; } }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 20px 0 40px;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.breadcrumb-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px; }

.breadcrumb-item:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
  color: #555; }

.breadcrumb-item + .breadcrumb-item:before {
  content: '/';
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0;
  color: #555; }

.breadcrumb a {
  color: #111;
  text-decoration: none; }

.breadcrumb a:hover {
  text-decoration: underline; }

@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    max-width: 200px; } }

@media (max-width: 575px) {
  .breadcrumb {
    display: flex; } }

.single-slide .item {
  position: relative;
  height: 600px;
  display: none; }
  .single-slide .item:first-child {
    display: block; }

.single-slide.slick-initialized .item {
  display: block; }

.single-slide picture {
  width: 100%;
  height: 100%; }

.single-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (max-width: 2000px) {
  .single-slide .item {
    height: 550px; } }

@media (max-width: 1859px) {
  .single-slide .item {
    height: 500px; } }

@media (max-width: 1699px) {
  .single-slide .item {
    height: 420px; } }

@media (max-width: 1199px) {
  .single-slide .item {
    height: 320px; } }

@media (max-width: 991px) {
  .single-slide .item {
    height: 400px; }
  .single-slide {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .single-slide .item {
    height: 320px; } }

@media (max-width: 479px) {
  .single-slide .item {
    height: 280px; } }

@media (max-width: 420px) {
  .single-slide .item {
    height: 250px; } }

@media (max-width: 390px) {
  .single-slide .item {
    height: 220px; } }

.form-group {
  padding-bottom: 30px;
  position: relative; }

.label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 3px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'playregular';
  letter-spacing: 0.4px; }

.form-group .error-text {
  color: #F93838;
  font-size: 13px;
  position: absolute;
  left: 0;
  bottom: 10px; }

.form-control {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  padding: 0 25px;
  font-size: 18px;
  outline: 0;
  transition: 0.25s;
  outline: 0;
  background-color: transparent;
  color: #fff; }

textarea.form-control {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  padding: 12px;
  min-height: 120px;
  resize: vertical; }

textarea:focus,
.form-control:focus {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2); }

textarea::placeholder,
.form-control::placeholder {
  color: #fff; }

@media (max-width: 1699px) {
  .modal-content .form-control {
    height: 52px; } }

@media (max-width: 1199px) {
  .modal-content .form-control {
    height: 42px;
    padding: 0 12px; } }

.select-container {
  position: relative;
  display: flex;
  align-items: center; }

.select-box {
  width: 100%; }

.select-container .select-button {
  background-color: transparent;
  border: 1px solid #CDC8AF;
  cursor: pointer;
  font-size: 14px;
  padding: 0 25px 0 12px;
  box-shadow: none;
  height: 46px;
  width: 100%;
  position: relative;
  text-align: left;
  outline: 0;
  display: flex;
  align-items: center;
  color: #CDC8AF; }

.select-container .select-button:focus {
  border: 1px solid #00AFEC; }

.select-container .select-button span {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.select-container .select-button:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: calc(50% - 3px);
  right: 12px;
  border-top: 6px solid #CDC8AF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform-origin: center;
  transition: 0.3s; }

.select-container .select-button.is-active {
  border: 1px solid #edc945; }

.select-container .select-button.is-active:after {
  transform: rotate(180deg); }

.select-container .select-dropdown {
  list-style: none;
  width: 100%;
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 8;
  max-height: 300px;
  overflow: auto;
  z-index: 100;
  border: 1px solid #CDC8AF;
  border-radius: 2px; }

.select-container .select-dropdown li {
  position: static;
  padding: 5px 10px;
  cursor: pointer; }

.select-container .select-dropdown li:hover {
  color: #fff;
  background-color: #111; }

.checkbox-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px; }

.checkbox-row > .label {
  width: 100%; }

.checkbox-item {
  position: relative;
  margin: 0 10px 5px 0; }
  .checkbox-item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .checkbox-item input:checked ~ label {
    background-color: #CDC8AF;
    color: #111; }
  .checkbox-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #CDC8AF;
    color: #CDC8AF;
    background-color: transparent;
    cursor: pointer; }

.default-checkbox {
  position: relative;
  margin: 0 10px 10px 0;
  font-size: 14px; }
  .default-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .default-checkbox input:checked ~ label {
    background-color: #CDC8AF;
    color: #111; }
  .default-checkbox label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid #CDC8AF;
    background-color: transparent;
    cursor: pointer;
    padding: 4px 20px 5px; }

.tabs {
  margin: 0 0 50px;
  padding: 0px;
  list-style: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.tabs li {
  margin: 0 15px 15px 0;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  text-transform: uppercase; }

.tabs li:hover,
.tabs li.current {
  color: #CDC8AF;
  border-color: #CDC8AF; }

.tab-pane {
  display: none; }

.tab-pane.current {
  display: block; }

.tab-pane ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.default-title {
  margin-bottom: 100px;
  margin-top: 100px; }

.default-title h1,
.default-title .h1,
.default-title h2,
.default-title .h2 {
  text-transform: uppercase; }

.text-page .page-content {
  padding-bottom: 80px; }

.text-container ul,
.text-container ol {
  padding-left: 20px;
  margin: -5px 0 20px; }

.text-container ol li::marker,
.text-container ul li::marker {
  color: #0A5749; }

.text-container ul {
  list-style-type: square; }

.text-container a {
  color: #0A5749; }

.text-container a:hover {
  text-decoration: none; }

.text-container p {
  margin-bottom: 25px; }

@media (max-width: 991px) {
  .default-title {
    margin-top: 50px;
    margin-bottom: 50px; } }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  background: rgba(22, 27, 34, 0.9);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 600px;
  background-color: #0A5749;
  text-align: left;
  color: #fff; }

.modal-content {
  position: relative;
  z-index: 2; }

.modal a.close-modal {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 0;
  background: #111 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23fff' d='m10.5758 9.0001 7.3277-7.3277L16.3303.099 9.0025 7.427 1.6748.099.1016 1.6724 7.4293 9 .1016 16.328l1.5732 1.5732 7.3277-7.3277 7.3278 7.3277 1.5732-1.5732-7.3277-7.3278Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px;
  transition: 0.15s; }

.modal a.close-modal:hover {
  background-color: #262022; }

.modal-header {
  display: flex;
  justify-content: center;
  border: 0;
  padding: 60px 35px 30px;
  flex-wrap: wrap; }

.modal-body {
  padding: 0 50px 50px; }

.modal-header .h3 {
  margin: 0 0 5px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center; }

.modal .mx-auto {
  font-size: 14px;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 0.2px; }

.modal .btn-outline {
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  margin: 20px 0;
  padding: 0 10px;
  height: 60px; }
  .modal .btn-outline svg {
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
    filter: brightness(0) invert(1);
    margin-bottom: -3px; }
  .modal .btn-outline:hover {
    color: #111; }
    .modal .btn-outline:hover svg {
      filter: brightness(0); }

.modal-content .form-control {
  font-size: 18px;
  background-color: transparent; }

.modal-content .btn-primary {
  height: 60px;
  width: 100%;
  font-size: 18px; }

.modal-content .form-control::placeholder {
  color: #CDC8AF; }

@media (max-width: 1699px) {
  .modal {
    max-width: 500px; }
  .modal-body {
    padding: 0 40px 50px; }
  .modal-header {
    padding: 40px 30px 30px; }
  .modal-header .h3 {
    font-size: 22px; }
  .modal .mx-auto {
    font-size: 16px; }
  .modal-content .form-control {
    font-size: 16px; }
  .modal-content .btn-primary {
    height: 52px;
    width: 100%; } }

@media (max-width: 1199px) {
  .modal .mx-auto {
    font-size: 14px; }
  .modal-content .form-control {
    font-size: 14px; }
  .modal-content .btn-primary {
    height: 42px;
    width: 100%;
    font-size: 16px; }
  .modal a.close-modal {
    width: 42px;
    height: 42px;
    background-size: 16px;
    left: auto;
    right: 0; } }

@media (max-width: 767px) {
  .modal {
    max-width: 100%; }
  .modal-header .h3 {
    font-size: 20px; }
  .modal-header {
    padding: 50px 15px 20px; }
  .modal-body {
    padding: 0 20px 40px; }
  .modal a.close-modal {
    right: 0;
    z-index: 10; }
  .modal .mx-auto {
    padding: 0; }
  .modal .btn-outline {
    font-size: 13px; } }

.index-price {
  margin-top: -30px; }
  .index-price .d-flex {
    align-items: center;
    margin-bottom: 20px; }
  .index-price .text-holder div {
    font-size: 14px;
    text-transform: uppercase;
    color: #706B65; }
  .index-price .text-holder p {
    font-size: 16px;
    font-family: 'nunito-semi';
    margin-bottom: 0; }
  .index-price .icon-holder {
    flex: 0 0 42px;
    margin-right: 10px; }
    .index-price .icon-holder svg {
      margin-top: 3px; }

.about-page .arrow-link {
  color: #111; }

.about-page .fill-dark {
  position: relative;
  color: #fff;
  padding-bottom: 150px;
  margin-top: 200px;
  z-index: 5; }
  .about-page .fill-dark .arrow-link {
    color: #fff; }
  .about-page .fill-dark .img-container {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3; }
  .about-page .fill-dark .col-xl-4 {
    position: relative; }
  .about-page .fill-dark .h2, .about-page .fill-dark h2 {
    font-size: 32px; }
    
    .about-page .fill-dark2 {
  position: relative;
  color: #fff;
  padding-bottom: 150px;
  margin-top: 200px;
  z-index: 5; }
  .about-page .fill-dark2 .arrow-link {
    color: #fff; }
  .about-page .fill-dark2 .img-container {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3; }
  .about-page .fill-dark2 .col-xl-4 {
    position: relative; }
  .about-page .fill-dark2 .h2, .about-page .fill-dark h2 {
    font-size: 32px; }

.about-page .projects-section {
  padding-top: 130px;
  padding-bottom: 200px;
  position: relative; }
  .about-page .projects-section:last-child {
    padding-bottom: 150px;
    overflow: hidden; }

.about-page .double-column {
  column-count: 2;
  column-gap: 60px; }

.about-page .left-pattern {
  position: absolute;
  left: -50px;
  top: 0;
  z-index: 1; }

.about-page .right-pattern {
  position: absolute;
  right: 0;
  top: -222px;
  z-index: 1; }

.about-page .arrow-link {
  color: #0A5749; }

.about-page .col-lg-6 .text-container p {
  margin-bottom: 20px; }

.pattern-top-one {
  position: absolute;
  left: -100px;
  right: -100px;
  bottom: calc(100% - 2px);
  height: 160px;
  background: url("data:image/svg+xml,%3Csvg width='2436' height='159' viewBox='0 0 2436 159' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M253.5 78L1157.5 0L2133 131L2436 76V159L2133 159L0 159V76L77 56.5L253.5 78Z' fill='%230A5749'/%3E%3C/svg%3E%0A") repeat-x -50px bottom;
  z-index: 1; }

.pattern-top-two {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 2px);
  height: 280px;
  background: url("data:image/svg+xml,%3Csvg width='2436' height='159' viewBox='0 0 2436 159' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M253.5 78L1157.5 0L2133 131L2436 76V159L2133 159L0 159V76L77 56.5L253.5 78Z' fill='%230A5749'/%3E%3C/svg%3E%0A") repeat-x -50px bottom;
  z-index: 1; }

.index-page .numbers-section .container {
  padding-left: 150px; }

.index-page .numbers-section .title-group {
  padding-left: 80px; }

.numbers-section {
  padding-top: 150px;
  padding-bottom: 150px; }
  .numbers-section .container {
    display: flex;
    align-items: flex-end; }
    .numbers-section .container:last-child {
      margin-top: 80px; }
  .numbers-section .title-group {
    margin-bottom: 60px; }
    .numbers-section .title-group .mx-auto {
      max-width: 900px; }
  .numbers-section .counter-holder {
    display: flex;
    align-items: baseline;
    font-size: 42px;
    font-family: 'unbounded';
    color: #0A5749;
    white-space: nowrap; }
  .numbers-section .item-one {
    flex: 0 0 400px; }
    .numbers-section .item-one .count {
      min-width: 34px;
      margin-right: 0; }
      .numbers-section .item-one .count + .count {
        min-width: 100px;
        margin-right: 8px; }
  .numbers-section .item-two {
    flex: 0 0 500px; }
  .numbers-section .item-three {
    flex: 0 0 300px; }
  .numbers-section .item-four {
    flex: 0 0 300px; }
  .numbers-section .item-five {
    flex: 0 0 400px; }
  .numbers-section .item-six {
    flex: 0 0 500px; }
    .numbers-section .item-six .count {
      min-width: 215px; }
  .numbers-section .item-seven {
    flex: 0 0 300px; }
  .numbers-section .count {
    opacity: 0;
    margin-right: 8px; }

.video-section {
  position: relative;
  z-index: 5; }
  .video-section a {
    display: block; }
  .video-section video {
    width: 100%; }

.fullscreen-icon {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer; }

.img-container a {
  position: relative; }

.img-container video {
  max-width: 100%; }

.fullscreen-icon {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer; }

.index-about {
  position: relative; }
  .index-about .left-pattern {
    position: absolute;
    left: -50px;
    top: -320px;
    z-index: 1; }
  .index-about .title-group {
    margin-bottom: 30px; }
  .index-about .arrow-link {
    color: #111; }
  .index-about .img-container {
    height: 740px;
    position: relative;
    width: calc((100vw / 2) - 150px);
    z-index: 5; }
    .index-about .img-container picture {
      width: 100%;
      height: 100%; }
    .index-about .img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .index-about .align-right {
    margin-bottom: 20px; }
  .index-about .d-flex {
    display: inline-flex;
    width: auto;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'nunito-semi'; }
    .index-about .d-flex svg {
      width: 40px;
      height: 40px;
      margin-right: 10px; }
    .index-about .d-flex:last-child {
      color: #000; }
      .index-about .d-flex:last-child .text-holder {
        margin-top: -5px; }
    .index-about .d-flex:hover .text-holder:before {
      transform-origin: 0% 50%;
      transform: scale3d(1, 1, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }
    .index-about .d-flex:hover .text-holder:after {
      transform-origin: 0% 50%;
      transform: scale3d(1, 1, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }
  .index-about .d-flex.color-primary {
    color: #0A5749; }
    .index-about .d-flex.color-primary .text-holder {
      position: relative; }
      .index-about .d-flex.color-primary .text-holder:before, .index-about .d-flex.color-primary .text-holder:after {
        background-color: #0A5749; }
  .index-about .text-holder {
    position: relative; }
    .index-about .text-holder:before, .index-about .text-holder:after {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      background-color: #111;
      transition: all 300ms;
      pointer-events: none;
      transform: scale3d(0, 1, 1); }
    .index-about .text-holder:before {
      top: 100%;
      height: 2px;
      transform-origin: 100% 50%;
      transition: transform 300ms cubic-bezier(0.2, 1, 0.8, 1); }
    .index-about .text-holder:after {
      height: 0;
      top: calc(100% + 4px);
      transform-origin: 100% 50%;
      transition: transform 400ms 100ms cubic-bezier(0.2, 1, 0.8, 1); }
  .index-about .d-flex.color-dark svg {
    filter: brightness(0); }
  .index-about .d-flex.color-dark .btn-content {
    margin-bottom: 5px; }

@media (max-width: 2000px) {
  .index-about .left-pattern {
    width: 200px;
    height: 2200px; }
  .index-price .text-holder div {
    font-size: 13px; }
  .index-price .text-holder p {
    font-size: 14px; }
  .index-price .icon-holder {
    flex: 0 0 36px; }
  .index-price svg[height="48"] {
    height: 42px;
    width: 32px; }
  .index-price svg[height="36"] {
    height: 32px;
    width: 32px; } }

@media (max-width: 1859px) {
  .index-about .left-pattern {
    width: 150px;
    height: 1800px;
    top: -370px; }
  .index-about .img-container {
    height: 600px; }
  .numbers-section .title-group .mx-auto {
    font-size: 16px; }
  .numbers-section .item-one {
    flex: 0 0 350px; }
  .numbers-section .item-five {
    flex: 0 0 350px; }
  .index-price {
    padding-bottom: 50px; }
  .about-page .projects-section {
    padding-bottom: 120px; }
  .about-page .title-group .col-md-6 {
    max-width: 60%;
    flex: 0 0 60%; }
    .about-page .title-group .col-md-6 p {
      font-size: 16px; }
  .about-page .double-column {
    column-count: 1; }
  .about-page .projects-section .left-pattern,
  .about-page .projects-section .right-pattern {
    display: none; }
  .projects-section .container {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .about-page .projects-section {
    padding-top: 110px; }
  .about-page .fill-dark {
    padding-bottom: 120px; }
  .about-page .projects-section:last-child {
    padding-bottom: 120px; } }

@media (max-width: 1699px) {
  .index-about .pl-90 {
    padding-left: 0 !important; }
  .index-about .img-container {
    height: 500px; }
  .index-price {
    margin-top: 0; }
  .index-about .title-group {
    margin-bottom: 10px; }
  .index-about .col-xl-6.pl-150 {
    padding-left: 50px !important; }
  .index-about .img-container {
    width: calc((100vw / 2) - 100px); }
  .arrow-link {
    font-size: 16px; }
  .about-page .title-group .col-md-6 p {
    font-size: 14px; }
  .about-page .title-group.mb-100.pt-100 {
    padding-top: 50px; }
  .about-page .fill-dark {
    margin-top: 150px; }
  .pattern-top-two {
    height: 200px; }
  .numbers-section .counter-holder {
    font-size: 32px; }
  .numbers-section .item-six .count {
    min-width: 165px; }
  .numbers-section .item-two,
  .numbers-section .item-six {
    flex: 0 0 380px; }
  .numbers-section .item-five {
    flex: 0 0 300px; }
  .numbers-section .item-one {
    flex: 0 0 300px; }
    .numbers-section .item-one .count {
      min-width: 26px; }
      .numbers-section .item-one .count + .count {
        min-width: 76px; } }

@media (max-width: 1399px) {
  .numbers-section .counter-holder {
    font-size: 36px; }
  .numbers-section .counter-holder {
    font-size: 28px; }
  .numbers-section .item-six .count {
    min-width: 144px; }
  .numbers-section .item-two,
  .numbers-section .item-six {
    flex: 0 0 320px; }
  .numbers-section .item-five {
    flex: 0 0 250px; }
  .numbers-section .item-three {
    flex: 0 0 250px; }
  .numbers-section .item-seven {
    flex: 0 0 250px; }
  .numbers-section .item-one {
    flex: 0 0 250px; }
    .numbers-section .item-one .count {
      min-width: 25px; }
      .numbers-section .item-one .count + .count {
        min-width: 67px; } }

@media (max-width: 1199px) {
  .numbers-section {
    padding-top: 120px;
    padding-bottom: 120px; }
  .numbers-section .item-seven,
  .numbers-section .item-three,
  .numbers-section .item-five,
  .numbers-section .item-one {
    flex: 0 0 220px; }
  .index-page .numbers-section .container {
    padding-left: 15px; }
  .index-about .left-pattern {
    display: none; }
  .index-price .container,
  .index-about .container,
  .index-about .col-xl-6.pl-150 {
    padding-left: 15px !important; }
  .index-about .img-container {
    width: 100%;
    margin-top: 30px; }
  .characteristics-section .right-pattern {
    display: none; }
  .characteristics-section {
    padding-top: 75px;
    padding-bottom: 120px; }
  .index-page .numbers-section .title-group {
    padding-left: 0; }
  .about-page .title-group .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%; }
  .about-page .title-group.mb-100.pt-100 {
    margin-bottom: 50px;
    padding-top: 50px; }
  .about-page .fill-dark {
    padding-bottom: 80px;
    padding-top: 80px;
    margin-top: 0; }
  .about-page .projects-section {
    padding-top: 80px; }
  .about-page .projects-section,
  .about-page .projects-section:last-child {
    padding-bottom: 80px; }
  .about-page .fill-dark .img-container {
    position: static; }
  .pattern-top-one,
  .pattern-top-two {
    display: none; }
  .projects-section .col-lg-6 h2,
  .projects-section .col-lg-6 .h2 {
    font-size: 24px; }
  .about-page .fill-dark .h2, .about-page .fill-dark h2 {
    font-size: 24px; }
  .about-page .title-group.mb-50 {
    margin-bottom: 30px; }
  .index-about .img-container {
    height: auto; }
  .index-about .img-container img {
    height: auto;
    object-fit: unset; } }

@media (max-width: 991px) {
  .numbers-section .container {
    flex-wrap: wrap; }
  .numbers-section .number-item {
    flex: 0 0 50% !important;
    margin-bottom: 50px; }
  .numbers-section .container:last-child {
    margin-top: 0; }
    .numbers-section .container:last-child .number-item.item-six {
      margin-bottom: 0;
      order: 10; }
  .index-price {
    margin-top: 30px; }
  .numbers-section {
    padding-top: 80px;
    padding-bottom: 80px; }
  .numbers-section .title-group .mx-auto {
    max-width: 690px;
    font-size: 14px; }
  .benefits-section .mx-auto {
    font-size: 14px; }
  .about-page .col-lg-5.col-xl-4 {
    display: none; }
  .projects-section .col-lg-6:first-child {
    margin-bottom: 40px; }
  .projects-section .col-lg-6 h2, .projects-section .col-lg-6 .h2 {
    font-size: 20px; }
  .benefits-section .col-lg-6:last-child {
    padding-top: 0; } }

@media (max-width: 767px) {
  .numbers-section .title-group .mx-auto {
    max-width: 510px;
    padding-left: 15px;
    padding-right: 15px; }
  .about-page .title-group.mb-100.pt-100 {
    padding-top: 0; }
  .index-price .text-holder div {
    font-size: 13px; }
  .index-price .text-holder p {
    font-size: 14px; }
  .characteristics-section .benefit-item {
    margin-bottom: 20px;
    min-height: auto; }
  .characteristics-section .col-md-6 .benefit-item:last-child {
    margin-bottom: 20px; }
  .numbers-section .number-item {
    flex: 0 0 50% !important;
    margin-bottom: 30px; }
  .numbers-section .number-item.item-six {
    flex: 0 0 100% !important; }
  .numbers-section .container:last-child .number-item {
    margin-bottom: 40px; } }

@media (max-width: 575px) {
  .numbers-section .counter-holder {
    font-size: 22px; }
  .numbers-section .title-group .mx-auto {
    max-width: 510px; }
  .numbers-section .item-six .count {
    min-width: 117px;
    margin-right: 3px; }
  .numbers-section .item-one .count {
    min-width: 20px; }
  .numbers-section .item-text {
    white-space: nowrap; }
  .numbers-section .item-one .count + .count {
    min-width: 52px; }
  .index-page .numbers-section .title-group {
    margin-bottom: 30px; } }

.genplan-section {
  position: relative;
  padding-bottom: 250px; }
  .genplan-section .bottom-pattern {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 280px;
    background: url("data:image/svg+xml,%3Csvg width='2669' height='241' viewBox='0 0 2669 241' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2155 0L1154 121.5L451.5 67.5L0 140V241H2669V140L2155 0Z' fill='%230A5749'/%3E%3C/svg%3E%0A") repeat-x center bottom;
    z-index: 10; }

.complex-page .characteristics-section {
  overflow: visible;
  padding-bottom: 150px; }
  .complex-page .characteristics-section .right-pattern {
    top: -20px; }

.complex-page .form-section {
  z-index: 10; }

.genplan-holder {
  position: relative;
  overflow: hidden;
  max-width: 2500px;
  margin: 0 auto 50px; }

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

.genplan-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.genplan-tooltip {
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.5px;
  background-color: #0A5749;
  border-radius: 2px;
  padding: 12px 8px;
  color: #fff; }

.svg-object {
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  font-size: 14px;
  color: #fff; }

.svg-shadow {
  opacity: 0;
  pointer-events: none;
  transition: .3s; }

.svg-shadow.active {
  opacity: 1; }

.genplan-marker {
  display: block;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  z-index: 10;
  border: 5px solid red; }

.genplan-marker.active ~ .svg-object,
.genplan-marker:hover ~ .svg-object {
  opacity: 1; }

.genplan-legend {
  column-count: 3;
  column-gap: 30px; }
  .genplan-legend .legend-item {
    flex: 0 0 33.33%;
    cursor: pointer;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    transition: 0.2s;
    font-size: 18px; }
    .genplan-legend .legend-item span {
      flex: 0 0 22px;
      white-space: nowrap;
      margin-right: 5px; }
    .genplan-legend .legend-item svg {
      margin-right: 10px; }
    .genplan-legend .legend-item:hover {
      color: #0A5749; }

.complex-page .pt-250 {
  margin-top: -280px; }

.complex-page .fill-dark.mtn-150 .title-group {
  margin-bottom: 15px; }

.complex-page .numbers-section .title-group {
  margin-bottom: 40px; }

.complex-page .top-pattern {
  position: relative;
  bottom: -2px;
  z-index: 10;
  height: 250px;
  background: url("data:image/svg+xml,%3Csvg width='2971' height='217' viewBox='0 0 2971 217' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2494 0.5L1696.5 76L748.5 22.5L0.000244141 116V217H2971L2971 116L2494 0.5Z' fill='%230A5749'/%3E%3C/svg%3E%0A") no-repeat center bottom; }

.documents-section {
  padding-bottom: 150px; }
  .documents-section .container {
    padding-right: 150px; }
  .documents-section .title-group {
    margin-bottom: 50px; }
  .documents-section .btn-outline {
    display: none; }

.document-item {
  margin-bottom: 50px; }
  .document-item .h3, .document-item h3 {
    font-family: 'unbounded';
    font-size: 20px;
    color: #0A5749;
    line-height: 1.7; }
  .document-item .arrow-link {
    color: #111; }
    .document-item .arrow-link svg path {
      fill: #111; }

#translateItem {
  height: 740px;
  position: relative;
  width: calc((100vw / 2) - 8.333333% - 100px);
  transition: 2.5s;
  z-index: 5; }
  #translateItem picture {
    width: 100%;
    height: 100%; }
  #translateItem img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.progress-section {
  padding-bottom: 150px; }
  .progress-section .title-group {
    margin-bottom: 60px;
    color: #fff; }
  .progress-section .data-badge {
    background-color: #CDC8AF;
    color: #111;
    text-transform: uppercase;
    white-space: nowrap;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .progress-section .gallery-carousel .item {
    width: 450px;
    height: 500px;
    padding-bottom: 48px; }
    .progress-section .gallery-carousel .item picture {
      width: 100%;
      height: 100%; }
    .progress-section .gallery-carousel .item a {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .progress-section .gallery-carousel .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .progress-section .gallery-carousel .item:before {
      height: calc(100% - 48px); }

.progress-page .title-group.text-center {
  margin-bottom: 60px; }
  .progress-page .title-group.text-center .mx-auto {
    color: #0A5749; }

.progress-page .text-container {
  margin-bottom: 40px; }
  .progress-page .text-container p {
    margin-bottom: 20px; }

.progress-page .top-pattern {
  position: relative;
  bottom: -2px;
  z-index: 10;
  height: 250px;
  background: url("data:image/svg+xml,%3Csvg width='2971' height='217' viewBox='0 0 2971 217' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2494 0.5L1696.5 76L748.5 22.5L0.000244141 116V217H2971L2971 116L2494 0.5Z' fill='%230A5749'/%3E%3C/svg%3E%0A") no-repeat center bottom; }

.progress-page .main-image {
  margin-bottom: 60px; }
  .progress-page .main-image video {
    width: 100%;
    height: auto; }
  .progress-page .main-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%; }

.progress-page .text-container {
  margin-bottom: 60px; }
  .progress-page .text-container .h1, .progress-page .text-container h1, .progress-page .text-container h2, .progress-page .text-container .h2 {
    margin-top: 5px; }

.masonry-gallery {
  column-count: 3;
  column-gap: 30px; }
  .masonry-gallery > div {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px; }
    .masonry-gallery > div:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0;
      transition: all 0.3s ease;
      z-index: 1;
      opacity: 0;
      pointer-events: none; }
    .masonry-gallery > div:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none' viewBox='0 0 36 36'%3E%3Cg fill='%23000' clip-path='url(%23a)'%3E%3Cpath d='M16 4a12.0001 12.0001 0 1 0 0 24.0002A12.0001 12.0001 0 0 0 16 4Zm0 21.91a9.9995 9.9995 0 0 1-5.5649-1.6918 9.9995 9.9995 0 0 1-4.2359-10.2924 9.9998 9.9998 0 0 1 13.6904-7.2285 9.9999 9.9999 0 0 1 3.1498 16.3157A10 10 0 0 1 16 25.91ZM31.7104 29.69l-5.17-5.17a13.6787 13.6787 0 0 1-1.39 1.48l5.15 5.15a.9997.9997 0 0 0 1.3576-.0524 1.0004 1.0004 0 0 0 .0524-1.3576v-.05Z'/%3E%3Cpath d='M21 15h-4v-4a1.0001 1.0001 0 0 0-2 0v4h-4a1.0001 1.0001 0 0 0 0 2h4v4a1.0001 1.0001 0 0 0 2 0v-4h4a1.0001 1.0001 0 0 0 0-2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v36H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
      background-size: 45px;
      top: 0;
      left: 0;
      transition: all 0.3s ease;
      z-index: 2;
      opacity: 0;
      pointer-events: none;
      filter: invert(1) brightness(100); }
    .masonry-gallery > div:hover:before, .masonry-gallery > div:hover:after {
      opacity: 1; }
  .masonry-gallery a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .masonry-gallery img {
    display: block;
    width: 100%; }

.documents-toggle {
  display: none !important; }

@media (max-width: 1859px) {
  #translateItem {
    height: 580px; }
  .complex-page .characteristics-section {
    padding-top: 120px;
    padding-bottom: 120px; }
  .documents-section {
    padding-bottom: 50px; }
  .document-item .h3, .document-item h3 {
    font-size: 18px; }
  .progress-section {
    padding-bottom: 120px; } }

@media (max-width: 1699px) {
  .complex-page .fill-dark.mtn-150 {
    padding: 90px 60px 70px; }
  .document-item .h3, .document-item h3 {
    font-size: 16px; }
  #translateItem {
    height: 500px;
    position: relative;
    width: calc((100vw / 2) - 8.333333% - 50px); }
  .complex-page .numbers-section {
    padding-top: 80px;
    padding-bottom: 120px; }
  .documents-section .title-group {
    margin-bottom: 20px; }
  .genplan-section {
    padding-bottom: 250px; }
  .genplan-legend .legend-item {
    font-size: 16px; }
  .complex-page .numbers-section .title-group {
    margin-bottom: 20px; }
  .complex-page .numbers-section {
    padding-bottom: 80px; } }

@media (max-width: 1199px) {
  #translateItem {
    display: none !important; }
  .complex-page .title-group.mb-100 {
    margin-bottom: 50px; }
  .complex-page .pb-150.pt-150,
  .progress-section.pt-150 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .complex-page .characteristics-section {
    padding-bottom: 80px;
    padding-top: 80px; }
  .documents-section {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: 0; }
  .documents-section .container {
    padding-right: 15px; }
  .complex-page .fill-dark.pb-150.pt-250 {
    padding-bottom: 50px; }
  .document-item .arrow-link {
    font-size: 16px; }
  .progress-section {
    padding-bottom: 80px; }
  .progress-page .top-pattern,
  .complex-page .top-pattern {
    background-size: 110%;
    height: 120px; } }

@media (max-width: 991px) {
  .genplan-legend {
    column-count: 2; }
  .genplan-legend .legend-item {
    font-size: 14px; }
  .complex-page .fill-dark.mtn-150 {
    margin-top: 0;
    background-color: transparent;
    padding: 80px 0 0; }
  .complex-page .col-lg-6.pt-150.pl-100 {
    display: none; }
  .complex-page .col-lg-6 .img-container.pt-150 {
    padding-top: 40px; }
  .complex-page .fill-dark.pb-150.pt-250 {
    padding-top: 220px; }
  .complex-page .fill-dark.pb-150.pt-250 {
    padding-bottom: 40px; }
  .complex-page .pb-150.pt-150, .progress-section.pt-150 {
    padding-top: 80px;
    padding-bottom: 80px; }
  .documents-section {
    padding-bottom: 20px; }
  .genplan-legend .legend-item span {
    flex: 0 0 16px; }
  .genplan-legend .legend-item svg {
    width: 32px;
    height: 32px;
    flex: 0 0 32px; }
  .document-item .h3, .document-item h3 {
    font-size: 14px; }
  .genplan-holder {
    width: 1000px;
    margin-bottom: 0; }
  .genplan-section .swipe-icon {
    display: block;
    z-index: 10;
    background-color: #fff; }
  .genplan-scroll {
    overflow-x: auto;
    margin-bottom: 30px; }
  .complex-page .numbers-section {
    padding-bottom: 80px; }
  .masonry-gallery {
    column-count: 2;
    column-gap: 20px; }
  .masonry-gallery > div {
    margin-bottom: 20px; }
  .progress-page .text-container .h2, .progress-page .text-container h2 {
    font-size: 20px; }
  .progress-page .text-container .h1, .progress-page .text-container h1 {
    font-size: 24px; } }

@media (max-width: 767px) {
  .progress-section .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .complex-page .top-pattern {
    background-size: 200%;
    height: 150px;
    margin-top: -80px; }
  .progress-page .top-pattern {
    background-size: 200%;
    height: 150px; }
  .genplan-holder {
    width: 800px; }
  .genplan-legend .legend-item span {
    font-size: 12px;
    flex: unset; }
  .genplan-legend .legend-item {
    font-size: 13px; }
  .genplan-legend .legend-item svg {
    flex: 0 0 28px;
    width: 28px;
    height: 28px; }
  .masonry-gallery {
    column-gap: 10px; }
  .masonry-gallery > div {
    margin-bottom: 10px; }
  .progress-page .text-container .h2, .progress-page .text-container h2 {
    font-size: 18px; }
  .progress-page .text-container .h1, .progress-page .text-container h1 {
    font-size: 20px; }
  .progress-page .text-container .h3, .progress-page .text-container h3 {
    font-size: 16px; }
  .progress-page .progress-section h2, .progress-page .progress-section .h2 {
    text-align: center; }
  .documents-section {
    padding-bottom: 80px; }
    .documents-section .document-item {
      display: none; }
    .documents-section .title-group {
      margin-bottom: 5px; }
      .documents-section .title-group .h2, .documents-section .title-group h2 {
        margin-bottom: 0; }
    .documents-section .col-md-6:first-child .document-item:nth-child(1), .documents-section .col-md-6:first-child .document-item:nth-child(2) {
      display: block; }
    .documents-section .col-md-6:first-child .document-item:last-child {
      margin-bottom: 30px; }
    .documents-section .documents-toggle {
      width: 100%;
      display: flex !important; }
      .documents-section .documents-toggle .default-state {
        display: block; }
      .documents-section .documents-toggle .active-state {
        display: none; }
      .documents-section .documents-toggle.active .default-state {
        display: none; }
      .documents-section .documents-toggle.active .active-state {
        display: block; }
      .documents-section .documents-toggle.active svg {
        transform: rotate(-90deg) !important; }
      .documents-section .documents-toggle svg {
        width: 16px;
        height: 16px;
        margin-left: 3px;
        margin-top: -1px; }
      .documents-section .documents-toggle:hover {
        text-decoration: none; }
    .documents-section .documents-toggle.arrow-link:hover svg {
      transform: translateX(0); }
    .documents-section.active .document-item {
      display: block; } }

.article-page .page-content {
  padding-bottom: 100px; }

.article-date {
  color: #CDC8AF;
  font-size: 14px; }

.article-col img {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px; }

.article-col {
  padding-right: 50px; }
  .article-col .h1, .article-col h1 {
    font-size: 32px; }
    .article-col .h1 + small, .article-col h1 + small {
      clear: both;
      color: #8F8D8D; }

.aside-col {
  padding-left: 50px;
  margin-top: 40px; }

.aside-col > .h3,
.aside-col > h3 {
  margin: 0 0 20px;
  font-size: 24px; }

.aside-col .blog-item {
  margin-bottom: 30px;
  display: flex; }

.aside-col .blog-img {
  height: 160px;
  flex: 0 0 250px;
  margin-right: 25px;
  overflow: hidden; }

.aside-col .blog-img picture {
  width: 100%;
  height: 100%; }

.aside-col .blog-img img {
  transition: 0.25s;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.aside-col .blog-img:hover img {
  transform: scale(1.08); }

.aside-col .blog-title {
  font-size: 18px;
  color: #111;
  text-decoration: none; }
  .aside-col .blog-title:hover {
    text-decoration: underline;
    color: #0A5749; }

.aside-col .blog-text {
  font-size: 14px; }

.aside-col .blog-date {
  font-size: 12px;
  color: #0A5749; }

.aside-col .blog-img .btn-primary {
  font-size: 14px;
  right: 15px;
  bottom: 15px; }

.article-col iframe {
  width: 800px;
  height: 500px; }

@media (max-width: 1859px) {
  .aside-col .blog-img {
    flex: 0 0 180px;
    height: 130px;
    margin-right: 15px; }
  .aside-col .blog-title {
    font-size: 16px; } }

@media (max-width: 1699px) {
  .aside-col {
    padding-left: 0; } }

@media (max-width: 1399px) {
  .aside-col .blog-title {
    font-size: 14px; }
  .aside-col .blog-date {
    font-size: 11px; } }

@media (max-width: 1199px) {
  .article-col {
    padding-right: 15px; }
    .article-col iframe {
      width: 700px;
      height: 450px; }
  .aside-col .blog-title {
    font-size: 18px; }
  .article-col {
    padding-bottom: 0; }
  .article-page .form-section {
    margin-top: 50px; } }

@media (max-width: 767px) {
  .article-col iframe {
    width: 100%;
    height: 350px; }
  .aside-col .blog-title {
    font-size: 16px; }
  .article-page .breadcrumb-item.active {
    display: none; } }

@media (max-width: 479px) {
  .article-col iframe {
    height: 320px; }
  .aside-col .blog-item {
    display: block; }
  .aside-col .blog-img {
    margin: 0 0 5px;
    display: block;
    height: 260px; } }

@media (max-width: 390px) {
  .aside-col .blog-img {
    height: 220px; } }

.index-page .map-container {
  height: 700px;
  width: calc((100vw / 2) + 8.333333% + 35px); }

#map-projects {
  width: 100%;
  height: 100%; }

.info-box {
  color: #fff;
  width: 250px;
  min-height: 100px;
  background-color: #111; }

.info-box .h4 {
  margin: 0 0 5px;
  padding: 12px 30px 0 15px; }

.info-box:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 22px;
  left: -10px;
  top: 10%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #111; }

.info-cont p {
  margin: 0;
  padding: 0 12px 12px 15px;
  font-size: 12px; }

.js-map-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-bottom: 50px;
  margin-top: 30px; }

.js-map-filters div {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 15px;
  width: calc(50% - 10px);
  cursor: pointer; }

.js-map-filters div img,
.js-map-filters div svg {
  margin-right: 10px; }

.js-map-filters svg[width="26"] {
  flex: 0 0 26px; }

.js-map-filters svg[width="24"] {
  flex: 0 0 24px; }

.js-map-filters svg[width="28"] {
  flex: 0 0 28px; }

.js-map-filters div:not(.active):hover {
  color: #0A5749; }

.js-map-filters div.active {
  color: #fff;
  background-color: #0A5749; }

.js-map-filters div.active img,
.js-map-filters div.active svg {
  filter: brightness(100); }

@media (max-width: 1199px) {
  .infrustructure-section .title-group {
    order: 1; }
    .infrustructure-section .title-group + p {
      order: 2; }
  .infrustructure-section .create-route {
    order: 3; }
  .infrustructure-section .map-filter {
    order: 4; }
  .infrustructure-section .js-map-filters {
    margin-bottom: 0; } }

@media (max-width: 991px) {
  .index-page .map-container {
    height: 600px; } }

@media (max-width: 767px) {
  .js-map-filters div {
    padding: 8px 8px 8px 10px; } }

.gallery-section {
  padding-top: 50px;
  padding-bottom: 150px;
  background-color: #fff;
  position: relative; }
  .gallery-section .top-pattern {
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% - 2px);
    height: 280px;
    background: url("data:image/svg+xml,%3Csvg width='2436' height='159' viewBox='0 0 2436 159' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M253.5 78L1157.5 0L2133 131L2436 76V159L2133 159L0 159V76L77 56.5L253.5 78Z' fill='%230A5749'/%3E%3C/svg%3E%0A") repeat-x -50px bottom;
    z-index: 10; }

.gallery-section .container {
  padding-left: 80px; }

.gallery-container {
  position: relative;
  width: 2200px;
  z-index: 2; }

.gallery-carousel .item {
  outline: 0;
  margin: 0 20px 0 0;
  position: relative;
  height: 500px; }

.gallery-carousel .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none; }

.gallery-carousel .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none' viewBox='0 0 36 36'%3E%3Cg fill='%23000' clip-path='url(%23a)'%3E%3Cpath d='M16 4a12.0001 12.0001 0 1 0 0 24.0002A12.0001 12.0001 0 0 0 16 4Zm0 21.91a9.9995 9.9995 0 0 1-5.5649-1.6918 9.9995 9.9995 0 0 1-4.2359-10.2924 9.9998 9.9998 0 0 1 13.6904-7.2285 9.9999 9.9999 0 0 1 3.1498 16.3157A10 10 0 0 1 16 25.91ZM31.7104 29.69l-5.17-5.17a13.6787 13.6787 0 0 1-1.39 1.48l5.15 5.15a.9997.9997 0 0 0 1.3576-.0524 1.0004 1.0004 0 0 0 .0524-1.3576v-.05Z'/%3E%3Cpath d='M21 15h-4v-4a1.0001 1.0001 0 0 0-2 0v4h-4a1.0001 1.0001 0 0 0 0 2h4v4a1.0001 1.0001 0 0 0 2 0v-4h4a1.0001 1.0001 0 0 0 0-2Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v36H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center;
  background-size: 45px;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  filter: invert(1) brightness(100); }

.gallery-carousel .item:hover:before,
.gallery-carousel .item:hover:after {
  opacity: 1; }

.gallery-carousel .item a {
  outline: 0;
  display: block;
  width: 100%;
  height: 100%; }

.gallery-carousel .item picture {
  width: 100%;
  height: 100%; }

.gallery-carousel .item img {
  display: block;
  height: 100%;
  width: auto; }

.gallery-carousel .slick-arrow {
  border: 2px solid #0A5749;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  left: -100px; }
  .gallery-carousel .slick-arrow svg {
    fill: #0A5749;
    width: 48px;
    height: 48px; }
  .gallery-carousel .slick-arrow svg path {
    stroke: #0A5749; }
  .gallery-carousel .slick-arrow:hover {
    background-color: #0A5749; }
  .gallery-carousel .slick-arrow:hover svg path {
    stroke: #fff; }

.gallery-carousel .slick-arrow.slick-prev {
  bottom: 70px; }

.gallery-carousel .slick-arrow.slick-next {
  bottom: 0; }

@media (max-width: 1859px) {
  .gallery-container {
    width: 1700px; }
  .progress-section .gallery-carousel .item {
    height: 400px; } }

@media (max-width: 1699px) {
  .gallery-carousel .item {
    height: 400px; }
  .gallery-container {
    width: 1500px; } }

@media (max-width: 1399px) {
  .gallery-container {
    width: 1300px; } }

@media (max-width: 1199px) {
  .gallery-container {
    width: 1100px; }
  .gallery-carousel .item {
    margin: 0 5px;
    height: 350px; }
  .gallery-section {
    padding-bottom: 30px; }
  .gallery-section .top-pattern {
    background-size: 110%;
    height: 120px; } }

@media (max-width: 991px) {
  .gallery-container {
    width: 900px; }
  .gallery-container.pl-100 {
    padding-left: 80px !important; }
  .gallery-carousel .slick-arrow {
    left: -80px; }
  .progress-section .gallery-carousel .item {
    height: 320px;
    width: 360px; }
  .progress-section .title-group {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .gallery-carousel .slick-arrow {
    display: none !important; }
  .gallery-container.pl-100 {
    padding-left: 0 !important; }
  .gallery-container {
    width: 100%; }
  .gallery-section .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .gallery-section .container .title-group {
      padding-left: 15px;
      padding-right: 15px; }
  .gallery-carousel .item {
    height: 280px; }
  .progress-section .gallery-carousel .item {
    height: 320px;
    width: 300px; }
  .progress-section .title-group {
    margin-bottom: 30px; }
  .progress-page .title-group.text-center {
    margin-bottom: 30px; }
  .progress-page .text-container,
  .progress-page .main-image {
    margin-bottom: 30px; } }

@media (max-width: 479px) {
  .gallery-carousel .item {
    height: 200px; } }

.plan-section {
  position: relative;
  z-index: 5; }
  .plan-section .form-holder {
    position: absolute;
    padding: 50px;
    right: 100px;
    background-color: #0A5749;
    width: 600px;
    bottom: 0;
    margin-bottom: -170px; }
    .plan-section .form-holder .h2, .plan-section .form-holder h2 {
      color: #fff;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 25px;
      text-align: center; }
    .plan-section .form-holder .form-control,
    .plan-section .form-holder .btn-primary {
      height: 54px;
      width: 100%; }
  .plan-section > .container {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 5; }

.floor-container {
  max-width: 2500px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  .floor-container .h3 {
    font-size: 28px;
    margin-bottom: 20px; }
  .floor-container .btn-outline {
    color: #292023;
    display: flex;
    margin: 0 0 15px;
    height: 42px;
    text-transform: unset; }
  .floor-container .float-title {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 36px; }
  .floor-container .visible-lg {
    display: none; }

area[disabled] {
  pointer-events: none;
  cursor: auto !important; }

.flat-links {
  display: flex;
  flex-wrap: wrap; }

.col-lg-7 .flat-link {
  flex: 0 0 33.33%; }

.col-lg-5 .flat-link {
  flex: 0 0 50%; }

.planning-page .main-header .slide-nav {
  margin-top: 10px; }

.planning-page .page-content .h1,
.planning-page .page-content h1 {
  color: #111;
  text-align: center;
  margin: 30px 0 5px; }

.planning-section .scroll-container {
  width: 100%; }

.poligon-holder {
  overflow: hidden;
  width: 100%; }

.poligon-holder img {
  display: block;
  width: 100% !important; }

#tooltip {
  position: absolute;
  background-color: #111;
  padding: 10px 25px;
  color: #fff;
  font-size: 18px;
  z-index: 100000;
  pointer-events: none;
  text-align: center; }

#tooltip span {
  font-size: 16px;
  display: block;
  text-align: center; }

.planning-link {
  background-color: #FAF1EC;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  border-radius: 30px;
  border: 0;
  color: #161B22;
  padding: 5px 20px;
  transition: 0.25s;
  margin-bottom: 15px;
  font-family: "Med"; }

.planning-link.active,
.planning-link:hover {
  color: #fff;
  background-color: #0C393C; }

.planning-head .sections-links .planning-link {
  width: 35%;
  margin-right: 10px; }

.flat-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #111;
  margin-bottom: 15px; }
  .flat-link span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-right: 5px;
    transition: 0.3s;
    border: 1px solid #CDC8AF; }
  .flat-link.active span,
  .flat-link:hover span {
    background-color: #CDC8AF;
    color: #111; }

.floor-container .flat-link {
  flex: 0 0 33.33%; }

.swipe-icon {
  position: absolute;
  left: 8px;
  top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 490.651 490.651' viewBox='0 0 490.651 490.651'%3E%3Cpath d='M437.328 42.651h-128c-5.888 0-10.667 4.779-10.667 10.667s4.779 10.667 10.667 10.667h128c5.888 0 10.667-4.779 10.667-10.667s-4.779-10.667-10.667-10.667z'/%3E%3Cpath d='M444.88 45.787 402.213 3.12c-4.16-4.16-10.923-4.16-15.083 0s-4.16 10.923 0 15.083l35.115 35.115-35.136 35.136c-4.16 4.16-4.16 10.923 0 15.083 2.091 2.069 4.821 3.115 7.552 3.115s5.461-1.045 7.552-3.115L444.88 60.87c4.16-4.161 4.16-10.923 0-15.083zM159.995 42.651h-128c-5.888 0-10.667 4.779-10.667 10.667s4.779 10.667 10.667 10.667h128c5.888 0 10.667-4.779 10.667-10.667s-4.779-10.667-10.667-10.667z'/%3E%3Cpath d='m47.077 53.317 35.115-35.115c4.16-4.16 4.16-10.923 0-15.083s-10.923-4.16-15.083 0L24.443 45.787c-4.16 4.16-4.16 10.923 0 15.083l42.667 42.667c2.091 2.069 4.821 3.115 7.552 3.115s5.461-1.045 7.531-3.136c4.16-4.16 4.16-10.923 0-15.083L47.077 53.317zM426.661 213.317c-8.768 0-16.939 2.667-23.723 7.211-5.845-16.597-21.696-28.544-40.277-28.544-8.768 0-16.939 2.667-23.723 7.211-5.845-16.597-21.696-28.544-40.277-28.544-7.765 0-15.061 2.091-21.333 5.739v-69.739c0-23.531-19.136-42.667-42.667-42.667-23.531 0-42.667 19.136-42.667 42.667v181.333l-37.077-27.797c-21.973-16.491-53.248-14.293-72.725 5.163-12.48 12.48-12.48 32.768 0 45.248l151.915 151.936c18.133 18.133 42.261 28.117 67.904 28.117h49.984c64.683 0 117.333-52.629 117.333-117.333V255.984c0-23.531-19.136-42.667-42.667-42.667zm21.334 160c0 52.928-43.072 96-96 96h-49.984c-19.968 0-38.72-7.765-52.821-21.867L97.275 295.515c-4.16-4.16-4.16-10.923 0-15.083 6.613-6.592 15.445-9.984 24.32-9.984 7.211 0 14.464 2.24 20.544 6.805l54.123 40.597c3.243 2.432 7.595 2.795 11.179 1.003 3.605-1.813 5.888-5.504 5.888-9.536V106.651c0-11.755 9.557-21.333 21.333-21.333s21.333 9.579 21.333 21.333v160c0 5.888 4.779 10.667 10.667 10.667s10.667-4.779 10.667-10.667v-53.333c0-11.755 9.557-21.333 21.333-21.333s21.333 9.579 21.333 21.333v53.333c0 5.888 4.779 10.667 10.667 10.667s10.667-4.779 10.667-10.667v-32c0-11.755 9.557-21.333 21.333-21.333s21.333 9.579 21.333 21.333v32c0 5.888 4.779 10.667 10.667 10.667s10.667-4.779 10.667-10.667v-10.667c0-11.755 9.557-21.333 21.333-21.333s21.333 9.579 21.333 21.333v117.333z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 28px;
  display: none; }

.minimap-box {
  flex: 0 0 270px;
  color: #111; }
  .minimap-box .h3, .minimap-box h3 {
    font-size: 32px;
    margin: 0 0 5px; }
  .minimap-box a {
    display: block; }
  .minimap-box svg {
    width: 100%; }

.floor-page .swipe-icon {
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.fasad-page .main-content {
  position: relative; }

.fasad-page .main-content > .container {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 5; }

.fasad-page .d-flex {
  align-items: center;
  color: #0A5749;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid #0A5749;
  padding: 5px 25px; }
  .fasad-page .d-flex:hover {
    background-color: #fff; }
  .fasad-page .d-flex svg {
    width: 40px;
    height: 40px;
    margin-right: 10px; }

@media (max-width: 1859px) {
  .plan-section .form-holder {
    width: 500px;
    margin-bottom: -120px; }
  .plan-section > .container {
    top: 70px; }
  .fasad-page .main-content > .container {
    top: 80px; } }

@media (max-width: 1699px) {
  .floor-container .flat-link {
    font-size: 14px; }
  .float-title {
    font-size: 32px; }
  .floor-container .float-title {
    font-size: 28px; }
  .minimap-box {
    font-size: 14px; }
  .minimap-box .h3, .minimap-box h3 {
    font-size: 22px; } }

@media (max-width: 1199px) {
  .plan-section > .container {
    position: static;
    padding-top: 80px;
    padding-bottom: 30px; }
  .flat-link span {
    font-size: 16px;
    width: 36px;
    height: 36px; }
  .floor-page .minimap-box {
    display: none; }
  .floor-container .vertical-center {
    display: block; }
  .floor-container .vertical-center .text-center {
    text-align: left; }
  .floor-container .btn-outline {
    display: inline-flex;
    width: auto;
    margin-right: 10px;
    font-size: 15px;
    padding: 5px 12px; }
  .floor-container .visible-lg {
    display: block; }
  .floor-container .h3 {
    font-size: 24px;
    margin: 0 0 15px; }
  .floor-container .col-xl-2,
  .floor-container .col-xl-5,
  .floor-container .col-xl-7,
  .floor-container .col-xl-8 {
    margin-bottom: 30px; }
  .floor-container br {
    display: none; }
  .plan-section .form-holder {
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 75px 15px 80px;
    margin: 0; }
    .plan-section .form-holder form {
      display: block;
      max-width: 500px;
      margin: 0 auto; }
  .fasad-page .main-content > .container {
    position: static;
    padding-top: 50px;
    padding-bottom: 50px; }
  .fasad-page .d-flex {
    padding: 3px 15px 0; } }

@media (max-width: 991px) {
  .float-title {
    font-size: 28px; }
  .floor-container .float-title {
    font-size: 24px;
    display: block;
    text-align: center; }
  .floor-page .container.pb-100 {
    padding-bottom: 50px; }
  .fasad-page .wide-group {
    display: block; }
    .fasad-page .wide-group > div {
      margin-bottom: 30px; }
  .fasad-page .d-flex {
    display: inline-flex; } }

@media (max-width: 767px) {
  .fasad-page .wide-group {
    font-size: 13px;
    text-align: center;
    display: block; }
    .fasad-page .wide-group .h1, .fasad-page .wide-group h1 {
      margin-bottom: 5px; }
  .swipe-icon {
    display: block; }
  .floor-container .flat-link {
    flex: 0 0 50%; }
  .scroll-container {
    overflow-x: auto; }
  .fasad-page .d-flex svg {
    width: 32px;
    height: 32px; } }

@media (max-width: 575px) {
  .poligon-holder {
    width: 680px; } }

@media (max-width: 420px) {
  .floor-container .flat-link {
    flex: 0 0 100%; }
  .fasad-page .d-flex {
    width: 100%;
    justify-content: center; } }

@media (max-width: 375px) {
  .floor-container .btn-outline {
    margin: 0 5px 8px 0;
    font-size: 14px; } }

.done-page {
  background-color: #CDC8AF; }
  .done-page .main-header {
    background-color: transparent; }
  .done-page .main-header.fixed,
  .done-page .main-header.hidden {
    background-color: #fff; }
  .done-page .main-content .col-lg-6.vertical-center .h2, .done-page .main-content .col-lg-6.vertical-center h2 {
    font-size: 42px; }
  .done-page .main-content .col-lg-6.vertical-center p {
    line-height: 1.6; }
  .done-page .main-content .col-lg-6.vertical-center:last-child {
    padding-left: 120px; }
  .done-page .main-content .col-lg-6.vertical-center:first-child {
    padding-right: 120px; }

.done-card {
  border: 1px solid #CDC8AF;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  transition: 0.25s; }
  .done-card:hover {
    background-color: #CDC8AF; }
  .done-card .h4, .done-card h4 {
    margin: 0 0 20px;
    font-family: 'unbounded';
    font-size: 24px; }
  .done-card ul {
    list-style-type: square;
    padding-left: 20px; }
    .done-card ul li {
      margin-bottom: 12px; }
      .done-card ul li::marker {
        color: #0A5749; }
  .done-card .text-right {
    color: #0A5749;
    font-family: 'unbounded';
    margin-top: auto;
    font-size: 20px; }

.arrow-holder {
  display: flex;
  gap: 15px;
  position: absolute;
  left: 30px;
  right: 30px;
  top: calc(100% + 25px); }
  .arrow-holder .slick-arrow {
    border: 2px solid #CDC8AF;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s; }
    .arrow-holder .slick-arrow svg {
      fill: #CDC8AF;
      width: 48px;
      height: 48px; }
      .arrow-holder .slick-arrow svg path {
        stroke: #CDC8AF; }
    .arrow-holder .slick-arrow:hover {
      background-color: #CDC8AF; }
      .arrow-holder .slick-arrow:hover svg path {
        stroke: #111; }

.fill-beige .slick-arrow {
  border: 2px solid #0A5749; }
  .fill-beige .slick-arrow svg {
    fill: #0A5749; }
    .fill-beige .slick-arrow svg path {
      stroke: #0A5749; }
  .fill-beige .slick-arrow:hover {
    background-color: #0A5749; }
    .fill-beige .slick-arrow:hover svg path {
      stroke: #fff; }

.done-page .vertical-center.pb-100 {
  padding-bottom: 0; }

.done-page .vertical-center.pb-100 h2,
.done-page .vertical-center.pb-100 .h2 {
  text-transform: uppercase;
  font-size: 46px;
  margin-top: 0; }

@media (max-width: 1859px) {
  .arrow-holder .slick-arrow {
    width: 42px;
    height: 42px; } }

@media (max-width: 1699px) {
  .arrow-holder .slick-arrow {
    width: 48px;
    height: 48px; }
  .arrow-holder {
    top: calc(100% + 15px);
    left: 15px;
    right: 15px; }
  .done-page .vertical-center.pb-100 h2, .done-page .vertical-center.pb-100 .h2 {
    font-size: 36px; }
  .done-page .main-content .col-lg-6.vertical-center:last-child {
    padding-left: 50px; }
  .done-page .main-content .col-lg-6.vertical-center:first-child {
    padding-right: 50px; }
  .done-page .main-content .col-lg-6.vertical-center .h2, .done-page .main-content .col-lg-6.vertical-center h2 {
    font-size: 32px; }
  .done-card {
    padding: 32px; }
  .done-card .text-right {
    font-size: 18px; }
  .done-card .h4, .done-card h4 {
    font-size: 20px; } }

@media (max-width: 1199px) {
  .done-page .main-content .col-lg-6.vertical-center .h2, .done-page .main-content .col-lg-6.vertical-center h2 {
    font-size: 24px; }
  .card-section.pt-150.pb-150 {
    padding-top: 0; } }

@media (max-width: 991px) {
  .done-page .vertical-center.pb-100,
  .done-page .vertical-center.pb-100 {
    order: 2;
    padding-bottom: 0; }
  .arrow-holder {
    position: static;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 5px; }
  .arrow-holder .slick-arrow {
    width: 42px;
    height: 42px;
    border-width: 1px; }
    .arrow-holder .slick-arrow svg {
      width: 42px;
      height: 42px; }
  .done-page .title-group {
    margin-bottom: 50px; }
  .done-page .main-content .col-lg-6.vertical-center:last-child {
    padding-left: 15px; }
  .done-page .main-content .col-lg-6.vertical-center:first-child {
    padding-right: 15px; }
  .done-card {
    margin-bottom: 30px;
    height: auto;
    padding: 25px; } }

@media (max-width: 575px) {
  .arrow-holder {
    gap: 8px;
    margin-bottom: 15px; }
  .arrow-holder .slick-arrow {
    width: 36px;
    height: 36px; }
    .arrow-holder .slick-arrow svg {
      width: 32px;
      height: 32px; }
  .done-page .main-content .col-lg-6.vertical-center .h2,
  .done-page .main-content .col-lg-6.vertical-center h2 {
    font-size: 20px; } }

@media (max-width: 390px) {
  .done-page .main-content .col-lg-6.vertical-center .h2,
  .done-page .main-content .col-lg-6.vertical-center h2 {
    font-size: 24px; } }

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.main-content {
  flex: 1; }

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(16, 30, 27, 0.7);
  z-index: 1;
  display: none; }

.default-section {
  padding-top: 150px;
  padding-bottom: 150px; }

.default-section .h2,
.default-section h2 {
  font-size: 32px; }

.default-section ol,
.default-section ul {
  padding-left: 20px; }

.default-section ul {
  list-style-type: square; }

.default-section ol li::marker,
.default-section ul li::marker {
  color: #387780; }

.default-section li {
  margin-bottom: 10px; }

.default-section.pb-0 {
  padding-bottom: 0; }

.fill-gray {
  background-color: #F6F6F6; }

.fill-black {
  background-color: #111;
  color: #fff; }

.fill-black h2,
.fill-black .h2 {
  margin-top: 0; }

.default-section .col-lg-6:first-child {
  padding-right: 50px; }

.default-section .col-lg-6:last-child {
  padding-left: 50px; }

.wide-img img {
  display: block;
  width: 100%;
  max-width: 3000px; }

.fancybox-content {
  background-color: transparent;
  padding: 0; }
  .fancybox-content a {
    display: block;
    outline: 0;
    border: 0; }
  .fancybox-content .fancybox-button {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .fancybox-content .fancybox-button svg {
      width: 32px;
      height: 32px; }

@media (min-width: 1200px) {
  .page-overlay {
    display: none !important; } }

@media (max-width: 1699px) {
  .default-section {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (max-width: 991px) {
  .default-section .col-lg-6:last-child {
    padding-left: 15px; }
  .default-section .col-lg-6:first-child {
    padding-right: 15px; }
  .default-section {
    padding-top: 50px;
    padding-bottom: 50px; } }

.filter-group {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 50px; }
  .filter-group button, .filter-group a {
    background-color: #F0F2F4;
    border: 0;
    border-right: 1px solid #b3aeae;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    height: 48px;
    position: relative;
    font-size: 15px;
    color: #111;
    transition: 0.25s; }
    .filter-group button:last-of-type, .filter-group a:last-of-type {
      border-right: 0; }
    .filter-group button:hover, .filter-group button.active, .filter-group a:hover, .filter-group a.active {
      color: #fff;
      background-color: #0A5749; }

.news-item {
  min-height: 100%; }
  .news-item .item-img {
    display: block;
    height: 340px;
    transition: 0.25s;
    margin-bottom: 12px;
    overflow: hidden; }
    .news-item .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.3s; }
    .news-item .item-img:hover img {
      transform: scale(1.08); }
  .news-item picture {
    width: 100%;
    height: 100%; }
  .news-item .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #252525;
    line-height: 1.3;
    min-height: 43px; }
    .news-item .item-title a {
      text-decoration: none;
      color: inherit; }
      .news-item .item-title a:hover {
        text-decoration: underline; }
  .news-item small {
    color: #0A5749;
    font-size: 12px;
    display: block; }
  .news-item .h4 {
    display: inline-block;
    margin: 5px 0 0;
    color: #111;
    font-size: 24px;
    text-decoration: none; }
    .news-item .h4:hover {
      text-decoration: underline;
      color: #0A5749; }

.article-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-top: 50px; }

.article-gallery a {
  display: block; }

.article-gallery a:hover img {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); }

.article-gallery img {
  display: block;
  height: 200px;
  margin: 0 10px 10px 0;
  transition: 0.25s; }

.news-section .col-sm-6.col-lg-4 {
  margin-bottom: 80px; }

.index-page .news-section .col-sm-6.col-lg-4 {
  margin-bottom: 0; }

.news-section .btn-primary.load-more {
  display: flex;
  width: 360px;
  margin: 50px auto 30px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  font-size: 20px; }

.news-inner .text-container {
  max-width: none;
  margin: 0;
  padding-right: 50px;
  padding-top: 20px; }

.news-inner .text-container h1 {
  font-size: 36px;
  margin-bottom: 10px; }

.news-inner .text-container h2 {
  font-size: 28px;
  margin-bottom: 10px; }

@media (max-width: 1859px) {
  .news-item .item-img {
    height: 280px; }
  .news-item .h4 {
    font-size: 22px; } }

@media (max-width: 1699px) {
  .news-page .col-sm-6.col-lg-4 {
    margin-bottom: 50px; }
  .news-item .item-img {
    height: 250px; }
  .news-item .h4 {
    font-size: 20px; }
  .news-section .btn-primary.load-more {
    height: 50px;
    width: 320px;
    font-size: 18px; } }

@media (max-width: 1399px) {
  .news-item .item-img {
    height: 220px; }
  .news-item .h4 {
    font-size: 18px; }
  .news-section .col-sm-6.col-lg-4 {
    margin-bottom: 50px; } }

@media (max-width: 1199px) {
  .news-item .item-img {
    height: 180px; }
  .news-item .h4 {
    font-size: 18px; }
  .filter-group {
    margin-top: 40px;
    margin-bottom: 40px; }
  .news-section .btn-primary.load-more {
    margin: 40px auto 60px;
    width: 280px; } }

@media (max-width: 991px) {
  .news-item .item-img {
    height: 200px; }
  .index-page .news-section {
    padding-bottom: 30px; }
  .index-page .news-section .col-sm-6.col-lg-4 {
    margin-bottom: 50px; }
  .index-page .news-section .title-group h2,
  .index-page .news-section .title-group .h2 {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .news-item .item-img {
    height: 160px; }
  .filter-group {
    width: 100%; }
  .news-item .h4 {
    font-size: 16px; }
  .filter-group button, .filter-group a {
    height: 42px; } }

@media (max-width: 575px) {
  .news-item {
    width: 400px;
    margin: 0 auto; }
  .news-item .item-img {
    height: 230px; } }

@media (max-width: 479px) {
  .news-item {
    width: 100%; } }

.form-section {
  background-color: #0A5749;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden; }
  .form-section .btn-primary {
    width: 100%;
    height: 60px; }
  .form-section p {
    font-size: 14px; }
  .form-section a {
    color: #CDC8AF;
    font-size: 14px; }
    .form-section a:hover {
      text-decoration: none; }
  .form-section .title-group {
    margin-bottom: 40px; }
  .form-section .left-pattern {
    position: absolute;
    left: -20px;
    top: 0; }
  .form-section .right-pattern {
    position: absolute;
    right: -20px;
    top: 0; }

.form-holder {
  max-width: 580px;
  margin: 0 auto; }

@media (max-width: 1860px) {
  .form-section {
    padding-top: 120px;
    padding-bottom: 120px; }
  .form-section .right-pattern,
  .form-section .left-pattern {
    width: 150px;
    height: 900px; } }

@media (max-width: 1199px) {
  .form-section {
    padding: 80px 0; }
  .form-section .right-pattern,
  .form-section .left-pattern {
    display: none; } }

@media (max-width: 991px) {
  .form-holder {
    width: 100%; } }

.contacts-page {
  height: 100%; }
  .contacts-page .wrapper {
    min-height: 100%; }
    .contacts-page .wrapper main {
      min-height: calc(100% - 54px);
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      .contacts-page .wrapper main .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1; }
      .contacts-page .wrapper main .mt-100 {
        flex-grow: 1; }
  .contacts-page .map-section {
    background-color: #0A5749;
    color: #fff; }
    .contacts-page .map-section .col-xl-5 {
      padding-top: 100px;
      padding-bottom: 110px; }
    .contacts-page .map-section .h2, .contacts-page .map-section h2 {
      font-size: 32px;
      margin-bottom: 30px; }
    .contacts-page .map-section form {
      display: block;
      width: 500px;
      margin: 0 auto; }
  .contacts-page .footer-content {
    display: none; }
  .contacts-page form .btn-primary {
    height: 60px;
    width: 100%; }
  .contacts-page #map {
    width: calc((100vw / 2) + 8.333333% + 35px);
    height: 100%; }
  .contacts-page .title-group .h1, .contacts-page .title-group h1 {
    margin-bottom: 15px; }
  .contacts-page .main-content .h4, .contacts-page .main-content h4 {
    font-size: 22px;
    font-family: 'unbounded'; }
  .contacts-page .main-content .social-holder svg {
    fill: #0A5749; }
    .contacts-page .main-content .social-holder svg:hover {
      fill: #111; }
  .contacts-page .contact-item {
    margin-bottom: 50px; }
    .contacts-page .contact-item a.h3 {
      text-decoration: none;
      color: #111;
      font-size: 22px;
      font-family: 'nunito-semi'; }
    .contacts-page .contact-item a:not(.btn-outline) {
      color: #111;
      text-decoration: none; }
      .contacts-page .contact-item a:not(.btn-outline):hover {
        text-decoration: underline; }
    .contacts-page .contact-item p {
      margin-bottom: 15px; }
    .contacts-page .contact-item .btn-outline {
      margin-top: 25px;
      min-width: 280px; }
      .contacts-page .contact-item .btn-outline:hover svg {
        filter: brightness(0); }
  .contacts-page .social-holder {
    margin-bottom: 5px;
    margin-top: -5px; }

.infrustructure-section {
  padding-top: 20px; }
  .infrustructure-section .col-xl-5 {
    padding-left: 80px;
    padding-right: 50px; }
  .infrustructure-section .title-group {
    margin-bottom: 10px;
    margin-left: -80px; }

.create-route .row {
  align-items: center;
  margin-left: -15px;
  margin-right: -15px; }

.create-route .col-sm-6 {
  padding-left: 15px;
  padding-right: 15px; }

.create-route .h3, .create-route h3 {
  margin: 0 0 5px;
  text-transform: uppercase; }

.create-route p {
  margin: 0; }

.create-route .btn-outline {
  width: 100%;
  white-space: nowrap;
  padding: 12px 3px; }
  .create-route .btn-outline svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    fill: #CDC8AF; }
  .create-route .btn-outline:hover svg {
    filter: brightness(0%); }

@media (max-width: 1859px) {
  .create-route .h3, .create-route h3 {
    font-size: 20px; } }

@media (max-width: 1399px) {
  .create-route .h3, .create-route h3 {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .contacts-page .main-header.hidden {
    transform: translateY(0); } }

@media (max-width: 1859px) {
  .contacts-page main .row {
    margin-left: -15px;
    margin-right: -15px; }
  .contacts-page main div[class*='col'] {
    padding-left: 15px;
    padding-right: 15px; }
  .contacts-page .contact-item a.h3 {
    font-size: 18px; }
  .contacts-page .main-content .h4, .contacts-page .main-content h4 {
    font-size: 20px; }
  .contacts-page #map {
    width: calc((100vw / 2) + 8.333333% + 40px);
    height: calc(100vh - 460px); }
  .index-page .map-container {
    width: calc((100vw / 2) + 8.333333% + 25px); }
  .contacts-page .contact-item .btn-outline {
    min-width: 240px; } }

@media (max-width: 1699px) {
  .contacts-page .pr-150 {
    padding-right: 50px !important; }
  .contacts-page .contact-item p {
    font-size: 13px; }
  .contacts-page #map {
    height: 800px; }
  .infrustructure-section .col-xl-5 {
    padding-left: 15px; }
  .infrustructure-section .title-group {
    margin-left: 0; }
  .contacts-page .map-section form {
    width: 420px; }
  .index-page .map-container {
    width: calc((100vw / 2) + 8.333333% + 30px); } }

@media (max-width: 1399px) {
  .contacts-page .contact-item a.h3 {
    font-size: 16px; }
  .contacts-page .main-content .h4, .contacts-page .main-content h4 {
    font-size: 18px; }
  .create-route .btn-outline {
    font-size: 14px; }
  .contacts-page .contact-item .btn-outline {
    min-width: 200px; }
    .contacts-page .contact-item .btn-outline svg {
      display: none; } }

@media (max-width: 1199px) {
  .contacts-page .mt-100 {
    margin-top: 50px; }
  .contacts-page #map {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    height: 500px; }
  .contacts-page .pr-150 {
    padding-right: 15px !important; }
  .contacts-page .title-group {
    margin-bottom: 10px; }
  .index-page .map-container {
    width: 100%;
    margin-top: 40px; }
  .infrustructure-section {
    padding-top: 50px; }
  .infrustructure-section .col-xl-5 {
    padding-right: 15px; }
  .map-section .row {
    flex-direction: column-reverse; }
  .map-section .container {
    max-width: 100%; }
  .contacts-page .map-section .col-xl-5 {
    padding-top: 70px;
    padding-bottom: 80px; } }

@media (max-width: 767px) {
  .create-route .btn-outline {
    font-size: 14px; }
  .create-route .h3, .create-route h3 {
    font-size: 16px; }
  .contacts-page .contact-item .btn-outline {
    width: 100%;
    padding: 10px 15px; }
    .contacts-page .contact-item .btn-outline svg {
      display: block; }
  .contacts-page .map-section form {
    width: 100%; }
  .contacts-page .main-content .h4, .contacts-page .main-content h4 {
    font-size: 17px; }
  .contacts-page .map-section .h2, .contacts-page .map-section h2 {
    font-size: 24px; } }

@media (max-width: 575px) {
  .index-page .map-container {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px; }
  .create-route .btn-outline {
    margin-top: 20px; } }

.error-page {
  background-color: #CDC8AF; }
  .error-page .wrapper {
    min-height: calc(100vh - 57px); }
  .error-page .main-header {
    background-color: transparent; }
  .error-page .main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 100px;
    text-align: center;
    font-size: 18px; }
    .error-page .main-content .h2, .error-page .main-content h2 {
      text-transform: uppercase;
      font-size: 42px; }
  .error-page .main-content a {
    text-decoration: none;
    color: #0A5749; }
    .error-page .main-content a:hover {
      text-decoration: underline; }

.error-page .main-content img {
  display: block;
  max-width: 800px;
  margin: 0 auto 50px; }

.error-page .main-content p {
  max-width: 550px;
  margin: 0 auto 20px; }

@media (max-width: 1399px) {
  .error-page .main-content img {
    max-width: 600px; }
  .error-page .main-content .h2, .error-page .main-content h2 {
    font-size: 32px; } }

@media (max-width: 1199px) {
  .error-page .main-content {
    font-size: 16px; }
  .error-page .main-content img {
    max-width: 500px; }
  .error-page .main-content .h2, .error-page .main-content h2 {
    font-size: 28px; } }

@media (max-width: 575px) {
  .error-page .main-content {
    font-size: 14px; }
  .error-page .main-content img {
    max-width: calc(100% - 40px); }
  .error-page .main-content .h2, .error-page .main-content h2 {
    font-size: 22px; } }

.main-footer {
  background-color: #111;
  color: #fff; }
  .main-footer .h3, .main-footer h3 {
    font-size: 20px;
    color: #CDC8AF; }
    .main-footer .h3 a, .main-footer h3 a {
      color: inherit; }
  .main-footer .h4, .main-footer h4 {
    color: #CDC8AF;
    font-size: 20px;
    margin: 0 0 5px; }
  .main-footer .contact-item {
    margin-bottom: 30px; }
  .main-footer a:hover {
    text-decoration: underline; }
  .main-footer p {
    line-height: 1.6; }

.footer-logo {
  display: block; }

.footer-bottom {
  background-color: #000;
  padding: 15px 0; }

.footer-bottom .container {
  display: flex;
  justify-content: space-between; }

.main-footer a {
  color: #fff;
  transition: 0.25s;
  text-decoration: none; }

.footer-content {
  padding: 70px 0 40px; }

.contact-item a.h3:hover {
  text-decoration: underline; }

.main-footer a:hover {
  color: #CDC8AF; }

.main-footer .label {
  color: #999;
  text-transform: uppercase; }

.social-holder {
  display: flex;
  margin-bottom: 30px; }
  .social-holder svg {
    fill: #fff; }
    .social-holder svg:hover {
      fill: #CDC8AF; }

.social-holder a {
  text-decoration: none;
  margin-right: 8px;
  transition: 0.25s; }

.social-holder svg {
  width: 36px;
  height: 36px;
  fill: #fff; }

@media (max-width: 1699px) {
  .contact-item h4, .contact-item .h4 {
    font-size: 18px; }
  .footer-logo {
    max-width: 250px; } }

@media (max-width: 1399px) {
  .logo-text {
    font-size: 32px; }
  .contact-item img {
    width: 150px; } }

@media (max-width: 1199px) {
  .main-footer .col-xl-3 {
    margin-bottom: 30px; }
  .footer-content {
    padding: 50px 0 40px; } }

@media (max-width: 991px) {
  .footer-bottom .container {
    display: block;
    text-align: center; }
  .footer-copyright {
    margin-bottom: 8px; }
  .footer-content {
    padding: 40px 0 10px; }
  .footer-logo {
    max-width: 200px; } }

@media (max-width: 575px) {
  .logo-text {
    display: none; }
  .logo-text + .contact-item {
    margin-top: 0;
    margin-bottom: 10px !important; }
  .footer-content .contact-item {
    margin-bottom: 25px; }
  .contact-item h4, .contact-item .h4 {
    font-size: 14px; }
  .contact-item p {
    font-size: 13px;
    margin-bottom: 10px; }
  .main-footer .col-xl-3 {
    margin-bottom: 0; }
  .footer-logo {
    max-width: 150px;
    margin: 0 auto 25px; }
  .main-footer .h3, .main-footer h3 {
    font-size: 14px; }
  .main-footer .social-holder {
    margin-bottom: 15px; }
  .footer-bottom {
    font-size: 13px; } }
