@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress */
/* # =================================================================
 * # Global selectors
 * # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
 * # General elements
 * # ================================================================= */
/* Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/** Correct `block` display not defined for any HTML5 element in IE 8/9
 ** Correct `block` display not defined for `details` or `summary` in IE 10/11
 ** and Firefox
 ** Correct `block` display not defined for `main` in IE 11 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
 * # Forms
 * # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
 * # Specify media element style
 * # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
 * # Accessibility
 * # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
 * # Selection
 * # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*! system-font.css v2.0.2 | CC0-1.0 License | github.com/jonathantneal/system-font-css */
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Segoe UI Light"), local("Ubuntu Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 300;
  src: local(".SFNSText-LightItalic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Light Italic"), local("Ubuntu Light Italic"), local("Roboto-LightItalic"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  src: local(".SFNSText-Regular"), local(".HelveticaNeueDeskInterface-Regular"), local(".LucidaGrandeUI"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 400;
  src: local(".SFNSText-Italic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Italic"), local("Ubuntu Italic"), local("Roboto-Italic"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  src: local(".SFNSText-Medium"), local(".HelveticaNeueDeskInterface-MediumP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold"), local("Ubuntu Medium"), local("Roboto-Medium"), local("DroidSans-Bold"), local("Tahoma Bold");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 500;
  src: local(".SFNSText-MediumItalic"), local(".HelveticaNeueDeskInterface-MediumItalicP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold Italic"), local("Ubuntu Medium Italic"), local("Roboto-MediumItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
}
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  src: local(".SFNSText-Bold"), local(".HelveticaNeueDeskInterface-Bold"), local(".LucidaGrandeUI"), local("Segoe UI Bold"), local("Ubuntu Bold"), local("Roboto-Bold"), local("DroidSans-Bold"), local("Tahoma Bold");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 700;
  src: local(".SFNSText-BoldItalic"), local(".HelveticaNeueDeskInterface-BoldItalic"), local(".LucidaGrandeUI"), local("Segoe UI Bold Italic"), local("Ubuntu Bold Italic"), local("Roboto-BoldItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none;
}

.invisible {
  opacity: 0;
  pointer-events: none;
}

.visible {
  opacity: 1;
  pointer-events: all;
}

:root {
  font-size: 24px;
}

:root,
body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.rel {
  position: relative;
}

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

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

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

@media (max-width: 575px) {
  .text-xs-left {
    text-align: left;
  }
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
}

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left;
  }
}

@media (min-width: 1920px) {
  .text-xxxl-left {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .text-xs-right {
    text-align: right;
  }
}

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .text-xl-right {
    text-align: right;
  }
}

@media (min-width: 1600px) {
  .text-xxl-right {
    text-align: right;
  }
}

@media (min-width: 1920px) {
  .text-xxxl-right {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .text-xs-center {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-xl-center {
    text-align: center;
  }
}

@media (min-width: 1600px) {
  .text-xxl-center {
    text-align: center;
  }
}

@media (min-width: 1920px) {
  .text-xxxl-center {
    text-align: center;
  }
}

/* montserrat-300 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-300.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-300.woff") format("woff"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-300.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-300.svg#Montserrat") format("svg"); /* Legacy iOS */
  font-display: fallback;
}
/* montserrat-regular - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-regular.woff") format("woff"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
  font-display: fallback;
}
/* montserrat-500 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-500.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-500.woff") format("woff"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-500.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-500.svg#Montserrat") format("svg"); /* Legacy iOS */
  font-display: fallback;
}
/* montserrat-600 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-600.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-600.woff") format("woff"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-600.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-600.svg#Montserrat") format("svg"); /* Legacy iOS */
  font-display: fallback;
}
/* montserrat-700 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-700.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-700.woff") format("woff"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-700.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-700.svg#Montserrat") format("svg"); /* Legacy iOS */
  font-display: fallback;
  font-display: fallback;
}
/* montserrat-italic - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-italic.woff2") format("woff2"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-italic.woff") format("woff"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-italic.ttf") format("truetype"), url("../fonts/montserrat-v25-latin-ext_latin_cyrillic-italic.svg#Montserrat") format("svg"); /* Legacy iOS */
  font-display: fallback;
}
:root,
body {
  scroll-behavior: smooth;
  min-width: 1000px !important;
}

