@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 */
:where(html) {
  line-height: 1.15; /* 1 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  -webkit-margin-after: 0.67em;
  margin-block-end: 0.67em;
  -webkit-margin-before: 0.67em;
  margin-block-start: 0.67em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */
:where(hr) {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(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.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(button) {
  text-transform: none;
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, input:is([type='button' i], [type='reset' i], [type='submit' i])) {
  -webkit-appearance: button;
}
/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
:where(select) {
  text-transform: none;
}
/**
 * Remove the margin in Firefox and Safari.
 */
:where(textarea) {
  margin: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where(input[type='search' i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
:where(button, input:is([type='button' i], [type='color' i], [type='reset' i], [type='submit' i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:where(button, input:is([type='button' i], [type='color' i], [type='reset' i], [type='submit' i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:where(:-moz-ui-invalid) {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
:where(summary) {
  display: list-item;
} /*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-50%, #ddd),
    color-stop(150%, white)
  );
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(30%, #428bca),
    to(#b9d4ec)
  );
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(30%, #b4b9be),
    to(white)
  );
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(30%, #919ba5),
    to(white)
  );
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#428bca),
    to(#3071a9)
  );
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e0e4ea),
    to(#d1d6e0)
  );
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#20b426),
    to(#18891d)
  );
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(#e9e6e6)
  );
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(30%, #919ba5),
    to(#ffffff)
  );
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: '';
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

@font-face {
  font-family: 'EtelkaPro';
  src: url('../../assets/fonts/EtelkaPro-ExtraLight.woff2') format('woff2'),
    url('../../assets/fonts/EtelkaPro-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EtelkaPro';
  src: url('../../assets/fonts/EtelkaPro-Medium.woff2') format('woff2'),
    url('../../assets/fonts/EtelkaPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EtelkaPro';
  src: url('../../assets/fonts/EtelkaPro-Light.woff2') format('woff2'),
    url('../../assets/fonts/EtelkaPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'EtelkaPro';
  src: url('../../assets/fonts/EtelkaPro-Regular.woff2') format('woff2'),
    url('../../assets/fonts/EtelkaPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: unset !important;
  overflow-y: unset !important;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

p,
h2,
h3,
h1 {
  margin-top: 0;
  margin-bottom: 0;
}

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

button {
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  padding: 0;
}

input {
  border: 0;
  font-family: inherit;
}
input:focus-visible {
  outline: none;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  position: relative;
}
body.overflow-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.7);
  z-index: 99;
  touch-action: none;
  -ms-touch-action: none;
}
html.overflow,
body.overflow,
body.overflow-bg {
  overflow: hidden;
  position: relative;
  padding-right: 17px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  touch-action: none;
  -ms-touch-action: none;
}
@media (max-width: 1279px) {
  html.overflow,
  body.overflow,
  body.overflow-bg {
    padding-right: 0;
    height: 100%;
  }
}

.main.main--projects {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .main.main--projects {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main.main--projects {
    padding-bottom: 60px;
  }
}

.h1 {
  font-weight: 500;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -0.08em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 48px;
  }
}
.h1 span {
  font-weight: 200;
  font-size: 96px;
  line-height: 100%;
  margin-left: 20px;
  color: #9fa6b2;
}
@media (max-width: 767px) {
  .h1 span {
    font-size: 48px;
    margin-left: 5px;
  }
}

.h2 {
  font-size: 64px;
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

/** start loader **/
.lds-default {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@-webkit-keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/** end loader **/
.breadcrumbs {
  display: inline-block;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}

.breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 70px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .breadcrumbs__link {
    font-size: 12px;
  }
}
.breadcrumbs__link .arrow-back {
  margin-right: 5px;
}

.breadcrumbs__text {
  line-height: 13px;
}
@media (max-width: 767px) {
  .breadcrumbs__text {
    line-height: 12px;
  }
}

.projfilters {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .projfilters {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .projfilters__form {
    display: none;
    position: fixed;
    margin: 0;
    height: auto;
    top: auto;
    margin-top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100% - 90px);
    background: #fff;
    z-index: 999;
    border-radius: 30px 30px 0px 0px;
    padding: 30px;
    padding-right: 20px;
    -webkit-animation: content-show 0.4s ease-out;
    animation: content-show 0.4s ease-out;
    overflow-y: scroll;
  }
  .projfilters__form.is-show {
    display: block;
  }
}
@-webkit-keyframes content-show {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes content-show {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
.projfilters__form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 1024px) {
  .projfilters__form-wrap {
    display: block;
    height: 100%;
    padding-right: 10px;
    overflow-y: auto;
    margin: 0;
    position: relative;
  }
  .projfilters__form-wrap::-webkit-scrollbar {
    position: absolute;
    top: 0;
    width: 4px;
  }
  .projfilters__form-wrap::-webkit-scrollbar-track {
    background: #e5e7eb;
    border-radius: 4px;
  }
  .projfilters__form-wrap::-webkit-scrollbar-thumb {
    background-color: #9fa6b2;
    border-radius: 4px;
  }
}
.projfilters__item {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.projfilters__item.is-open .projfilters__item-head::before {
  opacity: 0;
}
.projfilters__item.is-open .projfilters__drop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .projfilters__item {
    width: 100%;
    margin: 0;
  }
  .projfilters__item:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
  }
}
.projfilters__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  padding-right: 45px;
  font-weight: 300;
  font-size: 24px;
  line-height: 23px;
  height: 83px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .projfilters__item-head {
    height: auto;
  }
}
.projfilters__item-head .arrow-back {
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.projfilters__item-head::after,
.projfilters__item-head::before {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 1px;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .projfilters__item-head::after,
  .projfilters__item-head::before {
    right: 20px;
  }
}
.projfilters__item-head::before {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
@media screen and (max-width: 1024px) {
  .projfilters__item-head {
    padding: 20px 0;
    padding-right: 34px;
    border-radius: 0;
  }
}
.projfilters__drop {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
  z-index: 4;
  max-height: 562px;
  overflow: hidden;
  -webkit-animation: filters-show 0.3s ease;
  animation: filters-show 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .projfilters__drop {
    max-height: 100%;
    position: static;
    padding: 0;
    padding-bottom: 20px;
    border-radius: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation: filters-open 0.3s ease;
    animation: filters-open 0.3s ease;
  }
}
.projfilters__drop-range {
  overflow: visible;
  padding-bottom: 43px;
}
.projfilters__drop-range .projfilters__drop-wrap {
  overflow-y: unset;
}
@-webkit-keyframes filters-show {
  from {
    top: calc(100% + 20px);
  }
  to {
    top: calc(100% + 10px);
  }
}
@keyframes filters-show {
  from {
    top: calc(100% + 20px);
  }
  to {
    top: calc(100% + 10px);
  }
}
@-webkit-keyframes filters-open {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  1% {
    display: block;
    opacity: 0.3;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  100% {
    display: block;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes filters-open {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  1% {
    display: block;
    opacity: 0.3;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  100% {
    display: block;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
.projfilters__inputs-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 30px;
  margin-bottom: 30px;
}
.projfilters__inputs-top-input {
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  padding: 10px;
  padding-bottom: 7px;
  max-width: 76px;
  background: #f0f2f3;
  color: #9fa6b2;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  font-family: 'Etelka Pro ', 'Arial';
  cursor: pointer;
}
.projfilters__inputs-top-input:focus,
.projfilters__inputs-top-input:active {
  color: #232323;
}
@media screen and (max-width: 1024px) {
  .projfilters__inputs-main {
    padding: 0 5px;
  }
}
.projfilters__drop-wrap {
  max-height: 502px;
  overflow-y: auto;
}
.projfilters__drop-wrap::-webkit-scrollbar {
  width: 4px;
}
.projfilters__drop-wrap::-webkit-scrollbar-track {
  background: #e5e7eb;
  border-radius: 4px;
}
.projfilters__drop-wrap::-webkit-scrollbar-thumb {
  background-color: #9fa6b2;
  border-radius: 4px;
}
.projfilters__drop-wrap-search {
  max-height: 433px;
}
@media screen and (max-width: 1024px) {
  .projfilters__drop-wrap-search {
    max-height: none;
  }
}
.projfilters__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.projfilters__field[hidden] {
  display: none;
}
.projfilters__field:not(:last-child) {
  margin-bottom: 15px;
}
.projfilters__field.projfilters__field-search {
  margin-bottom: 30px;
}
.projfilters__input-search {
  width: 100%;
  background-color: #f0f2f3;
  border: 1px solid #e5e7eb;
  color: #9fa6b2;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  padding: 12px;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .projfilters__input-search {
    width: 100%;
  }
}
.projfilters__input {
  position: absolute;
  width: 0;
  height: 0;
  top: 999999999px;
  right: 999999999px;
  visibility: hidden;
}
.projfilters__input:checked:not(.disabled) + .projfilters__check {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-color: #f7971d;
  background-color: #f7971d;
}
.projfilters__input:checked:not(.disabled)
  + .projfilters__check
  .projfilters__check-line:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.projfilters__input:checked:not(.disabled)
  + .projfilters__check
  .projfilters__check-line--short:after {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.projfilters__input:checked:not(.disabled)
  + .projfilters__check
  .projfilters__check-line--long:after {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.projfilters__check {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.projfilters__check-text {
  max-width: 59%;
}
.projfilters__check-line {
  position: absolute;
  left: 9px;
  bottom: 5.5px;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  width: 2px;
}
.projfilters__check-line:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 1px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
}
.projfilters__check-line--short {
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.projfilters__check-line--short::after {
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.projfilters__check-line--long {
  height: 11px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.projfilters__check-line--long::after {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.projfilters .irs--round .irs-handle {
  border: 2px solid #f7971d;
}
.projfilters .irs--round .irs-bar {
  background-color: #f7971d;
}
.projfilters .irs--round .irs-line {
  background-color: #e5e7eb;
}
.projfilters .irs--round .irs-from:before,
.projfilters .irs--round .irs-to:before,
.projfilters .irs--round .irs-single:before {
  display: none;
}
.projfilters .irs.irs--round {
  margin-top: -25px;
}
.projfilters .irs.irs--round > .irs {
  height: 100%;
}
.projfilters .irs--round .irs-from,
.projfilters .irs--round .irs-to,
.projfilters .irs--round .irs-single {
  top: calc(100% + 5px);
  background-color: transparent;
  color: #232323;
  font-weight: 300;
  font-size: 14px;
  line-height: 13px;
  font-family: 'Etelka Pro ', 'Arial';
}
.projfilters .irs--round .irs-handle {
  width: 26px;
  height: 26px;
}
.projfilters .irs--round .irs-min,
.projfilters .irs--round .irs-max {
  display: none;
}
.projfilters__btn-mobile {
  display: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 345px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 15px;
}
.projfilters__btn-mobile:hover {
  color: #f7971d;
}
.projfilters__btn-mobile .filters-icon {
  color: #232323;
  margin-right: 12px;
}

.projfilters__btn-mobile .filters-icon path {
  color: #232323;
}

.projfilters__btn-mobile:hover .filters-icon {
  color: #f7971d;
}

@media screen and (max-width: 1024px) {
  .projfilters__btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .projfilters__btn-mobile {
    max-width: 100%;
  }
}
.projfilters__btn-mobile-inner-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.projfilters__btn-mobile-inner-qty {
  border-radius: 18px;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  min-width: 20px;
  background-color: #f7971d;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  padding: 0 5px;
  line-height: 20px;
}

.filters-selected {
  display: none;
  margin-bottom: 60px;
}
.filters-selected.active {
  display: block;
}
@media screen and (max-width: 1024px) {
  .filters-selected {
    margin-bottom: 30px;
  }
}
.filters-selected__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .filters-selected__inner {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .filters-selected__inner::-webkit-scrollbar {
    height: 4px;
  }
  .filters-selected__inner::-webkit-scrollbar-track {
    background: #e5e7eb;
    border-radius: 4px;
  }
  .filters-selected__inner::-webkit-scrollbar-thumb {
    background-color: #9fa6b2;
    border-radius: 4px;
  }
}
.filters-selected__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.filters-selected__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
@media screen and (max-width: 1024px) {
  .filters-selected__block {
    display: block;
    padding-bottom: 10px;
  }
}
.filters-selected__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .filters-selected__group {
    display: block;
  }
}
.filters-selected__group:last-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .filters-selected__group:last-child {
    display: block;
  }
}
.filters-selected__title {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #7f8a9e;
  margin-right: 20px;
}
.filters-selected__name,
.filters-selected__btn-reset {
  display: inline-block;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  margin: 5px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 10px;
  text-align: center;
  position: relative;
  padding-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.filters-selected__btn-del,
.filters-selected__btn-del--year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background: #e5e7eb;
  border-radius: 50%;
  padding: 3px;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.filters-selected__btn-del .close-btn,
.filters-selected__btn-del--year .close-btn {
  color: #232323;
}

.projects {
  position: relative;
}

.projects__not-found {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.projects__section:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .projects__section:not(:last-child) {
    margin-bottom: 40px;
  }
}
.projects__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  .projects__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .projects__inner .projcard__title {
    font-size: 16px;
    line-height: 120%;
  }
  .projects__inner .projcard__city {
    font-size: 12px;
    line-height: 100%;
  }
}

.projects__inner--not-found {
  display: block;
}
.projects__detail {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1279px) {
  .projects__detail {
    display: block;
    margin-bottom: 80px;
  }
  .projects__detail .projcard__info {
    display: block;
    max-width: 100%;
  }
  .projects__detail .projcard__info-title {
    display: none;
  }
}
.projects__detail-title {
  display: none;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 20px;
}
.projects__detail-title span {
  color: #9fa6b2;
}
@media screen and (max-width: 1279px) {
  .projects__detail-title {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .projects__detail-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .projects__detail-title span {
    display: block;
  }
}
.projects__detail-thumbsSlider {
  max-width: calc(50% - 80px);
  width: 100%;
  margin-right: 60px;
}
@media screen and (max-width: 1279px) {
  .projects__detail-thumbsSlider {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.projects__btn-wrap {
  text-align: center;
}
.projects__btn-show-all {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 70px;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
.projects__btn-show-all:hover {
  background-color: #f7971d;
  color: #ffffff;
}
.projects__btn-show-all.disabled {
  pointer-events: none;
  background-color: #e5e7eb;
  color: #9fa6b2;
}

.projcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.projcard__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .projcard__head {
    margin-bottom: 5px;
  }
}
.projcard__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  max-width: 390px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
.projcard__title:hover {
  color: #f7971d;
}
@media screen and (max-width: 767px) {
  .projcard__title {
    font-size: 18px;
    max-width: calc(100% - 40px);
  }
}
.projcard__year {
  position: relative;
  top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #9fa6b2;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .projcard__year {
    font-size: 12px;
  }
}
.projcard__city {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .projcard__city {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.projcard__img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.projcard__img-wrap {
  width: 100%;
}
.projcard__image {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 75%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.4s ease 0s;
  transition: 0.4s ease 0s;
}
.projcard__image::after {
  content: '';
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000000),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
  -webkit-transition: 0.4s ease 0s;
  transition: 0.4s ease 0s;
}
.projcard__image:hover::after {
  display: block;
}
.projcard__image:hover .projcard__image-text {
  display: block;
}
@media screen and (max-width: 1279px) {
  .projcard__image:hover .projcard__image-text,
  .projcard__image:hover::after {
    display: none;
  }
}
.projcard-carditem {
  margin-right: 40px;
  max-width: 32%;
}
/* .projcard-carditem .projcard__image:hover::after {
  display: none;
} */
@media screen and (max-width: 1279px) {
  .projcard-carditem {
    max-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .projcard-carditem {
    max-width: 300px;
  }
}
.projcard__image-text {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  padding: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  -webkit-animation: text-show 0.4s ease-out;
  animation: text-show 0.4s ease-out;
}
@-webkit-keyframes text-show {
  from {
    top: 30px;
  }
  to {
    top: 0;
  }
}
@keyframes text-show {
  from {
    top: 30px;
  }
  to {
    top: 0;
  }
}
.projcard__image-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.projcard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projcard__info {
  max-width: calc(50% - 60px);
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .projcard__info {
    display: none;
  }
}
.projcard__info-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 20px;
}
.projcard__info-title span {
  color: #9fa6b2;
}
.projcard__info-group:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .projcard__info-group:not(:last-child) {
    margin-bottom: 20px;
  }
}

.projcard__info-group-description {
  margin-top: 15px;
}

.projcard__info-group-text {
  color: #7f8a9e;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .projcard__info-group-text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 100%;
  }
}
.projcard__info-group-tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px;
}
.projcard__info-group-tag-wrap .tippy-box {
  max-width: 573px !important;
  background-color: transparent;
}
.projcard__info-group-tag {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  position: relative;
  padding: 8px 15px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 3px;
}
.projcard__info-group-tag-wrapper {
  margin: -8px -15px;
  padding: 8px 15px;
}
.projcard__info-group-tag.tag-drop:hover,
.projcard__info-group-tag:hover {
  background-color: #9fa6b2;
  border-color: #9fa6b2;
  color: #ffffff;
}
.projcard__info-group-drop {
  display: none;
  position: absolute;
  bottom: 100%;
  width: 573px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 10px;
  color: #000;
  z-index: 100;
  cursor: auto;
}
@media screen and (max-width: 1024px) {
  .projcard__info-group-drop {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
    -webkit-animation: content-show 0.4s ease-out;
    animation: content-show 0.4s ease-out;
  }
}
.projcard__info-group-drop.is-active {
  display: block;
}
.projcard__info-group-drop-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 15px rgba(35, 35, 35, 0.14);
  box-shadow: 0px 5px 15px rgba(35, 35, 35, 0.14);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -5px;
  width: 573px;
}
@media screen and (max-width: 1024px) {
  .projcard__info-group-drop-wrap {
    border-radius: 30px 30px 0px 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-bottom: 0;
    width: auto;
  }
}
.projcard__info-group-drop-img {
  max-width: 158px;
  width: 100%;
  max-height: 158px;
  height: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.projcard__info-group-drop-img a {
  display: block;
  color: #232323;
}
@media screen and (max-width: 1024px) {
  .projcard__info-group-drop-img {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
}
.projcard__info-group-drop-images {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projcard__info-group-drop-content {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .projcard__info-group-drop-content {
    padding: 0;
  }
}
.projcard__info-group-drop-content-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  margin-bottom: 15px;
  transition: color .2s;
}
.projcard__info-group-drop-content-name:hover {
  color: #f77b1d;
}
.projcard__info-group-drop-content-cost {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000;
  margin-right: 15px;
}
.projcard__info-group-drop-content-stock {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}
.projcard__info-group-drop-content-stock.in-stock {
  color: #599d32;
}
.projcard__info-group-drop-content-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[data-modal] {
  pointer-events: initial;
}
.tooltip {
  position: relative;
}
.tooltip:after {
  content: '';
  display: none;
  position: absolute;
  width: 15px;
  height: 30px;
  top: -10px;
  left: 99%;
}
.tooltip:hover .tooltip__text,
.tooltip:hover:after {
  display: inline-block;
}
.tooltip__text > span {
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 8px;
}
.projcard__info-group-drop-content-tools .projcard__info-btn,
.projcard__info-group-drop-content-tools .projcard__info-favorite {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.projcard__info-group-drop-content-tools .projcard__info-btn {
  margin-right: 10px;
  line-height: 40px;
}
.projcard__info-group-drop-content-tools .projcard__info-favorite {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 1px solid #232323;
  border-radius: 5px;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
  color: #232323;
  position: static;
  opacity: 1;
}
.projcard__info-group-drop-content-tools .projcard__info-favorite:hover {
  border-color: #f7971d;
  color: #f7971d;
}
.projcard__info-group-drop-content-tools .projcard__info-favorite .star {
  width: 24px !important;
  height: 24px !important;
}
.projcard__info-group-drop-content-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.projcard__info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  .projcard__info-text {
    font-size: 14px;
  }
}
.projcard__info-btn {
  display: inline-block;
  background-color: #232323;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
  border-radius: 10px;
  padding: 0 30px;
  line-height: 50px;
  -webkit-transition: 0.2s ease 0s;
  transition: 0.2s ease 0s;
}
.projcard__info-btn:hover {
  background-color: #f7971d;
}
@media screen and (max-width: 1024px) {
  .projcard__info-btn {
    padding: 0 20px;
    font-size: 12px;
  }
}

.projslider__thumbsSlider-top {
  max-height: 600px;
  border-radius: 15px;
  margin-bottom: 10px;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .projslider__thumbsSlider-top {
    height: calc(75vw - 30px);
    max-height: none;
  }
}
.projslider__thumbsSlider-top-slide {
  border-radius: 15px;
  overflow: hidden;
}
.projslider__thumbsSlider-top.thumbsSlider-detailTop-popup {
  position: relative;
  max-height: 900px;
  width: 100%;
  border: 2px solid #ffffff;
}
@media screen and (max-width: 1279px) {
  .projslider__thumbsSlider-top.thumbsSlider-detailTop-popup {
    height: calc(100vw - 160px);
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  .projslider__thumbsSlider-top.thumbsSlider-detailTop-popup {
    height: 100vw;
    border-radius: 0;
    border: none;
  }
}
.projslider__thumbsSlider-top-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projslider__thumbsSlider-top-wrapper {
  position: relative;
}
.projslider__thumbsSlider-top-wrapper .swiper-button-next,
.projslider__thumbsSlider-top-wrapper .swiper-button-prev {
  background-image: none;
  display: none;
  width: 60px;
  height: 120px;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 15px 0 0 15px;
  cursor: pointer;
}
.projslider__thumbsSlider-top-wrapper .swiper-button-next .arrow-back,
.projslider__thumbsSlider-top-wrapper .swiper-button-prev .arrow-back {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.projslider__thumbsSlider-top-wrapper .swiper-button-next {
  right: -60px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.projslider__thumbsSlider-top-wrapper .swiper-button-prev {
  left: -60px;
}
.projslider__thumbsSlider-top-wrapper .swiper-button-disabled {
  background: rgba(255, 255, 255, 0.3);
  opacity: unset;
  cursor: auto;
}
.projslider__thumbsSlider-top-wrapper .swiper-button-disabled .arrow-back {
  color: #ffffff;
}
.projslider__thumbsSlider-bottom {
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .projslider__thumbsSlider-bottom {
    border-radius: 5px;
  }
}
.projslider__thumbsSlider-bottom-slide {
  display: block;
  position: relative;
  padding-top: 11.25%;
  max-width: 90px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .projslider__thumbsSlider-bottom-slide {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .projslider__thumbsSlider-bottom-slide {
    padding-top: 17.7%;
    border-radius: 5px;
  }
}
.projslider__thumbsSlider-bottom-slide-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.projslider__thumbsSlider-bottom .swiper-button-next,
.projslider__thumbsSlider-bottom .swiper-button-prev {
  background-image: none;
  margin-top: 0;
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .projslider__thumbsSlider-bottom .swiper-button-next,
  .projslider__thumbsSlider-bottom .swiper-button-prev {
    width: 20px;
  }
}
.projslider__thumbsSlider-bottom .swiper-button-next:hover,
.projslider__thumbsSlider-bottom .swiper-button-prev:hover {
  background-color: rgb(0, 0, 0);
}
.projslider__thumbsSlider-bottom .swiper-button-next .arrow-back,
.projslider__thumbsSlider-bottom .swiper-button-prev .arrow-back {
  color: #fff;
}
.projslider__thumbsSlider-bottom .swiper-button-disabled {
  display: none;
}
.projslider__thumbsSlider-bottom .swiper-button-next {
  right: 0;
}
.projslider__thumbsSlider-bottom .swiper-button-next .arrow-back {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.projslider__thumbsSlider-bottom .swiper-button-prev {
  left: 0;
}

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.projslider {
  height: 100%;
  overflow: visible !important;
}
@media screen and (max-width: 1279px) {
  .projslider {
    overflow: hidden !important;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.projslider__item {
  height: auto !important;
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .projslider__item {
    max-width: 300px;
  }
}

.projslider .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  top: calc(50% + 120px);
  -webkit-transform: translateY(calc(50% - 120px));
  transform: translateY(calc(50% - 120px));
  left: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.projslider .swiper-button-prev::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  background-image: url('../../assets/images/arrow-slider.svg');
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1279px) {
  .projslider .swiper-button-prev {
    display: none;
  }
}
.projslider .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #ffffff;
  position: absolute;
  z-index: 2;
  top: calc(50% + 120px);
  -webkit-transform: translateY(calc(50% - 120px));
  transform: translateY(calc(50% - 120px));
  right: 40px;
  border-radius: 15px;
  cursor: pointer;
}
.projslider .swiper-button-next::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url('../../assets/images/arrow-slider.svg');
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1279px) {
  .projslider .swiper-button-next {
    display: none;
  }
}
.projslider .swiper-button-disabled {
  display: none;
}

.popup {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(10, 10, 43, 0.7);
  padding: 20px 80px;
  background-color: rgba(35, 35, 35, 0.7);
  z-index: 99;
}
@media (max-width: 767px) {
  .popup {
    padding: 70px 0;
  }
}
.popup.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-project-detail .popup__wrapper {
  max-width: 1200px;
}
.popup .projslider__thumbsSlider-top {
  margin-bottom: 0;
}
.popup__wrapper {
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .popup__wrapper {
    position: static;
  }
}
.popup__inner {
  width: 100%;
}
.popup .projslider__thumbsSlider-top-wrapper .swiper-button-prev,
.popup .projslider__thumbsSlider-top-wrapper .swiper-button-next {
  display: block;
}
@media screen and (max-width: 767px) {
  .popup .projslider__thumbsSlider-top-wrapper .swiper-button-prev,
  .popup .projslider__thumbsSlider-top-wrapper .swiper-button-next {
    display: none;
  }
}
.popup .pagination-thumbsSliderTop {
  display: none;
  position: absolute;
  top: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  z-index: 2;
  width: auto;
  bottom: unset;
}
@media screen and (max-width: 767px) {
  .popup .pagination-thumbsSliderTop {
    display: block;
  }
}
.popup .close-btn {
  position: absolute;
  top: 0;
  right: -40px;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .popup .close-btn {
    top: 35px;
    right: 20px;
  }
}

.hide-text {
  -webkit-line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.js-show-more-text {
  cursor: pointer;
  margin-bottom: 20px;
  color: #7f8a9e;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}

[data-tippy-root] {
  z-index: 1000 !important;
}

.body-lock {
  overflow: hidden;
  touch-action: none;
}

/* hover on slider */
.custom-bullet-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 10;
}

.custom-bullet {
  height: 100%;
}

.filters-selected__name[data-id='0'] {
  display: none;
}

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