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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 0.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 0.25s ease, visibility 0s ease 0.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 0.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 0.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: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

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

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

.fancybox-caption {
  background: linear-gradient(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: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

.fancybox-loading {
  animation: 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: 0.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: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

.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 0.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: 0.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);
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 62.5%;
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: rgb(246, 246, 246);
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

body,
html {
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-family: "Catamaran", sans-serif;
  font-weight: 400;
}

.hgreat {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0.05em;
}
@media only screen and (min-width : 480px) {
  .hgreat {
    font-size: 4rem;
  }
}
@media only screen and (min-width : 992px) {
  .hgreat {
    font-size: 6rem;
  }
}

.hlarge {
  font-size: 2.8rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}
.hlarge--dark {
  color: rgb(22, 31, 40);
}
@media only screen and (min-width : 568px) {
  .hlarge {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width : 992px) {
  .hlarge {
    font-size: 4rem;
  }
}

.hmedium {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0.05em;
}
@media only screen and (min-width : 568px) {
  .hmedium {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width : 992px) {
  .hmedium {
    font-size: 3rem;
  }
}
.hmedium--dark {
  color: rgb(22, 31, 40);
}

.hsmall {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.05em;
  color: rgb(22, 31, 40);
  margin-bottom: 15px;
}
@media only screen and (min-width : 568px) {
  .hsmall {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width : 992px) {
  .hsmall {
    font-size: 2.4rem;
  }
}
.hsmall--white {
  color: rgb(255, 255, 255);
}
.hsmall--dark {
  color: rgb(22, 31, 40);
}

.htiny {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width : 992px) {
  .htiny {
    font-size: 1.8rem;
  }
}

.text {
  font-size: 1.6rem;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(22, 31, 40);
}
.text--white {
  color: rgb(255, 255, 255);
}
.text--small-lh {
  line-height: 1.5;
}

a {
  text-decoration: underline;
  color: rgb(22, 31, 40);
}
a:hover {
  text-decoration: none;
}

.standard-text {
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  font-size: 1.6rem;
  color: rgb(22, 31, 40);
}
.standard-text--white {
  color: rgb(255, 255, 255);
}
.standard-text p {
  font-weight: 400;
  line-height: 1.5;
}
.standard-text p:not(:last-child) {
  margin-bottom: 10px;
}
.standard-text a {
  text-decoration: underline;
  color: rgb(31, 109, 177);
}
.standard-text a:hover {
  text-decoration: none;
}
.standard-text b {
  font-weight: 700;
}
.standard-text h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(22, 31, 40);
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media only screen and (min-width : 568px) {
  .standard-text h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h2 {
    font-size: 3rem;
  }
}
.standard-text h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.05em;
  color: rgb(22, 31, 40);
  margin-bottom: 15px;
}
@media only screen and (min-width : 568px) {
  .standard-text h3 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h3 {
    font-size: 2.4rem;
  }
}
.standard-text h3--white {
  color: rgb(255, 255, 255);
}
.standard-text h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0.05em;
  color: rgb(22, 31, 40);
  margin-bottom: 15px;
  margin-top: 30px;
}
@media only screen and (min-width : 992px) {
  .standard-text h4 {
    font-size: 1.8rem;
  }
}
.standard-text h4--white {
  color: rgb(255, 255, 255);
}
.standard-text ul {
  list-style: none;
  margin-bottom: 20px;
}
.standard-text li {
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
  margin-bottom: 5px;
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  background-color: rgb(31, 109, 177);
  display: inline-block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 9px;
  border-radius: 100%;
}
.standard-text--dark h3 {
  color: rgb(22, 31, 40);
}
.standard-text--dark h4 {
  color: rgb(22, 31, 40);
}
.standard-text ol {
  padding-left: 18px;
  margin-bottom: 20px;
}
.standard-text ol li {
  padding-left: 10px;
}
.standard-text img {
  margin: 30px 0;
}

html {
  scroll-behavior: smooth;
}

.anchor {
  display: block;
  position: relative;
  top: -220px;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width : 568px) {
  .anchor {
    top: -180px;
  }
}

.header {
  height: 100px;
  width: 100%;
  background-color: rgba(22, 31, 40, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.header--page {
  background-color: rgb(22, 31, 40);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header__logos {
  display: flex;
  align-items: center;
  height: 100px;
}
.header__logo {
  height: 55px;
}
.header__right {
  display: none;
  text-align: center;
}
.header__right.opened {
  display: block;
  position: fixed;
  padding-top: 100px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 31, 40, 0.9);
  top: 0;
  left: 0;
}
@media only screen and (min-width : 1080px) {
  .header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex: 1;
  }
  .header__right.opened {
    display: none;
  }
}
@media only screen and (min-width : 1300px) {
  .header__right {
    gap: 25px;
  }
}
.header__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}
@media only screen and (min-width : 1080px) {
  .header__cta-wrap {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 0;
    flex-shrink: 0;
  }
}
@media only screen and (min-width : 1300px) {
  .header__cta-wrap {
    gap: 25px;
  }
}
.header__cta-wrap .button {
  white-space: nowrap;
}
.header__phone {
  color: rgb(31, 109, 177);
  font-family: "Catamaran", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgb(255, 255, 255);
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.3s opacity;
}
.header__phone:hover {
  opacity: 0.85;
}

.footer {
  background-color: rgb(22, 31, 40);
  padding: 100px 0;
}
.footer__inner {
  margin: 0 auto;
  display: inline-block;
}
@media only screen and (min-width : 992px) {
  .footer__inner {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.footer__inner-wrap {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width : 992px) {
  .footer__inner-wrap {
    display: block;
  }
}
.footer__column {
  max-width: 180px;
}
.footer__column:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width : 992px) {
  .footer__column {
    width: 33.333%;
    display: flex;
    justify-content: center;
    text-align: unset;
    max-width: 100%;
  }
  .footer__column:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__column-fix {
  display: inline-block;
}
.footer__logo {
  height: 55px;
}
.footer__heading-wrap {
  margin-bottom: 10px;
}
.footer__icon {
  position: relative;
  padding-left: 40px;
}
@media only screen and (min-width : 992px) {
  .footer__icon {
    padding-right: 0;
  }
}
.footer__icon:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.footer__icon--phone {
  margin-bottom: 5px;
  display: inline-block;
}
@media only screen and (min-width : 992px) {
  .footer__icon--phone {
    display: block;
  }
}
.footer__icon--phone:before {
  background-image: url("../images/phone.svg");
  top: 3px;
}
.footer__icon--mail {
  display: inline-block;
}
@media only screen and (min-width : 992px) {
  .footer__icon--mail {
    display: block;
  }
}
.footer__icon--mail:before {
  background-image: url("../images/mail.svg");
  top: 3px;
}
.footer__icon--pin {
  display: inline-block;
}
@media only screen and (min-width : 992px) {
  .footer__icon--pin {
    display: block;
  }
}
.footer__icon--pin:before {
  background-image: url("../images/pin.svg");
  top: 15px;
  height: 28px;
}
.footer__margin {
  margin-bottom: 5px;
}
.footer__tel {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.footer__social {
  margin-top: 20px;
}
.footer__social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__social-link:hover {
  opacity: 0.8;
}
.footer__social-link img {
  width: 24px;
  height: 24px;
}
.footer__social-text {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  line-height: 1.2;
}

.wrapper {
  width: 100%;
  font-size: 1.6rem;
  overflow: hidden;
}

.container {
  width: 1350px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 40px;
  z-index: 0;
}
.container--big {
  padding: 0 10px;
}

.section {
  margin-bottom: 90px;
}
.section--top {
  margin-top: 120px;
}

.button {
  color: rgb(255, 255, 255);
  background-color: rgb(31, 109, 177);
  font-family: "Catamaran", sans-serif;
  border-radius: 4px;
  text-align: center;
  outline: none;
  border: 0;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all;
  font-size: 1.5rem;
  padding: 13px 25px 12px 25px;
  text-transform: none;
  text-decoration: none;
}
.button:hover {
  background-color: #1F3CB1;
}
.button--red {
  background-color: rgb(177, 29, 35);
}
.button--red:hover {
  background-color: #720509;
}
.button--big {
  background-color: rgb(177, 29, 35);
  font-size: 1.8rem;
  padding: 15px 45px 12px 45px;
}
.button--big:hover {
  background-color: #720509;
}
.button--green {
  background-color: rgb(149, 193, 92);
}
.button--green:hover {
  background-color: rgb(120, 160, 70);
}
.button--blue {
  background-color: rgb(31, 109, 177);
}
.button--blue:hover {
  background-color: #1F3CB1;
}

.hero__video-wrap {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
  justify-content: center;
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(22, 31, 40);
  opacity: 0.2;
  z-index: 10;
}
.hero__content {
  z-index: 10;
  text-align: center;
  padding-top: 150px;
}
.hero__heading-wrap {
  max-width: 700px;
  margin: 0 30px 30px 30px;
}
@media only screen and (min-width : 568px) {
  .hero__heading-wrap {
    margin: 0 0 55px 0;
  }
}
.hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
@media only screen and (min-width : 568px) {
  .hero__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
}

.nav__menu {
  list-style: none;
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width : 1080px) {
  .nav__menu {
    display: flex;
    width: 100%;
  }
}
@media only screen and (min-width : 1080px) {
  .nav__item:not(:last-child) {
    margin-right: 25px;
  }
}
.nav__link {
  color: rgb(255, 255, 255);
  font-family: "Catamaran", sans-serif;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  transition: 0.3s all;
  margin-bottom: 15px;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media only screen and (min-width : 1080px) {
  .nav__link {
    display: flex;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 700;
  }
}
@media only screen and (min-width : 1300px) {
  .nav__link {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width : 1400px) {
  .nav__link {
    font-size: 1.5rem;
  }
}
.nav__link--active {
  color: rgb(31, 109, 177);
}
.nav__link:hover {
  color: rgb(31, 109, 177);
}

.burger {
  cursor: pointer;
  display: block;
  float: right;
  z-index: 15000;
}
@media only screen and (min-width : 1080px) {
  .burger {
    display: none;
  }
}
.burger__wrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .burger__wrap {
    display: none;
  }
}

.burger-1,
.burger-2,
.burger-3 {
  display: block;
  position: relative;
  z-index: 3;
  width: 30px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transition: 0.4s;
}

.burger-1,
.burger-2 {
  margin-bottom: 8px;
}

.burger.opened .burger-1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}

.burger.opened .burger-2 {
  opacity: 0;
}

.burger.opened .burger-3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.icons {
  background-color: rgb(22, 31, 40);
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.icons__block {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.icons__image {
  height: 80px;
}
.icons__inner {
  display: block;
  margin-bottom: 60px;
}
@media only screen and (min-width : 992px) {
  .icons__inner {
    display: flex;
    justify-content: space-between;
  }
}
.icons__column {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width : 992px) {
  .icons__column {
    margin-bottom: 0;
  }
}
.icons__text-wrap {
  max-width: 160px;
  margin-top: 40px;
  margin: 20px auto 0 auto;
}
@media only screen and (min-width : 992px) {
  .icons__text-wrap {
    margin: 40px auto 0 auto;
  }
}

.hp-about {
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.hp-about__block {
  padding: 30px;
  background-color: rgba(31, 109, 177, 0.7);
  max-width: 600px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
@media only screen and (min-width : 420px) {
  .hp-about__block {
    padding: 40px;
  }
}
@media only screen and (min-width : 568px) {
  .hp-about__block {
    padding: 80px;
  }
}
.hp-about__block .hlarge {
  font-size: 2.6rem;
}
@media only screen and (min-width : 768px) {
  .hp-about__block .hlarge {
    font-size: 3.6rem;
  }
}
.hp-about__block .button {
  margin-top: 25px;
}

.banner {
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner__overlay {
  background-color: rgba(31, 109, 177, 0.85);
  padding: 60px 0;
  transition: background-color 0.3s ease;
}
.banner__inner {
  text-align: center;
}
.banner__text-wrap {
  max-width: 650px;
  margin: 0 auto 35px auto;
}
.banner__overlay--link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.banner__overlay--link:hover {
  background-color: rgba(31, 109, 177, 0.95);
}

.copyright {
  padding: 20px 0;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .copyright {
    height: 50px;
    padding: 0;
  }
}
.copyright__inner {
  display: block;
}
@media only screen and (min-width : 992px) {
  .copyright__inner {
    display: flex;
    justify-content: space-between;
  }
}
.copyright__column {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .copyright__column {
    display: flex;
    text-align: unset;
  }
}
.copyright__column--left {
  justify-content: flex-start;
  margin-bottom: 10px;
}
@media only screen and (min-width : 992px) {
  .copyright__column--left {
    width: 25%;
    margin-bottom: 0;
  }
}
.copyright__column--center {
  justify-content: center;
  margin-bottom: 10px;
}
@media only screen and (min-width : 992px) {
  .copyright__column--center {
    width: 50%;
    margin-bottom: 0;
  }
}
.copyright__column--right {
  justify-content: flex-end;
}
@media only screen and (min-width : 992px) {
  .copyright__column--right {
    width: 25%;
  }
}
.copyright__text {
  font-size: 1.4rem;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  color: rgb(22, 31, 40);
}
.copyright__text--underline {
  text-decoration: underline;
}
.copyright__cookies {
  margin-right: 20px;
}

.story {
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  padding: 100px 0;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  -moz-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  margin-top: 0;
}
@media only screen and (min-width : 992px) {
  .story {
    height: 600px;
    padding: 0;
    margin-top: 120px;
  }
}
.story__inner {
  display: block;
}
@media only screen and (min-width : 992px) {
  .story__inner {
    display: flex;
  }
}
.story__left {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .story__left {
    width: 50%;
  }
}
.story__right {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width : 992px) {
  .story__right {
    width: 50%;
    height: inherit;
  }
}
.story__content {
  margin-bottom: 50px;
}
@media only screen and (min-width : 992px) {
  .story__content {
    max-width: 450px;
    margin-bottom: 0;
  }
}
.story__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .story__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.story__images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 100%;
}
.story__images-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story__images-grid-main {
  grid-column: 1/-1;
}

.page-heading {
  height: 140px;
  margin-top: 100px;
  background-image: url("../images/page-heading2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-heading__inner {
  display: flex;
}
.page-heading__box {
  position: relative;
  height: 170px;
  width: 100%;
  background-color: rgb(31, 109, 177);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px;
  text-align: center;
  z-index: 5;
}
@media only screen and (min-width : 568px) {
  .page-heading__box {
    min-width: 460px;
    width: auto;
  }
}
.page-heading__bg-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80px;
}
@media only screen and (min-width : 568px) {
  .page-heading__bg-image {
    height: auto;
  }
}

.certif {
  padding: 80px 0;
}
.certif__heading-wrap {
  margin-bottom: 40px;
}
.certif__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.certif__single {
  padding: 30px;
  box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  width: 100%;
  background-color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 4px;
}
@media only screen and (min-width : 568px) {
  .certif__single {
    padding: 50px;
  }
}
@media only screen and (min-width : 992px) {
  .certif__single {
    width: calc(33.333% - 14px);
  }
}
.certif__logo {
  max-width: 160px;
  margin: 40px 0;
}
@media only screen and (min-width : 480px) {
  .certif__logo {
    max-width: 220px;
  }
}

.placeholder {
  background-color: #e0e0e0;
  border-radius: 4px;
}
.placeholder--card {
  width: 100%;
  height: 100%;
}
.placeholder--icon-sm {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.smart-hero {
  background-color: rgb(22, 31, 40);
  padding: 60px 0;
}
@media only screen and (min-width : 768px) {
  .smart-hero {
    padding: 100px 0;
  }
}
@media only screen and (min-width : 992px) {
  .smart-hero__inner {
    display: flex;
    align-items: center;
    gap: 50px;
  }
}
.smart-hero__content {
  margin-bottom: 40px;
}
@media only screen and (min-width : 992px) {
  .smart-hero__content {
    width: 55%;
    margin-bottom: 0;
  }
}
.smart-hero__title {
  font-family: "Catamaran", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1.3;
  margin-bottom: 25px;
}
@media only screen and (min-width : 568px) {
  .smart-hero__title {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width : 992px) {
  .smart-hero__title {
    font-size: 4.2rem;
  }
}
.smart-hero__text {
  margin-bottom: 30px;
}
.smart-hero__buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (min-width : 992px) {
  .smart-hero__image {
    width: 45%;
  }
}
.smart-hero__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}

.smart-features {
  padding: 70px 0;
  background-color: rgb(255, 255, 255);
}
.smart-features__heading {
  margin-bottom: 35px;
}
.smart-features__intro {
  font-family: "Mulish", sans-serif;
  font-size: 1.5rem;
  color: rgb(22, 31, 40);
  line-height: 1.5;
  max-width: 700px;
  margin: 10px 0 0;
}
@media only screen and (min-width : 768px) {
  .smart-features__intro {
    font-size: 1.6rem;
  }
}
.smart-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media only screen and (min-width : 568px) {
  .smart-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 992px) {
  .smart-features__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.smart-features__card {
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.smart-features__img {
  background-color: rgb(246, 246, 246);
  height: 220px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
@media only screen and (min-width : 768px) {
  .smart-features__img {
    height: 250px;
  }
}
.smart-features__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.smart-features__img .placeholder--card {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.smart-features__title {
  font-family: "Catamaran", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(22, 31, 40);
  text-transform: none;
  letter-spacing: 0.03em;
  padding: 15px 15px 4px;
}
.smart-features__desc {
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  color: rgb(22, 31, 40);
  line-height: 1.4;
  padding: 0 15px 18px;
  margin: 0;
}
.smart-features__after {
  margin-top: 35px;
  max-width: 800px;
}

.smart-tech {
  padding: 80px 0;
  background-color: rgb(246, 246, 246);
}
.smart-tech__heading {
  margin-bottom: 30px;
}
.smart-tech__subtitle {
  font-family: "Catamaran", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(31, 109, 177);
  margin-top: 10px;
  text-transform: none;
}
@media only screen and (min-width : 568px) {
  .smart-tech__subtitle {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width : 992px) {
  .smart-tech__subtitle {
    font-size: 2.6rem;
  }
}
.smart-tech__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width : 568px) {
  .smart-tech__images {
    grid-template-columns: repeat(3, 1fr);
  }
}
.smart-tech__img {
  overflow: hidden;
  border-radius: 4px;
}
.smart-tech__img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
@media only screen and (min-width : 768px) {
  .smart-tech__img img {
    height: 240px;
  }
}
.smart-tech__text {
  max-width: 800px;
  margin: 0 0 35px;
}
.smart-tech__solves {
  border-top: 1px solid rgba(22, 31, 40, 0.1);
  padding-top: 30px;
}
.smart-tech__solves-title {
  font-family: "Catamaran", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(22, 31, 40);
  text-transform: none;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
@media only screen and (min-width : 568px) {
  .smart-tech__solves-title {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width : 992px) {
  .smart-tech__solves-title {
    font-size: 2.6rem;
  }
}
.smart-tech__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}
.smart-tech__tag {
  font-family: "Catamaran", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(22, 31, 40);
  background-color: rgb(255, 255, 255);
  padding: 10px 25px 8px;
  border-radius: 4px;
  text-transform: none;
  letter-spacing: 0.02em;
  border: 1px solid rgba(22, 31, 40, 0.08);
  text-decoration: none;
  transition: 0.3s all;
}
@media only screen and (min-width : 768px) {
  .smart-tech__tag {
    font-size: 1.4rem;
  }
}
.smart-tech a.smart-tech__tag:hover {
  background-color: rgb(31, 109, 177);
  color: rgb(255, 255, 255);
  border-color: rgb(31, 109, 177);
}
.smart-tech span.smart-tech__tag {
  cursor: default;
}
.smart-tech span.smart-tech__tag:last-child {
  background-color: rgba(22, 31, 40, 0.06);
  color: rgb(31, 109, 177);
  border-color: rgba(22, 31, 40, 0.04);
}

.smart-blocks {
  padding: 80px 0 0;
  background-color: rgb(255, 255, 255);
}

.smart-block {
  padding-bottom: 60px;
}
@media only screen and (min-width : 768px) {
  .smart-block {
    padding-bottom: 80px;
  }
}
.smart-block__inner {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  .smart-block__inner {
    display: flex;
    min-height: 420px;
  }
}
.smart-block__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width : 568px) {
  .smart-block__content {
    padding: 40px;
  }
}
@media only screen and (min-width : 992px) {
  .smart-block__content {
    width: 50%;
    padding: 50px;
    order: 1;
  }
}
.smart-block__content .button {
  align-self: flex-start;
  margin-top: 15px;
}
@media only screen and (min-width : 992px) {
  .smart-block__image {
    width: 50%;
    order: 2;
  }
}
.smart-block__image img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}
@media only screen and (min-width : 992px) {
  .smart-block__image img {
    min-height: 420px;
  }
}
@media only screen and (min-width : 992px) {
  .smart-block--reverse .smart-block__content {
    order: 2;
  }
}
@media only screen and (min-width : 992px) {
  .smart-block--reverse .smart-block__image {
    order: 1;
  }
}
.smart-block__list {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}
.smart-block__list li {
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  color: rgb(22, 31, 40);
  line-height: 1.4;
  padding-left: 18px;
  position: relative;
  margin-bottom: 5px;
}
@media only screen and (min-width : 768px) {
  .smart-block__list li {
    font-size: 1.5rem;
  }
}
.smart-block__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: rgb(31, 109, 177);
  border-radius: 50%;
}

.smart-why {
  padding: 60px 0;
  background-color: rgb(246, 246, 246);
}
.smart-why__heading {
  margin-bottom: 35px;
}
.smart-why__subtitle {
  font-family: "Catamaran", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(31, 109, 177);
  margin-top: 5px;
  margin-bottom: 15px;
}
@media only screen and (min-width : 768px) {
  .smart-why__subtitle {
    font-size: 2rem;
  }
}
.smart-why__intro {
  max-width: 700px;
}
.smart-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width : 568px) {
  .smart-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 992px) {
  .smart-why__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.smart-why__card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 15px 15px 15px 0;
}
.smart-why__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.smart-why__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}
.smart-why__desc {
  font-family: "Catamaran", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(22, 31, 40);
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .smart-why__desc {
    font-size: 1.6rem;
  }
}
.smart-why__footer {
  max-width: 700px;
}
.smart-why__footer .standard-text {
  margin-bottom: 25px;
}

.smart-process {
  padding: 60px 0;
  background-color: rgb(255, 255, 255);
}
.smart-process__heading {
  margin-bottom: 35px;
}
.smart-process__subtitle {
  font-family: "Mulish", sans-serif;
  font-size: 1.5rem;
  color: rgba(22, 31, 40, 0.6);
  margin-top: 10px;
  font-style: italic;
}
@media only screen and (min-width : 768px) {
  .smart-process__subtitle {
    font-size: 1.6rem;
  }
}
.smart-process__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media only screen and (min-width : 768px) {
  .smart-process__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width : 1200px) {
  .smart-process__inner {
    grid-template-columns: repeat(6, 1fr);
  }
}
.smart-process__item {
  padding: 20px 10px;
}
.smart-process__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgb(31, 109, 177);
  color: rgb(255, 255, 255);
  font-family: "Catamaran", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}
@media only screen and (min-width : 768px) {
  .smart-process__number {
    width: 64px;
    height: 64px;
    font-size: 2.4rem;
  }
}
.smart-process__label {
  font-family: "Catamaran", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(22, 31, 40);
  line-height: 1.4;
  margin: 0;
}
@media only screen and (min-width : 768px) {
  .smart-process__label {
    font-size: 1.6rem;
  }
}

.smart-coverage {
  padding: 80px 0;
  background-color: rgb(246, 246, 246);
}
@media only screen and (min-width : 992px) {
  .smart-coverage__inner {
    display: flex;
    gap: 50px;
    align-items: flex-start;
  }
}
@media only screen and (min-width : 992px) {
  .smart-coverage__content {
    flex: 1;
  }
}
.smart-coverage__image {
  margin-top: 30px;
}
@media only screen and (min-width : 992px) {
  .smart-coverage__image {
    width: 40%;
    flex-shrink: 0;
    margin-top: 0;
  }
}
.smart-coverage__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.smart-coverage__locations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 5px;
  margin-bottom: 25px;
}
.smart-coverage__loc {
  font-family: "Catamaran", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(22, 31, 40);
  text-transform: none;
  letter-spacing: 0.03em;
}
@media only screen and (min-width : 768px) {
  .smart-coverage__loc {
    font-size: 1.7rem;
  }
}
.smart-coverage__sep {
  color: rgba(22, 31, 40, 0.3);
  font-size: 1.4rem;
}
.smart-coverage__text {
  max-width: 700px;
  margin: 0 0 30px;
}

.smart-faq {
  padding: 80px 0;
  background-color: rgb(255, 255, 255);
}
.smart-faq__heading {
  margin-bottom: 40px;
}
.smart-faq__items {
  margin: 0 0 30px;
}
@media only screen and (min-width : 1200px) {
  .work-icons__inner {
    max-width: 80%;
    margin: 0 auto;
  }
}
.work-icons__row {
  display: block;
}
@media only screen and (min-width : 992px) {
  .work-icons__row {
    display: flex;
    flex-wrap: wrap;
  }
}
.work-icons__column {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width : 992px) {
  .work-icons__column {
    margin-bottom: 10px;
    width: 50%;
  }
}
.work-icons__box {
  position: relative;
  height: 80px;
  width: 80px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  -moz-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
}
@media only screen and (min-width : 480px) {
  .work-icons__box {
    height: 120px;
    width: 120px;
  }
}
.work-icons__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
}
@media only screen and (min-width : 480px) {
  .work-icons__icon {
    height: 60px;
    width: 60px;
  }
}
.work-icons__text {
  display: flex;
  align-items: center;
  margin-left: 15px;
  max-width: 180px;
}
@media only screen and (min-width : 480px) {
  .work-icons__text {
    max-width: 240px;
  }
}
@media only screen and (min-width : 568px) {
  .work-icons__text {
    margin-left: 30px;
  }
}

.coop__heading-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.coop__blocks {
  position: relative;
}
@media only screen and (min-width : 992px) {
  .coop__blocks:after {
    position: absolute;
    display: block;
    left: calc(50% - 1px);
    top: 0;
    content: "";
    background-color: rgb(31, 109, 177);
    width: 2px;
    height: 100%;
    z-index: 5;
  }
}
.coop__block {
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width : 992px) {
  .coop__block {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.coop__block:not(:last-child) {
  margin-bottom: 80px;
}
.coop__left {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
@media only screen and (min-width : 992px) {
  .coop__left {
    width: 40%;
    margin-top: 0;
  }
}
.coop__right {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .coop__right {
    width: 40%;
  }
}
.coop__mid {
  display: none;
}
@media only screen and (min-width : 992px) {
  .coop__mid {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.coop__img {
  background-size: cover;
  background-position: center center;
  height: 250px;
  position: relative;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  -moz-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
}
@media only screen and (min-width : 420px) {
  .coop__img {
    height: 300px;
  }
}
.coop__number-mobile2 {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Catamaran", sans-serif;
  color: rgb(22, 31, 40);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
}
.coop__number {
  font-size: 8rem;
  font-weight: 700;
  font-family: "Catamaran", sans-serif;
  position: relative;
  color: rgb(22, 31, 40);
  background-color: rgb(246, 246, 246);
  padding: 15px 0;
}
.coop__block-heading {
  padding-left: 80px;
  position: relative;
}
@media only screen and (min-width : 992px) {
  .coop__block-heading {
    padding-left: 0;
  }
}
.coop__number-mobile {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Catamaran", sans-serif;
  color: rgb(22, 31, 40);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transform-origin: 0 0;
}
@media only screen and (min-width : 992px) {
  .coop__number-mobile {
    display: none;
  }
}

.reference__row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.reference__item {
  width: 100%;
  height: 260px;
  padding: 0px 10px 30px 10px;
}
@media only screen and (min-width : 568px) {
  .reference__item {
    width: 50%;
  }
}
@media only screen and (min-width : 992px) {
  .reference__item {
    width: 25%;
  }
}
.reference__img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.reference__name {
  width: 80%;
  padding: 5px 20px;
  background-color: rgba(31, 109, 177, 0.7);
  backdrop-filter: blur(9px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 1.5;
  border-radius: 4px;
}
.reference__text {
  margin-bottom: 50px;
}
.reference__button {
  margin-bottom: 35px;
}

.contact {
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 0;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  -moz-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
}
@media only screen and (min-width : 992px) {
  .contact {
    height: 650px;
    padding: 0;
  }
}
.contact__inner {
  display: block;
}
@media only screen and (min-width : 992px) {
  .contact__inner {
    display: flex;
  }
}
.contact__left {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width : 992px) {
  .contact__left {
    display: block;
    width: 50%;
    padding-left: 100px;
  }
}
.contact__right {
  width: 100%;
  height: 300px;
}
@media only screen and (min-width : 992px) {
  .contact__right {
    width: 50%;
    height: inherit;
  }
}
.contact__content {
  margin-bottom: 50px;
  display: inline-block;
}
@media only screen and (min-width : 992px) {
  .contact__content {
    display: block;
    max-width: 450px;
    margin-bottom: 0;
  }
}
.contact__map {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .contact__map {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.contact__info {
  padding-left: 40px;
}
.contact__icon-wrap:not(:last-child) {
  margin-bottom: 30px;
}
.contact__icon {
  position: relative;
  padding-left: 40px;
}
.contact__icon:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.contact__icon--pin {
  display: inline-block;
}
.contact__icon--pin:before {
  background-image: url("../images/pin.svg");
  height: 28px;
}
.contact__icon--phone {
  display: inline-block;
}
.contact__icon--phone:before {
  background-image: url("../images/phone.svg");
}
.contact__icon--mail {
  display: inline-block;
}
.contact__icon--mail:before {
  background-image: url("../images/mail.svg");
}
.contact__icon--invoice {
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
}
.contact__icon--invoice:before {
  background-image: url("../images/invoice.svg");
}
.contact__icon--clock {
  font-weight: 700;
  letter-spacing: 0.1em;
  display: inline-block;
}
.contact__icon--clock:before {
  background-image: url("../images/clock.svg");
}
.contact__tel {
  text-decoration: none;
  color: rgb(22, 31, 40);
}

.form__outer {
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding: 40px 30px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  -moz-box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
  box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
}
@media only screen and (min-width : 568px) {
  .form__outer {
    padding: 50px;
    width: 90%;
  }
}
@media only screen and (min-width : 992px) {
  .form__outer {
    padding: 80px;
  }
}
.form__intro {
  margin-bottom: 50px;
}
.form__row {
  display: block;
}
@media only screen and (min-width : 768px) {
  .form__row {
    display: flex;
    justify-content: space-between;
  }
}
.form__input-col {
  height: 40px;
  margin-bottom: 60px;
  width: 100%;
}
.form__input-col--50 {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .form__input-col--50 {
    width: 49%;
  }
}
.form__input-wrap {
  position: relative;
}
.form__text {
  font-family: "Catamaran", sans-serif;
  position: absolute;
  left: 0;
  top: -20px;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 500;
}
.form__input {
  margin-top: 10px;
  background-color: #FBFBFB;
  border: #DDDDDD solid 1px;
  height: 40px;
  border-radius: 3px;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  left: 0;
}
.form__textarea {
  max-height: 150px;
  min-height: 85px;
  max-width: 100%;
  padding: 15px 20px;
}
.form__checkbox-wrap {
  margin: 130px 0 30px 0;
  position: relative;
}
.form__response {
  margin-bottom: 20px;
  display: none;
}
.form__response--success {
  color: rgb(72, 150, 0);
}
.form__response--error {
  color: rgb(211, 10, 24);
}

select {
  /* make arrow and background */
  background: linear-gradient(45deg, transparent 50%, rgb(255, 255, 255) 50%), linear-gradient(135deg, rgb(255, 255, 255) 50%, transparent 50%), linear-gradient(to right, rgb(31, 109, 177), rgb(31, 109, 177));
  background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  /* reset */
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mobile {
  display: flex;
  align-items: center;
  margin: 80px 0;
}
@media only screen and (min-width : 768px) {
  .mobile {
    height: 400px;
  }
}
.mobile__inner {
  height: 250px;
  display: flex;
}
.mobile__black {
  width: 100%;
  height: 250px;
  background-color: rgb(22, 31, 40);
  position: absolute;
  left: 0;
}
@media only screen and (min-width : 992px) {
  .mobile__black {
    width: 50%;
  }
}
.mobile__blue {
  display: none;
}
@media only screen and (min-width : 992px) {
  .mobile__blue {
    display: block;
    width: 50%;
    height: 250px;
    background-color: rgb(31, 109, 177);
    position: absolute;
    right: 0;
  }
}
.mobile__block-container {
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width : 992px) {
  .mobile__block-container {
    display: flex;
  }
}
.mobile__block-left {
  width: 100%;
  display: block;
}
@media only screen and (min-width : 992px) {
  .mobile__block-left {
    width: 50%;
    display: flex;
    align-items: center;
  }
}
.mobile__block-right {
  display: none;
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .mobile__block-right {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 150px;
  }
}
@media only screen and (min-width : 1200px) {
  .mobile__block-right {
    padding-left: 250px;
  }
}
.mobile__loxone {
  color: #95C15C;
}
.mobile__logo {
  max-width: 260px;
  margin-top: 20px;
}
@media only screen and (min-width : 768px) {
  .mobile__logo {
    max-width: 350px;
  }
}
.mobile__wrap {
  display: none;
}
@media only screen and (min-width : 568px) {
  .mobile__wrap {
    display: block;
    position: absolute;
    left: 69%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(5deg);
    z-index: 3;
  }
}
@media only screen and (min-width : 992px) {
  .mobile__wrap {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-5deg);
    z-index: 3;
  }
}
.mobile__mobile-frame {
  height: 300px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width : 768px) {
  .mobile__mobile-frame {
    height: 400px;
  }
}
.mobile__screen {
  position: absolute;
  height: 285px;
  left: 9px;
  top: 7px;
}
@media only screen and (min-width : 768px) {
  .mobile__screen {
    height: 380px;
    left: 12px;
    top: 10px;
  }
}
.mobile__s-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media only screen and (min-width : 568px) {
  .mobile__s-wrap {
    display: none;
  }
}
.mobile__s-mobile-frame {
  height: 300px;
  position: relative;
  z-index: 2;
}
.mobile__s-screen {
  position: absolute;
  height: 285px;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
}

.fotovoltaika__row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.fotovoltaika__item {
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width : 768px) {
  .fotovoltaika__item {
    width: 50%;
  }
}
.fotovoltaika__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(178, 178, 178, 0.32);
  -moz-box-shadow: 0px 0px 15px 0px rgba(178, 178, 178, 0.32);
  box-shadow: 0px 0px 15px 0px rgba(178, 178, 178, 0.32);
  padding: 30px;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s all;
}
.fotovoltaika__link:hover {
  background-color: rgba(31, 109, 177, 0.05);
}
.fotovoltaika__link:hover .fotovoltaika__name {
  color: rgb(22, 31, 40);
}
.fotovoltaika__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0.05em;
  color: rgb(31, 109, 177);
  text-decoration: none;
  transition: 0.3s all;
  max-width: 360px;
  text-align: center;
}
@media only screen and (min-width : 568px) {
  .fotovoltaika__name {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width : 992px) {
  .fotovoltaika__name {
    font-size: 2.4rem;
  }
}
.fotovoltaika__icon {
  width: 100%;
  max-width: 150px;
  margin-bottom: 20px;
}
.fotovoltaika__text {
  margin-bottom: 50px;
}
.fotovoltaika__button {
  margin-bottom: 35px;
}

.blog__row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.blog__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 10px 30px 10px;
  text-decoration: none;
}
@media only screen and (min-width : 568px) {
  .blog__item {
    width: 50%;
  }
}
@media only screen and (min-width : 992px) {
  .blog__item {
    width: 25%;
  }
}
.blog__box {
  width: 100%;
  padding: 20px 20px;
  background-color: rgba(31, 109, 177, 0.1);
  transition: background-color 0.3s ease;
  flex-grow: 1;
  border-radius: 0 0 4px 4px;
}
.blog__box:hover {
  background-color: rgba(31, 109, 177, 0.2);
}
.blog__img {
  display: block;
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  border-radius: 4px 4px 0 0;
}
.blog__item-date {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: rgba(31, 109, 177, 0.7);
  font-weight: 400;
}
.blog__name {
  font-size: 18px;
  line-height: 1.5;
  color: rgb(31, 109, 177);
  font-weight: 700;
  margin-bottom: 10px;
}
.blog__item-text {
  font-size: 14px;
  line-height: 1.5;
  color: rgb(22, 31, 40);
  font-weight: 400;
}
.blog__text {
  margin-bottom: 50px;
}
.blog__date {
  margin-bottom: 35px;
  font-size: 20px;
  color: rgba(31, 109, 177, 0.7);
  font-weight: 700;
}
.blog__button {
  margin-bottom: 35px;
}
.blog__empty {
  font-size: 20px;
  color: rgba(31, 109, 177, 0.7);
  font-weight: 700;
  padding: 0px 10px 30px 10px;
}

.faq__intro {
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.faq__category-heading {
  margin-top: 40px;
  font-family: "Catamaran", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(22, 31, 40);
  text-transform: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgb(31, 109, 177);
}
@media only screen and (min-width : 768px) {
  .faq__category-heading {
    font-size: 2rem;
  }
}
.faq__inner {
  max-width: 100%;
}
.faq__item {
  border-bottom: 1px solid rgba(22, 31, 40, 0.1);
}
.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgb(22, 31, 40);
  transition: color 0.3s;
}
@media only screen and (min-width : 768px) {
  .faq__question {
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
.faq__question:hover {
  color: rgb(31, 109, 177);
}
.faq__question-text {
  flex: 1;
  padding-right: 15px;
}
.faq__question-icon {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}
.faq__question-icon::before, .faq__question-icon::after {
  content: "";
  position: absolute;
  background-color: rgb(31, 109, 177);
  transition: transform 0.3s;
}
.faq__question-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.faq__question-icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.faq__item.is-open .faq__question-icon::after {
  transform: translateX(-50%) rotate(90deg);
}
.faq__item.is-open .faq__question {
  color: rgb(31, 109, 177);
  font-weight: 600;
}
.faq__answer {
  display: none;
}
.faq__answer .standard-text {
  padding-bottom: 20px;
  font-size: 1.4rem;
}

.faq-cta {
  background-color: rgb(22, 31, 40);
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-position: center;
}
.faq-cta__overlay {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 60px 0;
}
.faq-cta h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}
.faq-cta__inner {
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width : 768px) {
  .faq-cta__inner {
    display: flex;
    gap: 40px;
  }
}
.faq-cta__left {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .faq-cta__left {
    width: 60%;
    margin-bottom: 0;
  }
}
.faq-cta__headline {
  font-family: "Catamaran", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  margin-bottom: 10px;
}
@media only screen and (min-width : 768px) {
  .faq-cta__headline {
    font-size: 2.2rem;
  }
}
.faq-cta__subtext {
  font-family: "Mulish", sans-serif;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.faq-cta__right {
  width: 100%;
}
@media only screen and (min-width : 768px) {
  .faq-cta__right {
    width: 40%;
  }
}
.faq-cta__claim {
  font-family: "Catamaran", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
}
@media only screen and (min-width : 768px) {
  .faq-cta__claim {
    font-size: 1.8rem;
  }
}
.faq-cta__buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.smart-nav {
  background-color: rgb(22, 31, 40);
  padding: 30px 0;
}
.smart-nav__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media only screen and (min-width : 568px) {
  .smart-nav__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width : 992px) {
  .smart-nav__inner {
    display: flex;
    justify-content: space-around;
  }
}
.smart-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: 0.3s opacity;
}
.smart-nav__item:hover {
  opacity: 0.7;
}
.smart-nav__icon {
  height: 40px;
  margin-bottom: 8px;
}
@media only screen and (min-width : 768px) {
  .smart-nav__icon {
    height: 50px;
  }
}
.smart-nav__label {
  color: rgb(255, 255, 255);
  font-family: "Catamaran", sans-serif;
  font-size: 1.1rem;
  text-transform: none;
  text-align: center;
}
@media only screen and (min-width : 768px) {
  .smart-nav__label {
    font-size: 1.3rem;
  }
}

.hp-services {
  background-color: rgb(246, 246, 246);
  padding: 100px 0;
  margin-bottom: 0;
}
.hp-services__heading {
  text-align: center;
  margin-bottom: 40px;
}
.hp-services__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width : 568px) {
  .hp-services__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 992px) {
  .hp-services__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hp-services__item {
  background-color: rgb(255, 255, 255);
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0px 10px 15px 0px rgba(178, 178, 178, 0.16);
}
.hp-services__icon {
  height: 60px;
  margin-bottom: 20px;
}
.hp-services__text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.hp-references {
  padding: 100px 0;
  margin-bottom: 0;
}
.hp-references__heading {
  text-align: center;
  margin-bottom: 40px;
}
.hp-references__button-wrap {
  text-align: center;
  margin-top: 30px;
}

.about-intro {
  padding: 60px 0;
  background-color: rgb(22, 31, 40);
}
@media only screen and (min-width : 768px) {
  .about-intro {
    padding: 80px 0;
  }
}
@media only screen and (min-width : 992px) {
  .about-intro__inner {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
.about-intro__icon {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width : 992px) {
  .about-intro__icon {
    width: 35%;
    margin-bottom: 0;
  }
}
.about-intro__icon img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
}
@media only screen and (min-width : 992px) {
  .about-intro__icon img {
    height: auto;
  }
}
.about-intro__content {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .about-intro__content {
    width: 65%;
  }
}
.about-intro__buttons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.about-team {
  padding: 60px 0;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width : 768px) {
  .about-team {
    padding: 80px 0;
  }
}
@media only screen and (min-width : 992px) {
  .about-team__inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
}
.about-team__content {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .about-team__content {
    width: 55%;
  }
}
.about-team__text {
  max-width: 800px;
}
.about-team__images {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  width: 100%;
}
@media only screen and (min-width : 568px) {
  .about-team__images {
    flex-direction: row;
  }
}
@media only screen and (min-width : 992px) {
  .about-team__images {
    width: 45%;
    margin-top: 0;
  }
}
.about-team__images img {
  flex: 1;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
  background-color: rgb(235, 235, 235);
}
@media only screen and (min-width : 992px) {
  .about-team__images img {
    height: 260px;
  }
}

.about-usps {
  padding: 60px 0;
  background-color: rgb(246, 246, 246);
}
@media only screen and (min-width : 768px) {
  .about-usps {
    padding: 80px 0;
  }
}
.about-usps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (min-width : 568px) {
  .about-usps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width : 992px) {
  .about-usps__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
.about-usps__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background-color: rgb(255, 255, 255);
  padding: 25px;
  border: 1px solid rgba(22, 31, 40, 0.08);
  border-radius: 4px;
}
.about-usps__icon-wrap {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-color: rgb(149, 193, 92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-usps__icon-wrap svg {
  width: 18px;
  height: 18px;
  color: rgb(255, 255, 255);
}
.about-usps__icon-img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  object-fit: contain;
}
.about-usps__heading {
  font-family: "Catamaran", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: rgb(22, 31, 40);
  margin: 0;
}
.about-usps__desc {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 5px;
  color: rgba(22, 31, 40, 0.7);
}
.about-usps__item-content {
  flex: 1;
}
.about-usps__item-content p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 5px;
  color: rgba(22, 31, 40, 0.7);
}
.about-usps__cta {
  margin-top: 40px;
}

.about-values-bar {
  padding: 60px 0;
  background-color: rgb(22, 31, 40);
}
@media only screen and (min-width : 768px) {
  .about-values-bar {
    padding: 80px 0;
  }
}
.about-values-bar h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 35px;
}
.about-values-bar__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media only screen and (min-width : 768px) {
  .about-values-bar__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.about-values-bar__item {
  padding: 0 30px 0 0;
}
@media only screen and (min-width : 768px) {
  .about-values-bar__item {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 30px;
  }
  .about-values-bar__item:first-child {
    padding-left: 0;
  }
  .about-values-bar__item:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.about-values-bar__heading {
  font-family: "Catamaran", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: none;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
@media only screen and (min-width : 992px) {
  .about-values-bar__heading {
    font-size: 2.2rem;
  }
}
.about-values-bar__desc {
  font-family: "Mulish", sans-serif;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

.about-target {
  padding: 60px 0;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width : 768px) {
  .about-target {
    padding: 80px 0;
  }
}
.about-target__text {
  max-width: 800px;
  margin-bottom: 40px;
}
.about-target__button-wrap {
  margin-top: 10px;
}

.about-numbers {
  padding: 60px 0;
  background-color: rgb(246, 246, 246);
}
@media only screen and (min-width : 768px) {
  .about-numbers {
    padding: 80px 0;
  }
}
.about-numbers__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (min-width : 768px) {
  .about-numbers__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-numbers__item {
  text-align: left;
}
.about-numbers__value {
  font-family: "Catamaran", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgb(31, 109, 177);
  line-height: 1.2;
}
@media only screen and (min-width : 768px) {
  .about-numbers__value {
    font-size: 4.5rem;
  }
}
.about-numbers__label {
  font-family: "Mulish", sans-serif;
  font-size: 1.4rem;
  color: rgba(22, 31, 40, 0.7);
  margin-top: 10px;
}

.about-bottom-cta .banner {
  margin-bottom: 0;
}

.section-map {
  padding: 80px 0;
}
@media only screen and (min-width : 992px) {
  .section-map__inner {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
.section-map__image {
  width: 100%;
}
@media only screen and (min-width : 992px) {
  .section-map__image {
    width: 55%;
  }
}
.section-map__image img {
  width: 100%;
  height: auto;
}
.section-map__text {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width : 992px) {
  .section-map__text {
    width: 45%;
    margin-top: 0;
  }
}

/*# sourceMappingURL=main.css.map */