:root {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 1.75;
  color: #1E1E1E;
  background-color: #FFFFFF;
}

p {
  text-align: justify;
}

p:not(:last-child) {
  margin-bottom: 1.5em;
}

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

.js-h1 {
  font-size: 2.6666666667rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.22;
}

.js-h2, .js-home-section-heading {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.22;
}

.js-h3, .js-home-concept-list li, .js-home-values-list li,
.js-h4 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.22;
}

.js-mobmenu-background,
.js-mobmenu-content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1000ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.js-mobmenu-background.active,
.js-mobmenu-content.active {
  opacity: 1;
  pointer-events: all;
}

.js-mobmenu-background {
  mix-blend-mode: multiply;
  background-color: #12292F;
  z-index: 500;
}

.js-mobmenu-content {
  z-index: 501;
  padding-top: 2.375rem;
  color: #A8692C;
}
.js-mobmenu-content .js-burger {
  position: absolute;
  top: 0.6666666667rem;
  right: 15px;
}
@media (min-width: 576px) {
  .js-mobmenu-content .js-burger {
    right: calc(50vw - 270px + 15px);
  }
}
@media (min-width: 768px) {
  .js-mobmenu-content .js-burger {
    right: calc(50vw - 360px + 15px);
  }
}
@media (min-width: 992px) {
  .js-mobmenu-content .js-burger {
    right: calc(50vw - 480px + 15px);
  }
}
@media (min-width: 1200px) {
  .js-mobmenu-content .js-burger {
    right: calc(50vw - 570px + 15px);
  }
}
.js-mobmenu-content .js-mobmenu-menu {
  list-style: none;
  padding-left: 0;
}
.js-mobmenu-content .js-mobmenu-menu li {
  margin-bottom: 1em;
}
.js-mobmenu-content .js-mobmenu-menu a {
  text-decoration: none;
  text-transform: uppercase;
}

.js-header {
  height: 3.3333333333rem;
  color: #A8692C;
  background-color: rgba(228, 237, 239, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 499;
}
.js-header .row {
  align-items: center;
  height: 3.3333333333rem;
}
.js-header-menu {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.js-header-menu ul {
  list-style: none;
  padding: 0;
}
.js-header-menu ul li {
  display: inline-block;
}
.js-header-menu ul li:not(:last-child) {
  margin-right: 1.2em;
}
.js-header-menu ul a {
  color: inherit;
  text-decoration: none;
}

.js-burger img, .js-burger svg {
  vertical-align: middle;
}
.js-burger svg .middle,
.js-burger svg .top .line,
.js-burger svg .bottom .line {
  transition: 500ms;
}
.js-burger svg .top,
.js-burger svg .bottom {
  transition: 500ms;
  transform: translate(0, 0);
}
.js-burger svg .top .line {
  transform-origin: 50% 29%;
}
.js-burger svg .bottom .line {
  transform-origin: 50% 71%;
}
.js-burger.active svg .middle {
  opacity: 0;
}
.js-burger.active svg .top {
  transform: translate(0, 21%);
}
.js-burger.active svg .top .line {
  transform: rotate(45deg);
}
.js-burger.active svg .bottom {
  transform: translate(0, -21%);
}
.js-burger.active svg .bottom .line {
  transform: rotate(-45deg);
}

.js-footer {
  background: linear-gradient(180deg, #1C3A42 0%, #12292F 100%);
  padding-top: 2.0833333333rem;
  padding-bottom: 1.4583333333rem;
  font-size: 0.5833333333rem;
  color: #A8692C;
}
.js-footer-logo {
  margin-top: -0.625rem;
  width: 100%;
  max-width: 220px;
}
.js-footer-menu {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .js-footer-menu li {
    display: inline-block;
  }
}
.js-footer-menu a {
  text-decoration: none;
}
.js-footer-menu > li > a {
  font-size: 0.6666666667rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .js-footer-menu > li:not(:last-child) {
    margin-right: 2em;
  }
}
.js-footer-menu li li {
  display: block;
}

.js-subfooter {
  background-color: §§ #12292F;
  color: #99B3D2;
  border-top: 1px solid currentColor;
  padding-top: 1.1666666667rem;
  padding-bottom: 1.1666666667rem;
  font-size: 0.5rem;
}
.js-subfooter-networks {
  list-style: none;
}
.js-subfooter-networks li {
  display: inline-block;
}
.js-subfooter-networks li:not(:last-child) {
  margin-right: 1.3333333333rem;
}

.js-home-top .js-slider {
  aspect-ratio: 1440/791;
}

.js-floors {
  position: relative;
  min-height: 28.3333333333rem;
}
@media (min-width: 1200px) {
  .js-floors {
    aspect-ratio: 1440/790;
  }
}
.js-floors .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  transition: opacity 100ms;
}
.js-floors .slide.active {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.js-floors .slide .sidebar {
  width: 10.8333333333rem;
  height: calc(100% - 3.3333333333rem);
  background: rgba(18, 41, 47, 0.7);
  position: absolute;
  left: 0;
  top: 3.3333333333rem;
  padding: 1.2916666667rem 3.9166666667rem 0rem 1.875rem;
  z-index: 10;
  font-size: 0.5833333333rem;
  color: #A8692C;
  text-align: right;
}
.js-floors .slide .sidebar .menu {
  list-style: none;
  padding: 0;
}
.js-floors .slide .sidebar .menu li:not(:last-child) {
  margin-bottom: 1.5em;
}
.js-floors .slide .sidebar .menu a {
  text-decoration: none;
}
.js-floors .slide .sidebar .menu a:hover {
  text-decoration: underline;
}
.js-floors .slide.buildings,
.js-floors .slide.apartments,
.js-floors .slide.lofts {
  overflow: hidden;
}
.js-floors .slide.buildings .sidebar,
.js-floors .slide.apartments .sidebar,
.js-floors .slide.lofts .sidebar {
  color: #FFFFFF;
}
.js-floors .slide.buildings .menu,
.js-floors .slide.apartments .menu,
.js-floors .slide.lofts .menu {
  margin-top: 1.3333333333rem;
}
.js-floors-background, .js-floors-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.js-floors-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-floors-overlay {
  z-index: 5;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.js-floors-overlay .floor {
  opacity: 0;
  transition: 250ms;
  cursor: pointer;
}
.js-floors-overlay .floor:hover {
  opacity: 1;
}
.js-floors .afloors .background,
.js-floors .lfloors .background,
.js-floors .apts .background,
.js-floors .lofts .background {
  position: absolute;
  left: 0;
  top: 3.3333333333rem;
  width: 100%;
  height: calc(100% - 3.3333333333rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.js-floors .afloors .content,
.js-floors .lfloors .content,
.js-floors .apts .content,
.js-floors .lofts .content {
  position: absolute;
  left: 10.8333333333rem;
  top: 3.3333333333rem;
  height: calc(100% - 3.3333333333rem);
  width: calc(100% - 10.8333333333rem);
  background-color: #F0F0F0;
  padding: 2.0833333333rem;
  padding-left: 13.3333333333rem;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .js-floors .afloors .content,
  .js-floors .lfloors .content,
  .js-floors .apts .content,
  .js-floors .lofts .content {
    padding-right: calc(50vw - 270px + 15px);
  }
}
@media (min-width: 768px) {
  .js-floors .afloors .content,
  .js-floors .lfloors .content,
  .js-floors .apts .content,
  .js-floors .lofts .content {
    padding-right: calc(50vw - 360px + 15px);
  }
}
@media (min-width: 992px) {
  .js-floors .afloors .content,
  .js-floors .lfloors .content,
  .js-floors .apts .content,
  .js-floors .lofts .content {
    padding-right: calc(50vw - 480px + 15px);
  }
}
@media (min-width: 1200px) {
  .js-floors .afloors .content,
  .js-floors .lfloors .content,
  .js-floors .apts .content,
  .js-floors .lofts .content {
    padding-right: calc(50vw - 570px + 15px);
  }
}
.js-floors .afloors .logo,
.js-floors .lfloors .logo,
.js-floors .apts .logo,
.js-floors .lofts .logo {
  position: absolute;
  top: 2.0833333333rem;
  left: 2.0833333333rem;
  width: 4.1666666667rem;
}
.js-floors .afloors .compass,
.js-floors .lfloors .compass,
.js-floors .apts .compass,
.js-floors .lofts .compass {
  position: absolute;
  top: 2.0833333333rem;
  width: 3.0833333333rem;
  right: 15px;
  display: none;
}
@media (min-width: 576px) {
  .js-floors .afloors .compass,
  .js-floors .lfloors .compass,
  .js-floors .apts .compass,
  .js-floors .lofts .compass {
    display: block;
    right: calc(50vw - 270px + 15px - 3.0833333333rem);
  }
}
@media (min-width: 768px) {
  .js-floors .afloors .compass,
  .js-floors .lfloors .compass,
  .js-floors .apts .compass,
  .js-floors .lofts .compass {
    right: calc(50vw - 360px + 15px - 3.0833333333rem);
  }
}
@media (min-width: 992px) {
  .js-floors .afloors .compass,
  .js-floors .lfloors .compass,
  .js-floors .apts .compass,
  .js-floors .lofts .compass {
    right: calc(50vw - 480px + 15px - 3.0833333333rem);
  }
}
@media (min-width: 1200px) {
  .js-floors .afloors .compass,
  .js-floors .lfloors .compass,
  .js-floors .apts .compass,
  .js-floors .lofts .compass {
    right: calc(50vw - 570px + 15px - 3.0833333333rem);
  }
}
.js-floors .afloors .legend,
.js-floors .lfloors .legend,
.js-floors .apts .legend,
.js-floors .lofts .legend {
  position: absolute;
  bottom: 2.0833333333rem;
  left: 13.3333333333rem;
}
.js-floors .afloors .legend .sold,
.js-floors .afloors .legend .available,
.js-floors .lfloors .legend .sold,
.js-floors .lfloors .legend .available,
.js-floors .apts .legend .sold,
.js-floors .apts .legend .available,
.js-floors .lofts .legend .sold,
.js-floors .lofts .legend .available {
  line-height: 1;
  font-size: 0.5833333333rem;
}
.js-floors .afloors .legend .sold:not(:last-child),
.js-floors .afloors .legend .available:not(:last-child),
.js-floors .lfloors .legend .sold:not(:last-child),
.js-floors .lfloors .legend .available:not(:last-child),
.js-floors .apts .legend .sold:not(:last-child),
.js-floors .apts .legend .available:not(:last-child),
.js-floors .lofts .legend .sold:not(:last-child),
.js-floors .lofts .legend .available:not(:last-child) {
  margin-right: 2em;
}
.js-floors .afloors .legend .sold::before,
.js-floors .afloors .legend .available::before,
.js-floors .lfloors .legend .sold::before,
.js-floors .lfloors .legend .available::before,
.js-floors .apts .legend .sold::before,
.js-floors .apts .legend .available::before,
.js-floors .lofts .legend .sold::before,
.js-floors .lofts .legend .available::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  border: solid 2px currentColor;
  vertical-align: middle;
  position: relative;
  top: -0.2em;
}
.js-floors .afloors .legend .available::before,
.js-floors .lfloors .legend .available::before,
.js-floors .apts .legend .available::before,
.js-floors .lofts .legend .available::before {
  background-color: #E8E8E8;
}
.js-floors .afloors .legend .sold::before,
.js-floors .lfloors .legend .sold::before,
.js-floors .apts .legend .sold::before,
.js-floors .lofts .legend .sold::before {
  background-color: #979797;
}
.js-floors .afloors .floorplan,
.js-floors .lfloors .floorplan,
.js-floors .apts .floorplan,
.js-floors .lofts .floorplan {
  display: block;
  float: right;
  margin-right: 1.6666666667rem;
  width: 100%;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.js-floors .afloors .floorplan.active,
.js-floors .lfloors .floorplan.active,
.js-floors .apts .floorplan.active,
.js-floors .lofts .floorplan.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.js-floors .apts .content,
.js-floors .lofts .content {
  padding: 0;
}
.js-floors .apts .aptplan,
.js-floors .lofts .aptplan {
  display: block;
  float: right;
  margin-right: 1.6666666667rem;
  width: 100%;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.js-floors .apts .aptplan.active,
.js-floors .lofts .aptplan.active {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.js-floors .apts .aptinfo,
.js-floors .lofts .aptinfo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13.3333333333rem;
  border-top: 2px solid #A8692C;
  border-bottom: 2px solid #A8692C;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 4em;
  margin-left: 2.0833333333rem;
  font-size: 0.6666666667rem;
}
.js-floors .apts .aptinfo table,
.js-floors .lofts .aptinfo table {
  width: 100%;
}
.js-floors .apts .aptinfo table tr:first-child th,
.js-floors .apts .aptinfo table tr:first-child td,
.js-floors .lofts .aptinfo table tr:first-child th,
.js-floors .lofts .aptinfo table tr:first-child td {
  padding-bottom: 1em;
}
.js-floors .apts .aptinfo table th,
.js-floors .lofts .aptinfo table th {
  text-align: left;
  font-weight: 400;
}
.js-floors .apts .aptinfo table td,
.js-floors .lofts .aptinfo table td {
  text-align: right;
}
.js-floors .apts .aptinfo table .number,
.js-floors .lofts .aptinfo table .number {
  color: #A8692C;
  font-size: 2em;
  padding-bottom: 0.5em;
}
.js-floors .floorplan .apt {
  cursor: pointer;
}
.js-floors .floorplan .apt .bg {
  fill: #E8E8E8;
  transition: fill 250ms;
}
.js-floors .floorplan .apt:hover .bg {
  fill: #979797;
}

.js-slider {
  position: relative;
  color: #FFFFFF;
}
.js-slider-slide {
  opacity: 0;
  pointer-events: none;
}
.js-slider-slide.active {
  opacity: 1;
  pointer-events: all;
}
.js-slider-slide, .js-slider-slide-background, .js-slider-slide-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.js-slider-slide-background {
  -o-object-fit: cover;
     object-fit: cover;
}
.js-slider-slide-content {
  background-color: transparent;
  display: flex;
  align-items: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

.js-home-section-heading {
  margin-bottom: 2.0416666667rem;
  margin-left: 3.9583333333rem;
}
.js-home-section-readmore {
  text-align: right;
  margin-top: 1.3333333333rem;
  margin-bottom: 1.3333333333rem;
}

.js-home-values {
  padding-top: 2.6666666667rem;
  padding-bottom: 9.0416666667rem;
  background: linear-gradient(180deg, rgba(228, 237, 239, 0.9) 0%, rgba(228, 237, 239, 0) 100%);
}
.js-home-values-list {
  list-style: none;
  padding-left: 7.7916666667rem;
}
.js-home-values-list li {
  position: relative;
}
.js-home-values-list li:not(:last-child) {
  margin-bottom: 2.3333333333rem;
}
.js-home-values-list li .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 5.125rem);
}

.js-home-concept {
  padding-top: 3.5416666667rem;
  margin-bottom: 3.8333333333rem;
}
.js-home-concept-image {
  width: 100%;
  max-width: 18.5833333333rem;
  aspect-ratio: 446/544;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(12px 12px 32px rgba(0, 0, 0, 0.3));
  margin-left: 3.9583333333rem;
  margin-bottom: 2.6666666667rem;
  display: block;
  float: right;
  margin-top: -9.0833333333rem;
}
.js-home-concept-list {
  list-style: none;
  padding-left: 10.6666666667rem;
  margin-top: 4.1666666667rem;
}
.js-home-concept-list li {
  position: relative;
}
.js-home-concept-list li:not(:last-child) {
  margin-bottom: 1.5833333333rem;
}
.js-home-concept-list li .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.js-home-concept-list li:nth-child(2n) .icon {
  right: calc(100% + 1.5833333333rem);
}
.js-home-concept-list li:nth-child(2n+1) .icon {
  right: calc(100% + 6.2083333333rem);
}

.js-readmore {
  font-size: 0.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #A8692C;
}
.js-readmore svg,
.js-readmore img {
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -0.1em;
}

.js-home-slider .js-slider {
  aspect-ratio: 1440/500;
}
.js-home-slider .js-slider-slide-content {
  align-items: flex-end;
  padding-bottom: 1.4583333333rem;
}

.js-home-gradient {
  background: linear-gradient(180deg, #FFF8EA 0%, rgba(255, 248, 234, 0) 100%);
  margin-top: 3.5833333333rem;
}

.js-home-jurmala {
  position: relative;
  top: -4.0833333333rem;
}
.js-home-jurmala-image {
  width: 100%;
  max-width: 18.5833333333rem;
  aspect-ratio: 446/600;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 3.9583333333rem;
  margin-bottom: 2.6666666667rem;
  display: block;
  float: left;
  margin-top: 4.0833333333rem;
}

.js-home-space {
  margin-bottom: 7.0416666667rem;
}
.js-home-space-list {
  list-style: none;
  padding-left: 14.625rem;
}
.js-home-space-list li {
  position: relative;
}
.js-home-space-list li:not(:last-child) {
  margin-bottom: 3em;
}
.js-home-space-list li h3 {
  margin-bottom: 1.5em;
}
.js-home-space-list li .icon {
  position: absolute;
  top: 0;
  right: calc(100% + 3em);
}

.js-home-terrace,
.js-home-apartments {
  position: relative;
  margin-top: -3.3333333333rem;
}
.js-home-terrace-heading,
.js-home-apartments-heading {
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

.js-home-terrace {
  padding-bottom: 5.7916666667rem;
}
.js-home-terrace-heading {
  margin-bottom: 4.0833333333rem;
}

.js-home-lofts {
  margin-top: 2.7916666667rem;
  margin-bottom: 2.7916666667rem;
}

.js-home-smart {
  margin-top: 2.7916666667rem;
  margin-bottom: 12.875rem;
}
.js-home-smart-list {
  list-style: none;
  padding-left: 7.9166666667rem;
  margin-top: 5.0416666667rem;
}
.js-home-smart-list li {
  position: relative;
}
.js-home-smart-list li:not(:last-child) {
  margin-bottom: 3em;
}
.js-home-smart-list li .icon {
  position: absolute;
  top: 0.5em;
  right: calc(100% + 7.9166666667rem);
  transform: translateX(100%);
}

.js-home-gradient2 {
  background: linear-gradient(180deg, #FFF7EA 0%, rgba(255, 247, 234, 0) 57.96%);
}

.js-home-infrastructure {
  position: relative;
  margin-top: -3.3333333333rem;
  margin-bottom: 5.1666666667rem;
}
.js-home-infrastructure-heading {
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
.js-home-infrastructure-list {
  list-style: none;
  padding-left: 7.9166666667rem;
  margin-top: 4rem;
}
.js-home-infrastructure-list li {
  position: relative;
}
.js-home-infrastructure-list li:not(:last-child) {
  margin-bottom: 3em;
}
.js-home-infrastructure-list li .icon {
  position: absolute;
  top: 0.5em;
  right: calc(100% + 7.9166666667rem);
  transform: translateX(100%);
}

.js-home-contacts {
  margin-bottom: 6.375rem;
}

.js-flats-type {
  display: flex;
}
.js-flats-type input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.js-flats-type label {
  display: block;
  height: 5.2em;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.229;
  color: #A8692C;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .js-flats-type label {
    font-size: 0.9583333333rem;
  }
}
@media (min-width: 768px) {
  .js-flats-type label {
    font-size: 1.2916666667rem;
  }
}
@media (min-width: 992px) {
  .js-flats-type label {
    font-size: 1.7083333333rem;
  }
}
@media (min-width: 1200px) {
  .js-flats-type label {
    font-size: 2rem;
  }
}
.js-flats-type label span {
  display: block;
}
.js-flats-type label:nth-child(2n+1) {
  border-right: 1px solid currentColor;
  justify-content: flex-end;
}
.js-flats-type label:nth-child(2n):after {
  order: -1;
}
.js-flats-type label:after {
  content: "";
  display: block;
  width: 0.667em;
  height: 0.667em;
  border-radius: 50%;
  border: 1px solid currentColor;
  margin: 0 1em;
  flex-shrink: 0;
  flex-grow: 0;
}
.js-flats-type input#id_type_apartments:checked ~ label[for=id_type_apartments]:after,
.js-flats-type input#id_type_lofts:checked ~ label[for=id_type_lofts]:after {
  background-color: currentColor;
}
.js-flats-filter {
  margin-top: 2.0833333333rem;
  font-size: 0.6666666667rem;
  padding-bottom: 1.9583333333rem;
  border-bottom: 2px solid #A8692C;
}
.js-flats-filter .item {
  margin-bottom: 1.9583333333rem;
}
.js-flats-filter label {
  display: block;
  margin-bottom: 1.1666666667rem;
  white-space: nowrap;
}
.js-flats-filter .indicator {
  width: 50%;
  float: left;
  margin-top: 0.6666666667rem;
}
.js-flats-filter .indicator:last-child {
  text-align: right;
}
.js-flats-filter .ui-slider.ui-slider.ui-slider.ui-slider.ui-slider.ui-slider {
  background-color: transparent;
  height: 1;
  border: none;
  border-top: 2px solid #ADADAD;
  border-radius: 0;
  position: relative;
}
.js-flats-filter .ui-slider.ui-slider.ui-slider.ui-slider.ui-slider.ui-slider .ui-slider-handle {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  border-radius: 50%;
  border: 2px solid #A8692C;
  margin-left: -0.375rem;
  top: -0.375rem;
}
.js-flats-filter .ui-slider.ui-slider.ui-slider.ui-slider.ui-slider.ui-slider .ui-state-active {
  background-color: #A8692C;
}
.js-flats-filter .ui-slider.ui-slider.ui-slider.ui-slider.ui-slider.ui-slider .ui-slider-range {
  background-color: transparent;
  height: 1;
  border: none;
  border-top: 2px solid #A8692C;
  border-radius: 0;
  top: -2px;
}
.js-flats-table {
  margin-top: 3.7083333333rem;
  margin-bottom: 6.6666666667rem;
  overflow-x: scroll;
}
.js-flats-table table {
  width: 100%;
  min-width: 41.6666666667rem;
  font-size: 0.6666666667rem;
  text-transform: uppercase;
  border-spacing: 0;
  border-collapse: collapse;
}
.js-flats-table table td,
.js-flats-table table th {
  width: 16.667%;
  padding: 1.1666666667rem 0;
}
.js-flats-table table th {
  font-weight: 400;
  text-align: left;
}
.js-flats-table table td.number {
  color: #A8692C;
  font-size: 1.3333333333rem;
  font-weight: 300;
}
.js-flats-table table td.number a {
  color: currentColor;
  text-decoration: none;
}
.js-flats-table table tbody tr td, .js-flats-table table tbody tr th {
  border-bottom: 1px solid #A8692C;
}
.js-flats-table table tbody tr.filtered-out {
  display: none;
}

.js-selector-popup {
  position: absolute;
  z-index: 100;
  top: 400px;
  left: 400px;
  width: 10.4166666667rem;
  height: 9.5833333333rem;
  background-color: #282B2E;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-5.2083333333rem, -10.2083333333rem);
}
.js-selector-popup.active {
  opacity: 1;
  pointer-events: all;
}
.js-selector-popup:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #A8692C;
  top: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
  right: 0.625rem;
  z-index: 1;
}
.js-selector-popup:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.5833333333rem;
  left: calc(50% - 2.1666666667rem);
  border-top: solid #282B2E 1.3333333333rem;
  border-left: solid transparent 2.125rem;
  border-right: solid transparent 2.125rem;
}
.js-selector-popup .numblock,
.js-selector-popup .floorblock,
.js-selector-popup .mainblock {
  padding: 0.8333333333rem;
}
.js-selector-popup .numblock {
  z-index: 2;
  background-color: #A8692C;
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  float: left;
  flex-grow: 0;
  flex-shrink: 0;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-selector-popup .numblock .number {
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1;
}
.js-selector-popup .numblock .number:hover {
  text-decoration: underline;
}
.js-selector-popup .floorblock {
  background-color: #E8E8E8;
  flex-grow: 1;
  height: 3.3333333333rem;
  font-size: 0.75rem;
  color: #A8692C;
  text-transform: uppercase;
  line-height: 1.3;
}
.js-selector-popup .mainblock {
  font-size: 0.5rem;
  color: #A8692C;
  width: 100%;
}
.js-selector-popup .mainblock table {
  width: 100%;
}
.js-selector-popup .mainblock tr:first-child th,
.js-selector-popup .mainblock tr:first-child td {
  padding-bottom: 1em;
}
.js-selector-popup .mainblock th,
.js-selector-popup .mainblock td {
  width: 50%;
}
.js-selector-popup .mainblock th {
  color: #FFFFFF;
  text-align: left;
}
.js-selector-popup .mainblock td {
  text-align: right;
}

.js-gallery .sidebar {
  width: 10.8333333333rem;
  height: calc(100% - 3.3333333333rem);
  background: rgba(18, 41, 47, 0.7);
  position: absolute;
  left: 0;
  top: 3.3333333333rem;
  padding: 1.2916666667rem 3.9166666667rem 0rem 1.875rem;
  z-index: 10;
  font-size: 0.5833333333rem;
  color: #FFFFFF;
  text-align: right;
}
.js-gallery .sidebar hr {
  border: none;
  border-top: 1px solid #A8692C;
  margin: 2em 0;
}
.js-gallery .sidebar .heading {
  font-size: 0.6666666667rem;
  text-transform: uppercase;
}
.js-gallery .sidebar .menu {
  list-style: none;
  padding: 0;
}
.js-gallery .sidebar .menu li:not(:last-child) {
  margin-bottom: 1.5em;
}
.js-gallery .sidebar .menu a {
  text-decoration: none;
}
.js-gallery .sidebar .menu a:hover {
  text-decoration: underline;
}
.js-gallery-flickable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.js-gallery-flickable .item {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.js-gallery-flickable .flickity-page-dots.flickity-page-dots.flickity-page-dots {
  bottom: 1.2916666667rem;
}
.js-gallery-flickable .flickity-page-dots.flickity-page-dots.flickity-page-dots .dot {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  margin: 0 0.4166666667rem;
  background-color: #FFFFFF;
  opacity: 0.5;
}
.js-gallery-flickable .flickity-page-dots.flickity-page-dots.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
