@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900&subset=latin-ext");
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition:
    transform 100ms ease,
    -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "lite-editor-fonts-20161209";
  src: url("../font/lite-editor-fonts-20161209.eot?d39wrm");
  src:
    url("../font/lite-editor-fonts-20161209.eot?d39wrm#iefix")
      format("embedded-opentype"),
    url("../font/lite-editor-fonts-20161209.ttf?d39wrm") format("truetype"),
    url("../font/lite-editor-fonts-20161209.woff?d39wrm") format("woff"),
    url("../font/lite-editor-fonts-20161209.svg?d39wrm#lite-editor-fonts-20161209")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="lite-editor-font"],
[class*=" lite-editor-font"] {
  font-family: "lite-editor-fonts-20161209" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7a7676;
}
.lite-editor-font-back:before {
  content: "\e900";
}
.lite-editor-font-go:before {
  content: "";
}
.lite-editor-font-bold:before {
  content: "";
}
.lite-editor-font-italic:before {
  content: "";
}
.lite-editor-font-underline:before {
  content: "";
}
.lite-editor-font-link:before {
  content: "";
}
.lite-editor-font-source:before {
  content: "";
}
.lite-editor-font-remove:before {
  content: "";
}
.lite-editor-font-update:before {
  content: "";
}
.lite-editor-font-close:before {
  content: "";
}
.lite-editor-font-abc:before {
  content: "";
}
.lite-editor,
.lite-editor-source {
  min-height: 32px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-size: 14px;
  line-height: 1.7;
  padding: 5px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
.lite-editor:focus,
.lite-editor-source:focus {
  outline: none;
}
.lite-editor img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.lite-editor a {
  text-decoration: underline;
  color: #337ab7;
}
.lite-editor-btn-group {
  border-collapse: separate;
  display: inline-table;
  padding: 7px 10px;
  padding-left: 0;
}
.lite-editor-btn-group-wrap {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.lite-editor-btn-group-wrap-right {
  vertical-align: middle;
  display: block;
  float: right;
}
.lite-editor-btn-group-wrap-right .lite-editor-btn {
  width: 44px;
}
.lite-editor-btn-group-wrap-right .lite-editor-btn-active {
  background: #65b9ff;
  opacity: 1;
  border: 1px solid #a2adb9;
  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.lite-editor-btn-group-wrap-right
  .lite-editor-btn-active
  [class^="lite-editor-font"] {
  color: #fff;
}
.lite-editor-btn-group-wrap-right .lite-editor-font-abc:before {
  font-size: 10px;
}
.lite-editor-btn,
.lite-editor-btn-active {
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #7a7676;
  display: table-cell;
  border-left: none;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
  display: table-cell;
  height: 28px;
  margin: 0;
  cursor: pointer;
}
.lite-editor-btn-close {
  padding: 1px 6px;
  line-height: 1;
  vertical-align: middle;
}
.lite-editor-btn-close-wrap {
  float: right;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #7a7676;
  margin-right: 10px;
  margin-top: 10px;
}
.lite-editor-btn-close-label {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.lite-editor-btn:disabled {
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lite-editor-btn-active {
  border: 1px solid #ccc;
  background-color: #e1e1e1;
  -webkit-box-shadow: inset 0 1px 2px #b2b2b2;
  box-shadow: inset 0 1px 2px #b2b2b2;
  color: #333;
  text-decoration: none;
}
.lite-editor-btn-group .lite-editor-btn {
  border-right: none;
  border-radius: 0;
}
.lite-editor-btn-group .lite-editor-btn:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.lite-editor-btn-group .lite-editor-btn:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #ccc;
}
.lite-editor-select {
  -webkit-appearance: button;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #ccc;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
  color: #333;
  padding-right: 20px\9;
  background-color: #f0f0f0;
  text-align: left;
  min-height: 27px;
  padding: 5px 30px 5px 10px;
  margin-right: 10px;
  font-size: 11px;
  line-height: 1.2;
}
.lite-editor-select-wrap {
  display: inline-block;
  vertical-align: middle;
}
.lite-editor-toolbox {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.lite-editor + .lite-editor-toolbox {
  border-top: 0;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.lite-editor-tooltip-wrap {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.lite-editor-tooltip-outer {
  display: table;
  width: 100%;
  height: 100%;
}
.lite-editor-tooltip-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.lite-editor-tooltip {
  max-width: 500px;
  margin: auto;
  top: 30%;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  z-index: 1;
}
.lite-editor-tooltip-title {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  background-color: #f0f0f0;
  padding: 10px;
  color: #7a7676;
}
.lite-editor-tooltip-title [class^="lite-editor-font"] {
  margin-right: 12px;
}
.lite-editor-tooltip-body {
  padding: 10px 10px 5px 10px;
}
.lite-editor-tooltip-body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lite-editor-tooltip-table {
  width: 100%;
  font-size: 14px;
}
.lite-editor-tooltip-table th {
  width: 80px;
}
.lite-editor-tooltip-table th,
.lite-editor-tooltip-table td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  font-size: 13px;
  color: #7a7676;
}
.lite-editor-tooltip-table .lite-editor-btn {
  width: 90px;
  text-align: center;
  font-size: 14px;
  margin-right: 20px;
}
.lite-editor-tooltip-table input[type="checkbox"] {
  margin-right: 5px;
}
.lite-editor-tooltip-table [class^="lite-editor-font"] {
  vertical-align: middle;
  margin-right: 5px;
}
.lite-editor-tooltip-input {
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
  color: #7a7676;
}
.lite-editor-extend-input {
  margin-right: 10px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #ccc;
  width: 100px;
  vertical-align: middle;
}
.lite-editor-btn .lite-editor-font-back,
.lite-editor-btn .lite-editor-font-go {
  color: #333;
}
.lite-editor-btn[disabled] .lite-editor-font-back,
.lite-editor-btn[disabled] .lite-editor-font-go {
  color: #7a7676;
}
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}
.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}
.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}
.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}
html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
body {
  min-height: calc(100vh - 61px);
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
  padding-top: 61px;
}
@media screen and (min-width: 1024px) {
  body {
    padding-top: 71px;
    min-height: calc(100vh - 71px);
  }
}
.container,
.footer__container,
.cookies__container,
.page__container,
.offer__container,
.search__container,
.result__container,
.slider__container,
.dashboard__container {
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 1024px) {
  .container,
  .footer__container,
  .cookies__container,
  .page__container,
  .offer__container,
  .search__container,
  .result__container,
  .slider__container,
  .dashboard__container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1407px) {
  .container,
  .footer__container,
  .cookies__container,
  .page__container,
  .offer__container,
  .search__container,
  .result__container,
  .slider__container,
  .dashboard__container {
    padding: 0 70px;
  }
}
@media screen and (min-width: 1800px) {
  .container,
  .footer__container,
  .cookies__container,
  .page__container,
  .offer__container,
  .search__container,
  .result__container,
  .slider__container,
  .dashboard__container {
    padding: 0 130px;
    max-width: 1320px;
  }
}
.btn--main,
.btn--white,
.cookies__button--accept,
.object__button--more,
.offer__button--bw,
.search [js-search-button],
.slider__button--main,
.footer__link--totop,
.page__button--main,
.contact__button--main,
.offer__button--main,
.featured__button--more,
.news__button--more,
.download__button--main,
.dashboard__button--main,
.dashboard__button--action,
.dashboard__form--files .add-row,
.dashboard__form--gallery .add-row,
.dashboard__form--parameters .add-row {
  border: 1px solid #000;
  padding: 10px;
  font-size: 0.75em;
  letter-spacing: 0.5px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: black;
  text-decoration: none;
  line-height: 1em;
  cursor: pointer;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .btn--main,
  .btn--white,
  .cookies__button--accept,
  .object__button--more,
  .offer__button--bw,
  .search [js-search-button],
  .slider__button--main,
  .footer__link--totop,
  .page__button--main,
  .contact__button--main,
  .offer__button--main,
  .featured__button--more,
  .news__button--more,
  .download__button--main,
  .dashboard__button--main,
  .dashboard__button--action,
  .dashboard__form--files .add-row,
  .dashboard__form--gallery .add-row,
  .dashboard__form--parameters .add-row {
    padding: 12px 60px;
    font-size: 0.85em;
    letter-spacing: 1px;
  }
}
.btn--main:hover,
.btn--white:hover,
.cookies__button--accept:hover,
.object__button--more:hover,
.offer__button--bw:hover,
.search :hover[js-search-button],
.slider__button--main:hover,
.footer__link--totop:hover,
.page__button--main:hover,
.contact__button--main:hover,
.offer__button--main:hover,
.featured__button--more:hover,
.news__button--more:hover,
.download__button--main:hover,
.dashboard__button--main:hover,
.dashboard__button--action:hover,
.dashboard__form--files .add-row:hover,
.dashboard__form--gallery .add-row:hover,
.dashboard__form--parameters .add-row:hover,
.btn--main:focus,
.btn--white:focus,
.cookies__button--accept:focus,
.object__button--more:focus,
.offer__button--bw:focus,
.search :focus[js-search-button],
.slider__button--main:focus,
.footer__link--totop:focus,
.page__button--main:focus,
.contact__button--main:focus,
.offer__button--main:focus,
.featured__button--more:focus,
.news__button--more:focus,
.download__button--main:focus,
.dashboard__button--main:focus,
.dashboard__button--action:focus,
.dashboard__form--files .add-row:focus,
.dashboard__form--gallery .add-row:focus,
.dashboard__form--parameters .add-row:focus {
  background: black;
  color: white;
}
.btn--white,
.cookies__button--accept,
.object__button--more,
.offer__button--bw,
.search [js-search-button],
.slider__button--main {
  background: transparent;
  border-color: white;
  color: white;
}
.btn--white:hover,
.cookies__button--accept:hover,
.object__button--more:hover,
.offer__button--bw:hover,
.search :hover[js-search-button],
.slider__button--main:hover {
  background: white;
  color: black;
}
.btn--cancel,
.contact__button--cancel,
.offer__button--cancel,
.download__button--cancel,
.dashboard__button--cancel {
  text-transform: uppercase;
  font-size: 0.85em;
  letter-spacing: 1px;
  font-weight: 300;
  color: black;
  border: 1px solid transparent;
  padding: 10px 60px;
  background: transparent;
  text-decoration: none;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn--cancel:hover,
.contact__button--cancel:hover,
.offer__button--cancel:hover,
.download__button--cancel:hover,
.dashboard__button--cancel:hover,
.btn--cancel:focus,
.contact__button--cancel:focus,
.offer__button--cancel:focus,
.download__button--cancel:focus,
.dashboard__button--cancel:focus {
  font-weight: 700;
  border: 1px dotted rgba(0, 0, 0, 0.5);
}
.formset_row input,
.fileform input {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formset_row {
  margin: 0 -5px;
}
.formset_row td {
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}
.fileform {
  text-align: left;
}
.fileform__actual {
  margin-bottom: 10px;
}
.fileform__upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fileform__upload span {
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 5px;
}
.animation--button,
.btn--main,
.btn--white,
.cookies__button--accept,
.object__button--more,
.offer__button--bw,
.search [js-search-button],
.slider__button--main,
.footer__link--totop,
.page__button--main,
.contact__button--main,
.offer__button--main,
.featured__button--more,
.news__button--more,
.download__button--main,
.dashboard__button--main,
.dashboard__button--action,
.dashboard__form--files .add-row,
.dashboard__form--gallery .add-row,
.dashboard__form--parameters .add-row,
.btn--cancel,
.contact__button--cancel,
.offer__button--cancel,
.download__button--cancel,
.dashboard__button--cancel,
.header__search--button,
.object__item,
.object__item:after,
.object__item--content,
.object__item:hover:after,
.object__item:focus:after,
.search__results--list li button,
.search__form input {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.animation--headericon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@font-face {
  font-family: "re-icons";
  src: url("../font/re-icons.eot?393221");
  src:
    url("../font/re-icons.eot?393221#iefix") format("embedded-opentype"),
    url("../font/re-icons.woff2?393221") format("woff2"),
    url("../font/re-icons.woff?393221") format("woff"),
    url("../font/re-icons.ttf?393221") format("truetype"),
    url("../font/re-icons.svg?393221#re-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.jkbsicons,
.menu__item--dropicon i {
  font-family: "re-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e800";
}
.icon-search:before {
  content: "\e801";
}
.icon-play:before {
  content: "\e802";
}
.icon-down:before,
.menu__item--dropicon i:before {
  content: "\e803";
}
.icon-left:before {
  content: "\e804";
}
.icon-right:before {
  content: "\e805";
}
.icon-up:before,
.menu__item--dropdown:hover .menu__item--dropicon i:before {
  content: "\e806";
}
.icon-phone:before {
  content: "\e807";
}
.icon-glass:before {
  content: "\e808";
}
.icon-music:before {
  content: "\e809";
}
.icon-download:before {
  content: "\e80a";
}
.icon-upload:before {
  content: "\e80b";
}
.icon-forward:before {
  content: "\e80c";
}
.icon-comment:before {
  content: "\e80d";
}
.icon-chat:before {
  content: "\e80e";
}
.icon-bell:before {
  content: "\e80f";
}
.icon-mail:before {
  content: "\e810";
}
.icon-heart:before {
  content: "\e811";
}
.icon-heart-empty:before {
  content: "\e812";
}
.icon-star:before {
  content: "\e813";
}
.icon-star-empty:before {
  content: "\e814";
}
.icon-star-half:before {
  content: "\e815";
}
.icon-camera:before {
  content: "\e816";
}
.icon-camera-alt:before {
  content: "\e817";
}
.icon-th-large:before {
  content: "\e818";
}
.icon-th:before {
  content: "\e819";
}
.icon-th-list:before {
  content: "\e81a";
}
.icon-ok:before {
  content: "\e81b";
}
.icon-ok-circled:before {
  content: "\e81c";
}
.icon-ok-circled2:before {
  content: "\e81d";
}
.icon-help-circled:before {
  content: "\e81e";
}
.icon-info-circled:before {
  content: "\e81f";
}
.icon-home:before {
  content: "\e820";
}
.icon-link:before {
  content: "\e821";
}
.icon-users:before {
  content: "\e822";
}
.icon-cancel-circled:before {
  content: "\e823";
}
.icon-cancel-circled2:before {
  content: "\e824";
}
.icon-plus:before {
  content: "\e825";
}
.icon-plus-circled:before {
  content: "\e826";
}
.icon-minus:before {
  content: "\e827";
}
.icon-lock:before {
  content: "\e828";
}
.icon-lock-open:before {
  content: "\e829";
}
.icon-pin:before {
  content: "\e82a";
}
.icon-eye:before {
  content: "\e82b";
}
.icon-eye-off:before {
  content: "\e82c";
}
.icon-tag:before {
  content: "\e82d";
}
.icon-cancel:before {
  content: "\e82e";
}
.icon-attach:before {
  content: "\e82f";
}
.icon-video:before {
  content: "\e830";
}
.icon-videocam:before {
  content: "\e831";
}
.icon-picture:before {
  content: "\e832";
}
.icon-minus-circled:before {
  content: "\e833";
}
.icon-tags:before {
  content: "\e834";
}
.icon-bookmark:before {
  content: "\e835";
}
.icon-export:before {
  content: "\e836";
}
.icon-attention:before {
  content: "\e837";
}
.icon-attention-circled:before {
  content: "\e838";
}
.icon-location:before {
  content: "\e839";
}
.icon-folder:before {
  content: "\e83a";
}
.icon-folder-open:before {
  content: "\e83b";
}
.icon-login:before {
  content: "\e83c";
}
.icon-logout:before {
  content: "\e83d";
}
.icon-down-circled2:before {
  content: "\e83e";
}
.icon-up-circled2:before {
  content: "\e83f";
}
.icon-cw:before {
  content: "\e840";
}
.icon-ccw:before {
  content: "\e841";
}
.icon-arrows-cw:before {
  content: "\e842";
}
.icon-to-start-alt:before {
  content: "\e843";
}
.icon-fast-fw:before {
  content: "\e844";
}
.icon-fast-bw:before {
  content: "\e845";
}
.icon-book:before {
  content: "\e846";
}
.icon-adjust:before {
  content: "\e847";
}
.icon-tint:before {
  content: "\e848";
}
.icon-credit-card:before {
  content: "\e849";
}
.icon-floppy:before {
  content: "\e84a";
}
.icon-down-big:before {
  content: "\e84b";
}
.icon-left-big:before {
  content: "\e84c";
}
.icon-right-big:before {
  content: "\e84d";
}
.icon-up-big:before {
  content: "\e84e";
}
.icon-right-hand:before {
  content: "\e84f";
}
.icon-left-hand:before {
  content: "\e850";
}
.icon-up-hand:before {
  content: "\e851";
}
.icon-shuffle:before {
  content: "\e852";
}
.icon-play-1:before {
  content: "\e853";
}
.icon-play-circled2:before {
  content: "\e854";
}
.icon-eject:before {
  content: "\e855";
}
.icon-target:before {
  content: "\e856";
}
.icon-signal:before {
  content: "\e857";
}
.icon-award:before {
  content: "\e858";
}
.icon-inbox:before {
  content: "\e859";
}
.icon-globe:before {
  content: "\e85a";
}
.icon-leaf:before {
  content: "\e85b";
}
.icon-font:before {
  content: "\e85c";
}
.icon-bold:before {
  content: "\e85d";
}
.icon-italic:before {
  content: "\e85e";
}
.icon-text-height:before {
  content: "\e85f";
}
.icon-text-width:before {
  content: "\e860";
}
.icon-align-left:before {
  content: "\e861";
}
.icon-align-center:before {
  content: "\e862";
}
.icon-scissors:before {
  content: "\e863";
}
.icon-briefcase:before {
  content: "\e864";
}
.icon-check:before {
  content: "\e865";
}
.icon-asterisk:before {
  content: "\e866";
}
.icon-gift:before {
  content: "\e867";
}
.icon-fire:before {
  content: "\e868";
}
.icon-megaphone:before {
  content: "\e869";
}
.icon-key:before {
  content: "\e86a";
}
.icon-hammer:before {
  content: "\e86b";
}
.icon-down-dir:before {
  content: "\e86c";
}
.icon-up-dir:before {
  content: "\e86d";
}
.icon-left-dir:before {
  content: "\e86e";
}
.icon-right-dir:before {
  content: "\e86f";
}
.icon-volume-off:before {
  content: "\e870";
}
.icon-volume-down:before {
  content: "\e871";
}
.icon-volume-up:before {
  content: "\e872";
}
.icon-headphones:before {
  content: "\e873";
}
.icon-clock:before {
  content: "\e874";
}
.icon-block:before {
  content: "\e875";
}
.icon-resize-full:before {
  content: "\e876";
}
.icon-resize-small:before {
  content: "\e877";
}
.icon-resize-vertical:before {
  content: "\e878";
}
.icon-resize-horizontal:before {
  content: "\e879";
}
.icon-zoom-in:before {
  content: "\e87a";
}
.icon-zoom-out:before {
  content: "\e87b";
}
.icon-flag:before {
  content: "\e87c";
}
.icon-thumbs-up:before {
  content: "\e87d";
}
.icon-thumbs-down:before {
  content: "\e87e";
}
.icon-pencil:before {
  content: "\e87f";
}
.icon-edit:before {
  content: "\e880";
}
.icon-print:before {
  content: "\e881";
}
.icon-trash-empty:before {
  content: "\e882";
}
.icon-doc:before {
  content: "\e883";
}
.icon-retweet:before {
  content: "\e884";
}
.icon-cog:before {
  content: "\e885";
}
.icon-cog-alt:before {
  content: "\e886";
}
.icon-wrench:before {
  content: "\e887";
}
.icon-basket:before {
  content: "\e888";
}
.icon-calendar:before {
  content: "\e889";
}
.icon-down-hand:before {
  content: "\e88a";
}
.icon-stop:before {
  content: "\e88b";
}
.icon-pause:before {
  content: "\e88c";
}
.icon-to-end:before {
  content: "\e88d";
}
.icon-to-end-alt:before {
  content: "\e88e";
}
.icon-to-start:before {
  content: "\e88f";
}
.icon-cloud:before {
  content: "\e890";
}
.icon-flash:before {
  content: "\e891";
}
.icon-umbrella:before {
  content: "\e892";
}
.icon-flight:before {
  content: "\e893";
}
.icon-align-right:before {
  content: "\e894";
}
.icon-align-justify:before {
  content: "\e895";
}
.icon-list:before {
  content: "\e896";
}
.icon-indent-left:before {
  content: "\e897";
}
.icon-indent-right:before {
  content: "\e898";
}
.icon-off:before {
  content: "\e899";
}
.icon-road:before {
  content: "\e89a";
}
.icon-list-alt:before {
  content: "\e89b";
}
.icon-qrcode:before {
  content: "\e89c";
}
.icon-barcode:before {
  content: "\e89d";
}
.icon-magnet:before {
  content: "\e89e";
}
.icon-chart-bar:before {
  content: "\e89f";
}
.icon-truck:before {
  content: "\e8a0";
}
.icon-lemon:before {
  content: "\e8a1";
}
.icon-move:before {
  content: "\f047";
}
.icon-link-ext:before {
  content: "\f08e";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-squared:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github-circled:before {
  content: "\f09b";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-left-circled:before {
  content: "\f0a8";
}
.icon-right-circled:before {
  content: "\f0a9";
}
.icon-up-circled:before {
  content: "\f0aa";
}
.icon-down-circled:before {
  content: "\f0ab";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-resize-full-alt:before {
  content: "\f0b2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-docs:before {
  content: "\f0c5";
}
.icon-blank:before {
  content: "\f0c8";
}
.icon-menu:before {
  content: "\f0c9";
}
.icon-list-bullet:before {
  content: "\f0ca";
}
.icon-list-numbered:before {
  content: "\f0cb";
}
.icon-strike:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-pinterest-circled:before {
  content: "\f0d2";
}
.icon-pinterest-squared:before {
  content: "\f0d3";
}
.icon-gplus-squared:before {
  content: "\f0d4";
}
.icon-gplus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-mail-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-gauge:before {
  content: "\f0e4";
}
.icon-comment-empty:before {
  content: "\f0e5";
}
.icon-chat-empty:before {
  content: "\f0e6";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-download-cloud:before {
  content: "\f0ed";
}
.icon-upload-cloud:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-doc-text:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sigh:before {
  content: "\f0fd";
}
.icon-plus-squared:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-circle-empty:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github:before {
  content: "\f113";
}
.icon-folder-empty:before {
  content: "\f114";
}
.icon-folder-open-empty:before {
  content: "\f115";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-empty:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-star-half-alt:before {
  content: "\f123";
}
.icon-direction:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-help:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-attention-alt:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle:before {
  content: "\f12e";
}
.icon-mic:before {
  content: "\f130";
}
.icon-mute:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-angle-circled-left:before {
  content: "\f137";
}
.icon-angle-circled-right:before {
  content: "\f138";
}
.icon-angle-circled-up:before {
  content: "\f139";
}
.icon-angle-circled-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-lock-open-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis:before {
  content: "\f141";
}
.icon-ellipsis-vert:before {
  content: "\f142";
}
.icon-rss-squared:before {
  content: "\f143";
}
.icon-play-circled:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-squared:before {
  content: "\f146";
}
.icon-minus-squared-alt:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-ok-squared:before {
  content: "\f14a";
}
.icon-pencil-squared:before {
  content: "\f14b";
}
.icon-link-ext-alt:before {
  content: "\f14c";
}
.icon-export-alt:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-expand:before {
  content: "\f150";
}
.icon-collapse:before {
  content: "\f151";
}
.icon-expand-right:before {
  content: "\f152";
}
.icon-euro:before {
  content: "\f153";
}
.icon-pound:before {
  content: "\f154";
}
.icon-dollar:before {
  content: "\f155";
}
.icon-rupee:before {
  content: "\f156";
}
.icon-yen:before {
  content: "\f157";
}
.icon-rouble:before {
  content: "\f158";
}
.icon-won:before {
  content: "\f159";
}
.icon-bitcoin:before {
  content: "\f15a";
}
.icon-doc-inv:before {
  content: "\f15b";
}
.icon-doc-text-inv:before {
  content: "\f15c";
}
.icon-sort-name-up:before {
  content: "\f15d";
}
.icon-sort-name-down:before {
  content: "\f15e";
}
.icon-sort-alt-up:before {
  content: "\f160";
}
.icon-sort-alt-down:before {
  content: "\f161";
}
.icon-sort-number-up:before {
  content: "\f162";
}
.icon-sort-number-down:before {
  content: "\f163";
}
.icon-thumbs-up-alt:before {
  content: "\f164";
}
.icon-thumbs-down-alt:before {
  content: "\f165";
}
.icon-youtube-squared:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-squared:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackoverflow:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-squared:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-squared:before {
  content: "\f174";
}
.icon-down-1:before {
  content: "\f175";
}
.icon-up-1:before {
  content: "\f176";
}
.icon-left-1:before {
  content: "\f177";
}
.icon-right-1:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-box:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vkontakte:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-stackexchange:before {
  content: "\f18d";
}
.icon-right-circled2:before {
  content: "\f18e";
}
.icon-left-circled2:before {
  content: "\f190";
}
.icon-collapse-left:before {
  content: "\f191";
}
.icon-dot-circled:before {
  content: "\f192";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-vimeo-squared:before {
  content: "\f194";
}
.icon-try:before {
  content: "\f195";
}
.icon-plus-squared-alt:before {
  content: "\f196";
}
.icon-space-shuttle:before {
  content: "\f197";
}
.icon-slack:before {
  content: "\f198";
}
.icon-mail-squared:before {
  content: "\f199";
}
.icon-wordpress:before {
  content: "\f19a";
}
.icon-openid:before {
  content: "\f19b";
}
.icon-bank:before {
  content: "\f19c";
}
.icon-graduation-cap:before {
  content: "\f19d";
}
.icon-yahoo:before {
  content: "\f19e";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-reddit:before {
  content: "\f1a1";
}
.icon-reddit-squared:before {
  content: "\f1a2";
}
.icon-stumbleupon-circled:before {
  content: "\f1a3";
}
.icon-stumbleupon:before {
  content: "\f1a4";
}
.icon-delicious:before {
  content: "\f1a5";
}
.icon-digg:before {
  content: "\f1a6";
}
.icon-pied-piper-squared:before {
  content: "\f1a7";
}
.icon-pied-piper-alt:before {
  content: "\f1a8";
}
.icon-drupal:before {
  content: "\f1a9";
}
.icon-joomla:before {
  content: "\f1aa";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building-filled:before {
  content: "\f1ad";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-spoon:before {
  content: "\f1b1";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-behance-squared:before {
  content: "\f1b5";
}
.icon-steam:before {
  content: "\f1b6";
}
.icon-steam-squared:before {
  content: "\f1b7";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-cab:before {
  content: "\f1b9";
}
.icon-taxi:before {
  content: "\f1ba";
}
.icon-tree:before {
  content: "\f1bb";
}
.icon-spotify:before {
  content: "\f1bc";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-file-pdf:before {
  content: "\f1c1";
}
.icon-file-word:before {
  content: "\f1c2";
}
.icon-file-excel:before {
  content: "\f1c3";
}
.icon-file-powerpoint:before {
  content: "\f1c4";
}
.icon-file-image:before {
  content: "\f1c5";
}
.icon-file-archive:before {
  content: "\f1c6";
}
.icon-file-audio:before {
  content: "\f1c7";
}
.icon-file-video:before {
  content: "\f1c8";
}
.icon-file-code:before {
  content: "\f1c9";
}
.icon-vine:before {
  content: "\f1ca";
}
.icon-codeopen:before {
  content: "\f1cb";
}
.icon-jsfiddle:before {
  content: "\f1cc";
}
.icon-lifebuoy:before {
  content: "\f1cd";
}
.icon-circle-notch:before {
  content: "\f1ce";
}
.icon-rebel:before {
  content: "\f1d0";
}
.icon-empire:before {
  content: "\f1d1";
}
.icon-git-squared:before {
  content: "\f1d2";
}
.icon-git:before {
  content: "\f1d3";
}
.icon-hacker-news:before {
  content: "\f1d4";
}
.icon-tencent-weibo:before {
  content: "\f1d5";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-wechat:before {
  content: "\f1d7";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-paper-plane-empty:before {
  content: "\f1d9";
}
.icon-history:before {
  content: "\f1da";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-header:before {
  content: "\f1dc";
}
.icon-paragraph:before {
  content: "\f1dd";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-share:before {
  content: "\f1e0";
}
.icon-share-squared:before {
  content: "\f1e1";
}
.icon-bomb:before {
  content: "\f1e2";
}
.icon-soccer-ball:before {
  content: "\f1e3";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-binoculars:before {
  content: "\f1e5";
}
.icon-plug:before {
  content: "\f1e6";
}
.icon-slideshare:before {
  content: "\f1e7";
}
.icon-twitch:before {
  content: "\f1e8";
}
.icon-yelp:before {
  content: "\f1e9";
}
.icon-newspaper:before {
  content: "\f1ea";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-calc:before {
  content: "\f1ec";
}
.icon-paypal:before {
  content: "\f1ed";
}
.icon-gwallet:before {
  content: "\f1ee";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-stripe:before {
  content: "\f1f5";
}
.icon-bell-off:before {
  content: "\f1f6";
}
.icon-bell-off-empty:before {
  content: "\f1f7";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-eyedropper:before {
  content: "\f1fb";
}
.icon-brush:before {
  content: "\f1fc";
}
.icon-birthday:before {
  content: "\f1fd";
}
.icon-chart-area:before {
  content: "\f1fe";
}
.icon-chart-pie:before {
  content: "\f200";
}
.icon-chart-line:before {
  content: "\f201";
}
.icon-lastfm:before {
  content: "\f202";
}
.icon-lastfm-squared:before {
  content: "\f203";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-bicycle:before {
  content: "\f206";
}
.icon-bus:before {
  content: "\f207";
}
.icon-ioxhost:before {
  content: "\f208";
}
.icon-angellist:before {
  content: "\f209";
}
.icon-cc:before {
  content: "\f20a";
}
.icon-shekel:before {
  content: "\f20b";
}
.icon-meanpath:before {
  content: "\f20c";
}
.icon-buysellads:before {
  content: "\f20d";
}
.icon-connectdevelop:before {
  content: "\f20e";
}
.icon-dashcube:before {
  content: "\f210";
}
.icon-forumbee:before {
  content: "\f211";
}
.icon-leanpub:before {
  content: "\f212";
}
.icon-sellsy:before {
  content: "\f213";
}
.icon-shirtsinbulk:before {
  content: "\f214";
}
.icon-simplybuilt:before {
  content: "\f215";
}
.icon-skyatlas:before {
  content: "\f216";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-ship:before {
  content: "\f21a";
}
.icon-user-secret:before {
  content: "\f21b";
}
.icon-motorcycle:before {
  content: "\f21c";
}
.icon-street-view:before {
  content: "\f21d";
}
.icon-heartbeat:before {
  content: "\f21e";
}
.icon-venus:before {
  content: "\f221";
}
.icon-mars:before {
  content: "\f222";
}
.icon-mercury:before {
  content: "\f223";
}
.icon-transgender:before {
  content: "\f224";
}
.icon-transgender-alt:before {
  content: "\f225";
}
.icon-venus-double:before {
  content: "\f226";
}
.icon-mars-double:before {
  content: "\f227";
}
.icon-venus-mars:before {
  content: "\f228";
}
.icon-mars-stroke:before {
  content: "\f229";
}
.icon-mars-stroke-v:before {
  content: "\f22a";
}
.icon-mars-stroke-h:before {
  content: "\f22b";
}
.icon-neuter:before {
  content: "\f22c";
}
.icon-genderless:before {
  content: "\f22d";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-server:before {
  content: "\f233";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-bed:before {
  content: "\f236";
}
.icon-viacoin:before {
  content: "\f237";
}
.icon-train:before {
  content: "\f238";
}
.icon-subway:before {
  content: "\f239";
}
.icon-medium:before {
  content: "\f23a";
}
.icon-y-combinator:before {
  content: "\f23b";
}
.icon-optin-monster:before {
  content: "\f23c";
}
.icon-opencart:before {
  content: "\f23d";
}
.icon-expeditedssl:before {
  content: "\f23e";
}
.icon-battery-4:before {
  content: "\f240";
}
.icon-battery-3:before {
  content: "\f241";
}
.icon-battery-2:before {
  content: "\f242";
}
.icon-battery-1:before {
  content: "\f243";
}
.icon-battery-0:before {
  content: "\f244";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-sticky-note-o:before {
  content: "\f24a";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-hourglass-o:before {
  content: "\f250";
}
.icon-hourglass-1:before {
  content: "\f251";
}
.icon-hourglass-2:before {
  content: "\f252";
}
.icon-hourglass-3:before {
  content: "\f253";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-hand-grab-o:before {
  content: "\f255";
}
.icon-hand-paper-o:before {
  content: "\f256";
}
.icon-hand-scissors-o:before {
  content: "\f257";
}
.icon-hand-lizard-o:before {
  content: "\f258";
}
.icon-hand-spock-o:before {
  content: "\f259";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon-hand-peace-o:before {
  content: "\f25b";
}
.icon-trademark:before {
  content: "\f25c";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-gg:before {
  content: "\f260";
}
.icon-gg-circle:before {
  content: "\f261";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-wikipedia-w:before {
  content: "\f266";
}
.icon-safari:before {
  content: "\f267";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-television:before {
  content: "\f26c";
}
.icon-contao:before {
  content: "\f26d";
}
.icon-500px:before {
  content: "\f26e";
}
.icon-amazon:before {
  content: "\f270";
}
.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon-calendar-times-o:before {
  content: "\f273";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-industry:before {
  content: "\f275";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-map:before {
  content: "\f279";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-houzz:before {
  content: "\f27c";
}
.icon-vimeo:before {
  content: "\f27d";
}
.icon-black-tie:before {
  content: "\f27e";
}
.icon-fonticons:before {
  content: "\f280";
}
.icon-reddit-alien:before {
  content: "\f281";
}
.icon-edge:before {
  content: "\f282";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-codiepie:before {
  content: "\f284";
}
.icon-modx:before {
  content: "\f285";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-usb:before {
  content: "\f287";
}
.icon-product-hunt:before {
  content: "\f288";
}
.icon-mixcloud:before {
  content: "\f289";
}
.icon-scribd:before {
  content: "\f28a";
}
.icon-pause-circle:before {
  content: "\f28b";
}
.icon-pause-circle-o:before {
  content: "\f28c";
}
.icon-stop-circle:before {
  content: "\f28d";
}
.icon-stop-circle-o:before {
  content: "\f28e";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-hashtag:before {
  content: "\f292";
}
.icon-bluetooth:before {
  content: "\f293";
}
.icon-bluetooth-b:before {
  content: "\f294";
}
.icon-percent:before {
  content: "\f295";
}
.icon-gitlab:before {
  content: "\f296";
}
.icon-wpbeginner:before {
  content: "\f297";
}
.icon-wpforms:before {
  content: "\f298";
}
.icon-envira:before {
  content: "\f299";
}
.icon-universal-access:before {
  content: "\f29a";
}
.icon-wheelchair-alt:before {
  content: "\f29b";
}
.icon-question-circle-o:before {
  content: "\f29c";
}
.icon-blind:before {
  content: "\f29d";
}
.icon-audio-description:before {
  content: "\f29e";
}
.icon-volume-control-phone:before {
  content: "\f2a0";
}
.icon-braille:before {
  content: "\f2a1";
}
.icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.icon-asl-interpreting:before {
  content: "\f2a4";
}
.icon-glide:before {
  content: "\f2a5";
}
.icon-glide-g:before {
  content: "\f2a6";
}
.icon-sign-language:before {
  content: "\f2a7";
}
.icon-low-vision:before {
  content: "\f2a8";
}
.icon-viadeo:before {
  content: "\f2a9";
}
.icon-viadeo-square:before {
  content: "\f2aa";
}
.icon-snapchat:before {
  content: "\f2ab";
}
.icon-snapchat-ghost:before {
  content: "\f2ac";
}
.icon-snapchat-square:before {
  content: "\f2ad";
}
.icon-pied-piper:before {
  content: "\f2ae";
}
.icon-first-order:before {
  content: "\f2b0";
}
.icon-yoast:before {
  content: "\f2b1";
}
.icon-themeisle:before {
  content: "\f2b2";
}
.icon-google-plus-circle:before {
  content: "\f2b3";
}
.icon-font-awesome:before {
  content: "\f2b4";
}
.icon-handshake-o:before {
  content: "\f2b5";
}
.icon-envelope-open:before {
  content: "\f2b6";
}
.icon-envelope-open-o:before {
  content: "\f2b7";
}
.icon-linode:before {
  content: "\f2b8";
}
.icon-address-book:before {
  content: "\f2b9";
}
.icon-address-book-o:before {
  content: "\f2ba";
}
.icon-address-card:before {
  content: "\f2bb";
}
.icon-address-card-o:before {
  content: "\f2bc";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.icon-user-circle-o:before {
  content: "\f2be";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-id-badge:before {
  content: "\f2c1";
}
.icon-id-card:before {
  content: "\f2c2";
}
.icon-id-card-o:before {
  content: "\f2c3";
}
.icon-quora:before {
  content: "\f2c4";
}
.icon-free-code-camp:before {
  content: "\f2c5";
}
.icon-telegram:before {
  content: "\f2c6";
}
.icon-thermometer:before {
  content: "\f2c7";
}
.icon-thermometer-3:before {
  content: "\f2c8";
}
.icon-thermometer-2:before {
  content: "\f2c9";
}
.icon-thermometer-quarter:before {
  content: "\f2ca";
}
.icon-thermometer-0:before {
  content: "\f2cb";
}
.icon-shower:before {
  content: "\f2cc";
}
.icon-bath:before {
  content: "\f2cd";
}
.icon-podcast:before {
  content: "\f2ce";
}
.icon-window-maximize:before {
  content: "\f2d0";
}
.icon-window-minimize:before {
  content: "\f2d1";
}
.icon-window-restore:before {
  content: "\f2d2";
}
.icon-window-close:before {
  content: "\f2d3";
}
.icon-window-close-o:before {
  content: "\f2d4";
}
.icon-bandcamp:before {
  content: "\f2d5";
}
.icon-grav:before {
  content: "\f2d6";
}
.icon-etsy:before {
  content: "\f2d7";
}
.icon-imdb:before {
  content: "\f2d8";
}
.icon-ravelry:before {
  content: "\f2d9";
}
.icon-eercast:before {
  content: "\f2da";
}
.icon-microchip:before {
  content: "\f2db";
}
.icon-snowflake-o:before {
  content: "\f2dc";
}
.icon-superpowers:before {
  content: "\f2dd";
}
.icon-wpexplorer:before {
  content: "\f2de";
}
.icon-meetup:before {
  content: "\f2e0";
}
.icon-github-squared:before {
  content: "\f300";
}
.icon-twitter-squared:before {
  content: "\f304";
}
.icon-facebook-squared:before {
  content: "\f308";
}
.icon-linkedin-squared:before {
  content: "\f30c";
}
.breadcrumbs {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  font-size: 0.85em;
}
.breadcrumbs__item:not(:last-child):after {
  content: "/";
  padding: 0 5px;
}
.breadcrumbs__link {
  color: black;
  text-decoration: none;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  text-decoration: underline;
}
.breadcrumbs__text {
  color: #6a6a6a;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  position: fixed;
  top: 0;
  background: white;
  width: 100%;
  z-index: 9999;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print {
  .header {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    height: 70px;
  }
}
.header__menu,
.header__logo,
.header__submenu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .header__menu,
  .header__submenu {
    display: none !important;
  }
}
.header__submenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__submenu--item {
  padding: 10px 25px;
}
.header__submenu--item:not(:first-child) {
  border-left: 1px solid #ccc;
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 5px;
}
.header__search--button {
  background: white;
  border: 0;
  padding: 10px 10px;
  cursor: pointer;
}
.header__search--button:hover,
.header__search--button:focus {
  background: black;
  color: white;
}
.header__mobilemenu {
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  border: 0;
  background: #f5f7f6;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .header__mobilemenu {
    display: none;
  }
}
.header__mobilemenu:hover,
.header__mobilemenu:focus {
  background: black;
  color: white;
}
.header__text--submenu {
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-weight: 700;
}
.header__text--submenu:hover,
.header__text--submenu:focus {
  text-decoration: underline;
}
.logo {
  text-decoration: none;
}
.logo__content {
  font-size: 0.9em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .logo__content {
    font-size: 1em;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1407px) {
  .logo__content {
    font-size: 1.1em;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 480px) {
  .logo__content {
    font-size: 0.7em;
  }
}
.logo__content strong {
  font-weight: 700;
  color: #000;
}
.logo__content span {
  color: #6a6a6a;
  font-weight: 700;
}
.logo__content--image {
  margin: 0 20px;
}
@media screen and (max-width: 480px) {
  .logo__content--image {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .logo__content--image {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1407px) {
  .logo__content--image {
    margin: 0 55px;
  }
}
@media screen and (max-width: 1023px) {
  .logo__image {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .logo__image {
    width: 35px;
  }
}
@media screen and (max-width: 480px) {
  .header .logo__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 15px;
  }
}
.header .logo__content--image {
  position: relative;
}
.header .logo__content--image:before {
  background: white;
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  left: -15%;
  top: -15%;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 5px 5px 30px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 30px -14px rgba(0, 0, 0, 0.75);
}
@media screen and (min-width: 1407px) {
  .header .logo__content--image:before {
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
  }
}
.header .logo__content--image .logo__image {
  position: relative;
  z-index: 2;
}
.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .menu {
    overflow: auto;
  }
}
@media screen and (max-width: 1023px) {
  .menu.active {
    display: block !important;
    position: fixed;
    background: white;
    height: calc(100vh - 60px);
    width: 100%;
    top: 60px;
    left: 0;
  }
}
.menu__item {
  margin-bottom: 1px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .menu__item--nodesktop {
    display: none;
  }
}
.menu__item--dropicon {
  position: absolute;
  right: 3px;
  height: 10px;
  top: calc(50% - 5px);
  font-size: 0.5em;
  background: transparent;
  border: 0;
}
@media screen and (max-width: 1023px) {
  .menu__item--dropicon {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  .menu__item--dropicon {
    right: 8px;
  }
}
.menu__item--dropdown:hover .menu__subitems {
  display: block;
}
.menu__link--item {
  padding: 15px 25px;
  height: 100%;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-size: 0.7em;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .menu__link--item {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1407px) {
  .menu__link--item {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1800px) {
  .menu__link--item {
    padding: 0 30px;
  }
}
.menu__link--item:hover,
.menu__link--item:focus {
  text-decoration: underline;
}
.menu__link--item.active {
  background: #f6f4f3;
  font-weight: 700;
}
.menu__link--item.active .menu__item--dropicon {
  right: 10px;
}
.menu__link--locked-img {
  width: 10px;
  position: relative;
  top: 1px;
}
.menu__link--subitem {
  color: black;
  padding: 15px 10px;
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.menu__link--subitem:hover,
.menu__link--subitem:focus {
  text-decoration: underline;
}
.menu__subitems {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 25px;
  background: white;
  border-top: 0;
}
@media screen and (min-width: 1024px) {
  .menu__subitems {
    position: absolute;
    display: none;
    top: 100%;
    width: 100%;
    left: 0;
    margin: 0;
    border: 1px solid #f6f4f3;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .menu__subitems {
    border-left: 1px solid #ccc;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer--top {
  background: #f7f7f7;
  padding: 50px 0 100px;
}
@media screen and (max-width: 1023px) {
  .footer--top {
    padding: 25px 0 50px;
  }
}
.footer--bottom {
  padding: 35px 0;
}
@media screen and (max-width: 1023px) {
  .footer--bottom .footer__container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.footer__menu {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
.footer__menu--list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .footer__menu--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__menu--item {
  text-align: center;
  padding: 15px 25px;
}
@media screen and (max-width: 1023px) {
  .footer__menu--item {
    padding: 5px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (max-width: 1023px) {
  .footer__totop {
    padding: 15px 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
  }
}
.footer__text--copyright,
.footer__text--author {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1023px) {
  .footer__text--copyright,
  .footer__text--author {
    font-size: 0.8em;
  }
}
.footer__link--menu,
.footer__link--submenu {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
.footer__link--menu:hover,
.footer__link--menu:focus,
.footer__link--submenu:hover,
.footer__link--submenu:focus {
  text-decoration: underline;
}
.footer__link--menu {
  font-weight: 700;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1023px) {
  .footer__link--menu {
    font-size: 0.8em;
  }
}
.footer__link--submenu {
  font-size: 0.9em;
  letter-spacing: 0.1px;
}
@media screen and (max-width: 1023px) {
  .footer__link--submenu {
    font-size: 0.8em;
  }
}
.footer__link--author {
  color: black;
  text-decoration: none;
}
.footer__link--author:hover,
.footer__link--author:focus {
  text-decoration: underline;
}
.footer .logo {
  margin: 0 auto 25px;
}
.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #050506;
  display: none;
  z-index: 9999;
}
@media print {
  .cookies {
    display: none !important;
  }
}
.cookies__container {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .cookies__container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cookies__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .cookies__buttons {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .cookies__buttons {
    margin-top: 10px;
  }
}
.cookies__text--content {
  color: #9fa3ac;
  font-size: 0.8em;
  letter-spacing: -0.25px;
}
@media screen and (min-width: 1215px) {
  .cookies__text--content {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1023px) {
  .cookies__text--content {
    text-align: center;
  }
}
.cookies__text--content a {
  color: #9fa3ac;
}
.cookies__text--content a:hover,
.cookies__text--content a:focus {
  color: white;
}
.mainbox {
  position: relative;
}
.page {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 0 100px;
}
@media screen and (min-width: 1024px) {
  .page__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.page__grid {
  width: 100%;
}
.page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .page__row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.page__news {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page__featured {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page__calc {
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;

  top: -13px;
  position: relative;
}

.page__calc img {
  max-width: 300px;
}

.page__calc img.logo {
  max-width: 200px;
  left: 18px;
  position: relative;
}

.page__content {
  line-height: 1.5em;
}
.page__left,
.page__right {
  padding: 25px 0;
}
@media screen and (min-width: 1024px) {
  .page__left,
  .page__right {
    padding: 100px 25px 120px;
  }
}
.page__left {
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .page__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.page__right {
  -webkit-box-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.page__title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.page__text--title,
.offer__text--title,
.featured__text--title,
.news__text--header,
.slider__text--title {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  font-weight: 200;
}
@media screen and (min-width: 1024px) {
  .page__text--title,
  .offer__text--title,
  .featured__text--title,
  .news__text--header,
  .slider__text--title {
    font-size: 2em;
  }
}
@media screen and (min-width: 1407px) {
  .page__text--title,
  .offer__text--title,
  .featured__text--title,
  .news__text--header,
  .slider__text--title {
    font-size: 3em;
  }
}
.page__text--subtitle {
  font-size: 0.9em;
  margin: 0;
  padding: 5px 0 0;
  color: #6a6a6a;
  font-weight: normal;
}
.page__text--more,
.offer__text--others {
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.page.catlist {
  border-top: 0;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}
.page.objectslist {
  border-top: 0;
}
.page.sliderslist {
  border-top: 0;
  padding: 5px 0 5px;
}
.page.sliderslist:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.contact__button {
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 1023px) {
  .contact__button {
    right: 20px;
    bottom: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__button {
    right: -105px;
    top: 50%;
  }
}
.contact__button--link {
  background: #005b8a;
  font-size: 0.8em;
  display: inline-block;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  border-top: 5px solid white;
  text-decoration: none;
  padding: 5px 10px;
}
.contact__button--link:hover,
.contact__button--link:focus {
  background: #ffffff;
  color: #005b8a;
}
@media screen and (min-width: 1024px) {
  .contact__button--link {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 1.15em;
    padding: 15px 35px;
  }
}
.contact__button--link i {
  margin-left: 5px;
}
.contact__form {
  list-style-type: none;
  margin: 1px 0;
  padding: 0;
  max-width: 800px;
}
.contact__form li {
  padding: 10px;
  background: rgba(0, 0, 0, 0.025);
}
.contact__form li:not(:last-child) {
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .contact__form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.contact__form li label {
  min-width: 150px;
}
@media screen and (max-width: 1023px) {
  .contact__form li label {
    display: block;
  }
}
.contact__form li input,
.contact__form li select,
.contact__form li textarea {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (max-width: 1023px) {
  .contact__form li input,
  .contact__form li select,
  .contact__form li textarea {
    display: block;
    width: calc(100% - 10px);
  }
}
.contact__form li div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact__form a {
  color: black;
}
.contact__form a:hover,
.contact__form a:focus {
  color: #666;
}
.contact__form .error {
  color: #db2424;
  font-weight: 500;
}
.contact__form .errorlist {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  color: #db2424;
  font-weight: 500;
}
.contact__captcha {
  background: rgba(0, 0, 0, 0.025);
  margin-top: 1px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contact__messages--list {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  max-width: 800px;
}
.contact__messages--list li {
  border: 1px solid #000;
  padding: 5px 15px;
  font-weight: 600;
}
.contact__messages--list li:not(:last-child) {
  margin-bottom: 1px;
}
.contact__messages--list li.error {
  border-color: #db2424;
  color: #db2424;
  background: rgba(219, 36, 36, 0.1);
}
.contact__messages--list li.success {
  border-color: #199030;
  color: #199030;
  background: rgba(25, 144, 48, 0.1);
}
.contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.object {
  margin: 25px 0;
}
.object__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
}
.object__slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.object__slider .owl-nav {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.object__slider .owl-nav .owl-prev,
.object__slider .owl-nav .owl-next {
  background: white;
  border: 0;
  color: black;
  width: 30px;
  height: 30px;
  margin: 0 -20px;
  pointer-events: auto;
  outline: 0;
}
@media screen and (min-width: 1407px) {
  .object__slider .owl-nav .owl-prev,
  .object__slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    margin: 0 -50px;
  }
}
.object__slider .owl-nav .owl-prev:hover,
.object__slider .owl-nav .owl-prev:focus,
.object__slider .owl-nav .owl-next:hover,
.object__slider .owl-nav .owl-next:focus {
  background: black;
  color: white;
}
.object__slider .owl-nav .owl-prev.disabled,
.object__slider .owl-nav .owl-next.disabled {
  opacity: 0;
}
.object__slider .owl-nav .owl-prev i,
.object__slider .owl-nav .owl-next i {
  font-size: 0.5em;
}
@media screen and (min-width: 1407px) {
  .object__slider .owl-nav .owl-prev i,
  .object__slider .owl-nav .owl-next i {
    font-size: 0.7em;
  }
}
.object__item {
  text-decoration: none;
  padding: 10px;
  display: block;
  position: relative;
  background-image: url("../img/noimg.jpg");
  background-size: cover;
  background-position: center center;
}
.object__item:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
}
.object__item--box {
  position: relative;
  z-index: 3;
  border: 1px solid white;
  padding: 20px;
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.object__item--content {
  height: 0;
  overflow: hidden;
}
.object__item:hover:after,
.object__item:focus:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0.65))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
}
.object__item:hover .object__item--content,
.object__item:focus .object__item--content {
  height: 100%;
}
.object__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.object__text--title {
  font-size: 1.8em;
  color: white;
  margin: 0;
  padding: 0;
  font-weight: 200;
}
.object__text--subtitle {
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
.object__text--content {
  font-size: 1em;
  color: white;
}
.object__text--price {
  color: white;
}
.object__text--price strong {
  font-size: 1.15em;
}
.object__text--empty {
  font-size: 1em;
  font-weight: normal;
}
.searchlist .object__list,
.objectslist .object__list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .searchlist .object__list,
  .objectslist .object__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1215px) {
  .searchlist .object__list,
  .objectslist .object__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1407px) {
  .searchlist .object__list,
  .objectslist .object__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.newslist .object__list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .newslist .object__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1215px) {
  .newslist .object__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1407px) {
  .newslist .object__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1800px) {
  .newslist .object__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.newsitem .object__list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1407px) {
  .newsitem .object__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.offer {
  padding-top: 0;
}
.offer__background {
  background-color: black;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .offer__background {
    display: none;
  }
}
@media print {
  .offer__background {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .offer__container {
    margin-top: -300px;
  }
}
@media print {
  .offer__container {
    margin-top: 0;
  }
}
.offer__details {
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .offer__details {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .offer__border {
    border: 1px solid #cccccc;
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .offer__border {
    padding-top: 30px;
  }
}
.offer__header {
  margin-bottom: 25px;
}
.offer__bottom {
  padding: 15px 20px;
}
@media screen and (min-width: 1024px) {
  .offer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .offer__bottom--right {
    text-align: right;
  }
}
.offer__printimages {
  display: none;
}
@media print {
  .offer__printimages {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .offer__printimages img {
    max-width: 100%;
  }
}
.offer__gallery {
  position: relative;
  padding-bottom: 25px;
}
@media print {
  .offer__gallery {
    display: none;
  }
}
.offer__gallery--counter {
  position: absolute;
  right: 0;
  bottom: 25px;
  background: rgba(0, 0, 0, 0.3);
  border: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 0.9em;
  z-index: 99;
  padding: 15px;
}
.offer__carousel {
  width: 100%;
}
@media print {
  .offer__carousel {
    display: none;
  }
}
.offer__carousel--item {
  height: 250px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .offer__carousel--item {
    height: 380px;
  }
}
@media screen and (min-width: 1407px) {
  .offer__carousel--item {
    height: 500px;
  }
}
.offer__carousel--link {
  width: 100%;
  height: 100%;
  display: block;
}
.offer__carousel--link:hover,
.offer__carousel--link:focus {
  background: rgba(0, 0, 0, 0.1);
}
.offer__carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offer__carousel .owl-nav .owl-prev,
.offer__carousel .owl-nav .owl-next {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 0.8em;
  border: rgba(0, 0, 0, 0.5);
  width: 45px;
  height: 45px;
}
.offer__carousel .owl-nav .owl-prev span,
.offer__carousel .owl-nav .owl-next span {
  position: relative;
  top: -3px;
}
.offer__carousel .owl-nav .owl-prev:hover,
.offer__carousel .owl-nav .owl-prev:focus,
.offer__carousel .owl-nav .owl-next:hover,
.offer__carousel .owl-nav .owl-next:focus {
  background: black;
}
@media screen and (min-width: 1024px) {
  .offer__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.offer__title--left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .offer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.offer__left {
  min-width: 0;
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .offer__left {
    -webkit-box-flex: 1 0 65%;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
  }
}
@media screen and (min-width: 1024px) {
  .offer__left .offer__paddbox {
    margin-right: 10px;
  }
}
.offer__right {
  padding-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .offer__right {
    border-left: 1px solid #ccc;
  }
}
@media screen and (min-width: 1024px) {
  .offer__right .offer__paddbox {
    margin-left: 10px;
  }
}
.offer__denied {
  border: 1px solid #fc9898;
  background: #fbcccc;
  padding: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.offer__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  background: rgba(204, 204, 204, 0.15);
  margin: 0;
}
.offer__contact {
  background: black;
  padding: 25px;
}
@media print {
  .offer__contact {
    display: none;
  }
}
.offer__contact--list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.offer__contact--list li label {
  display: none;
}
.offer__contact--list li input[type="text"],
.offer__contact--list li input[type="email"],
.offer__contact--list li textarea {
  display: block;
  padding: 5px;
  background: black;
  color: white;
  border: 1px solid white;
  margin: 5px 0;
  width: calc(100% - 10px);
  resize: none;
}
.offer__contact--list li input[type="text"]::-webkit-input-placeholder,
.offer__contact--list li input[type="email"]::-webkit-input-placeholder,
.offer__contact--list li textarea::-webkit-input-placeholder {
  color: white;
}
.offer__contact--list li input[type="text"]:-ms-input-placeholder,
.offer__contact--list li input[type="email"]:-ms-input-placeholder,
.offer__contact--list li textarea:-ms-input-placeholder {
  color: white;
}
.offer__contact--list li input[type="text"]::-ms-input-placeholder,
.offer__contact--list li input[type="email"]::-ms-input-placeholder,
.offer__contact--list li textarea::-ms-input-placeholder {
  color: white;
}
.offer__contact--list li input[type="text"]::placeholder,
.offer__contact--list li input[type="email"]::placeholder,
.offer__contact--list li textarea::placeholder {
  color: white;
}
.offer__contact--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
.offer__desc--content {
  font-size: 0.95em;
  line-height: 1.7em;
}
.offer__info--list {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .offer__info--list {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
    -webkit-column-rule: none;
    column-rule: none;
  }
}
@media screen and (min-width: 1024px) {
  .offer__info--list {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
    -webkit-column-rule: none;
    column-rule: none;
  }
}
@media print {
  .offer__info--list {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.offer__info--item {
  padding: 5px 0;
  font-size: 0.95em;
}
.offer__info--item label {
  font-weight: bold;
}
.offer__info--item label:after {
  content: ":";
}
.offer__credit {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
  margin: 15px 0;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer__credit img {
  width: 100%;
}

.offer__pewnylokal {
  padding: 25px;
  text-align: center;
  border: 1px solid #005b8a;
  margin: 15px 0;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #c7e0f1;
  flex-direction: column;
  gap: 5px;
}

.offer__pewnylokal h5 {
  font-size: 1.5rem;
  color: #005b8a;
  margin: 0;
}

.offer__pewnylokal ul {
  list-style-type: none;
  font-weight: bold;
}

.offer__pewnylokal li {
  padding: 5px 0;
}

.offer__map--leaflet {
  height: 400px;
}
@media print {
  .offer__files {
    display: none;
  }
}
.offer__files--list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.offer__files--item {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offer__files--item:not(:last-child) {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
.offer__files--icon {
  font-size: 2em;
  margin-right: 10px;
}
.offer__files--metadata {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media print {
  .offer__buttons {
    display: none;
  }
}
.offer__buttons--list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 1024px) {
  .offer__buttons--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
  }
}
.offer__buttons--item {
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 1024px) {
  .offer__buttons--item:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}
.offer__buttons--link {
  padding: 10px;
  width: 100%;
  text-decoration: none;
  color: black;
}
.offer__buttons--link:hover,
.offer__buttons--link:focus {
  background: black;
  color: white;
}
.offer__info,
.offer__desc,
.offer__map {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media print {
  .offer__others {
    display: none;
  }
}
.offer__text--title {
  margin: 0;
  padding: 0;
}
.offer__text--subtitle {
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .offer__text--subtitle {
    font-size: 1em;
  }
}
@media screen and (min-width: 1407px) {
  .offer__text--subtitle {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1800px) {
  .offer__text--subtitle {
    font-size: 1.3em;
  }
}
.offer__text--subtitle span {
  font-weight: 100;
  color: #6a6a6a;
}
.offer__text--location {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
@media screen and (min-width: 1024px) {
  .offer__text--location {
    font-size: 0.95em;
  }
}
@media screen and (min-width: 1407px) {
  .offer__text--location {
    font-size: 1em;
  }
}
.offer__text--price {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .offer__text--price {
    font-size: 2em;
  }
}
@media screen and (min-width: 1407px) {
  .offer__text--price {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1800px) {
  .offer__text--price {
    font-size: 3em;
  }
}
.offer__text--price strong {
  color: #ff7300;
  font-weight: 700;
}
.offer__text--price span {
  color: #7a7676;
  font-size: 0.4em;
}
.offer__text--price span:before {
  content: "(";
  color: #9fa3ac;
}
.offer__text--price span:after {
  content: ")";
  color: #9fa3ac;
}
.offer__text--denied {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  color: #f22b2b;
}
.offer__text--person-title {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 0.85em;
}
.offer__text--person-name {
  font-size: 1.3em;
  margin: 10px 0 5px;
  padding: 0;
}
.offer__text--person-tel {
  font-size: 1.3em;
  color: #6a6a6a;
}
.offer__text--person-tel a {
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
.offer__text--contact-title {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  color: white;
  text-transform: uppercase;
}
.offer__text--others {
  margin: 15px 0;
}
.offer__text--bottom {
  font-size: 0.8em;
  color: #7a7676;
  display: block;
  line-height: 1.6em;
}
.offer__text--files-title {
  margin: 0;
  padding: 0 0 3px;
  font-size: 1.15em;
}
.search {
  background-image: url("../img/bg_search.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.search:not(.hasResults) .search__container {
  height: 440px;
}
.search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}
.search__results {
  display: none;
}
.search__results--list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.search__results--list li button {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  border: 0;
  cursor: pointer;
}
.search__results--list li button:hover,
.search__results--list li button:focus {
  background: white;
  color: black;
}
.search__results--list li:not(:last-child) {
  padding-bottom: 3px;
}
.search__box,
.search__results {
  width: 100%;
  max-width: 500px;
}
.search__box {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 15px 5px 15px;
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.search__form--upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__form--upper input::-webkit-input-placeholder,
.search__form--upper textarea::-webkit-input-placeholder {
  color: #fff;
}
.search__form--upper input:-ms-input-placeholder,
.search__form--upper textarea:-ms-input-placeholder {
  color: #fff;
}
.search__form--upper input::-moz-placeholder,
.search__form--upper textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search__form--upper input:-moz-placeholder,
.search__form--upper textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search__form--lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 5px;
}
.search__form input {
  padding: 8px 15px;
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 1em;
  color: white;
  outline: 0;
}
.search__form input:focus,
.search__form input:hover {
  background: #ffffff;
  color: black;
}
.search__form select {
  background: transparent;
  border: 0;
  padding: 3px 0;
  position: relative;
  top: -1px;
  color: white;
  font-size: 1em;
}
.search__form select option {
  background: black;
}
.search [js-search-input] {
  width: 100%;
}
.search [js-search-check] {
  display: none;
}
.search [js-search-button] {
  margin-left: 5px;
  margin-right: 0;
}
.search__text--localization {
  color: white;
  font-weight: 500;
}
.search__text--range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px 0 0;
  color: white;
}
.result {
  background: black;
}
.result__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.result__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em;
}
.result__category--text {
  margin-right: 5px;
  color: white;
}
.result__category--select {
  background: black;
  border: 1px solid white;
  color: white;
}
.result__category--select option {
  background: black;
  color: white;
}
.result__text {
  padding: 10px 0;
  display: block;
  font-size: 0.9em;
  font-weight: 200;
  color: #ccc;
}
.result__text strong {
  font-weight: 500;
  color: white;
}
.featured {
  background: #fafafa;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .featured {
    max-width: 530px;
    margin-top: -13px;
  }
}
.featured__box {
  padding: 15px;
  margin: 0 -15px;
}
@media screen and (min-width: 1024px) {
  .featured__box {
    padding: 35px 40px;
  }
}
.featured__image {
  margin: 30px 0;
  padding: 3px;
  border: 1px solid #ccc;
  background: white;
}
.featured__image--pic {
  max-width: 100%;
  height: 210px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
.featured__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .featured__button--more {
    padding: 15px 40px;
  }
}
.featured__text--special {
  text-transform: uppercase;
  font-weight: bold;
  color: #ff7e25;
}
.featured__text--title {
  margin: 5px 0;
}
.featured__text--shorttitle {
  margin: 0;
  font-weight: 600;
  font-size: 1.05em;
}
.featured__text--price {
  font-size: 1.8em;
  font-weight: 300;
}
.featured__text--price strong {
  font-weight: 700;
}
.news {
  margin-top: 43px;
}
.news__box {
  margin-top: 50px;
}
.news__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .news__button--more {
    padding: 15px 40px;
  }
}
.news__text--date {
  color: #5b5b5b;
  text-transform: uppercase;
  font-weight: 300;
}
.news__text--title {
  text-transform: uppercase;
  font-weight: 600;
  color: #06315a;
  font-size: 1.5em;
  margin: 13px 0;
}
.news__text--content {
  color: #474747;
  font-size: 1.15em;
  margin-top: 30px;
}
.slider {
  position: relative;
}
.slider__item {
  background-size: cover;
  background-position: center;
  background-image: url("../img/bg_search1.jpg");
}
.slider__block {
  margin: 25px 0;
  margin-top: -15vh;
}
@media screen and (min-width: 1024px) {
  .slider__block {
    width: 50%;
  }
}
@media screen and (min-width: 1215px) {
  .slider__block {
    width: 40%;
  }
}
.slider__container {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .slider__container {
    height: 400px;
  }
}
@media screen and (min-width: 1407px) {
  .slider__container {
    height: 600px;
  }
}
@media screen and (min-width: 1800px) {
  .slider__container {
    height: 800px;
  }
}
.slider__cat--locked-img {
  width: 10px;
  position: relative;
  top: -1px;
  -webkit-filter: invert(100);
  filter: invert(100);
}
.slider__nav {
  position: absolute;
  right: 35px;
  bottom: 35px;
  z-index: 999;
}
.slider__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slider__nav--item {
  margin: 0 10px;
}
.slider__nav--button {
  width: 200px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: white;
  text-align: right;
  font-size: 2em;
  background: transparent;
  padding: 0 0 10px 0;
  cursor: pointer;
  outline: 0;
}
.slider__nav--button.active {
  -webkit-box-shadow: inset 0px -2px 0px 0px white;
  box-shadow: inset 0px -2px 0px 0px white;
}
.slider__text--title {
  color: white;
  font-weight: bold;
  background: rgba(0, 90, 130, 0.5);
  padding: 5px;
}
.slider__text--content {
  color: white;
  font-size: 1.15em;
  line-height: 1.4em;
  margin: 5px 0;
}
.slider__text--content a {
  color: white;
  text-decoration: none;
}
.slider__text--content a:hover,
.slider__text--content a:focus {
  text-decoration: underline;
}
.slider__bottom {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  padding: 0;
  list-style-type: none;
  color: white;
  font-size: 1.15em;
}
.slider__breadcrumbs--item:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}
.slider__breadcrumbs--link {
  color: white;
}
.slider__breadcrumbs--link:hover,
.slider__breadcrumbs--link:focus {
  opacity: 0.9;
}
.slider.small {
  background-image: url("../img/bg_search.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.slider.small .slider__box {
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: -15px;
}
.slider.small .slider__container {
  height: 250px;
}
.slider .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .slider .owl-nav {
    display: none;
  }
}
.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  pointer-events: auto;
  background: transparent;
  color: white;
  font-size: 1em;
  border: rgba(0, 0, 0, 0.5);
  margin: 0;
  outline: 0;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1407px) {
  .slider .owl-nav .owl-prev,
  .slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    font-size: 2em;
  }
}
@media screen and (min-width: 1800px) {
  .slider .owl-nav .owl-prev,
  .slider .owl-nav .owl-next {
    width: 80px;
    height: 80px;
    margin: 0 100px;
  }
}
.slider .owl-nav .owl-prev span,
.slider .owl-nav .owl-next span {
  position: relative;
  top: -3px;
}
.slider .owl-nav .owl-prev:hover,
.slider .owl-nav .owl-prev:focus,
.slider .owl-nav .owl-next:hover,
.slider .owl-nav .owl-next:focus {
  background: black;
}
.download {
  background: rgba(0, 0, 0, 0.02);
  padding: 100px 0 120px;
}
.download__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.download__hide {
  display: none;
}
.download__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.dashboard {
  border-top: 10px solid #f7f7f7;
  padding: 25px 0;
}
@media screen and (min-width: 1024px) {
  .dashboard {
    padding: 50px 0;
  }
}
.dashboard__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.dashboard__board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dashboard__left {
  border-right: 1px solid #cccccc;
  background: rgba(0, 0, 0, 0.01);
}
@media screen and (max-width: 1023px) {
  .dashboard__left {
    display: none;
  }
}
.dashboard__right {
  padding: 10px 0;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 1024px) {
  .dashboard__right {
    padding: 50px;
  }
}
.dashboard__table {
  width: 100%;
  max-width: 800px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .dashboard__table {
    display: table;
  }
}
@media screen and (max-width: 1023px) {
  .dashboard__table--row {
    padding: 10px 0;
  }
  .dashboard__table--row:not(:last-child) {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1024px) {
  .dashboard__table--row {
    display: table-row;
  }
}
@media screen and (min-width: 1024px) {
  .dashboard__table--row:not(:last-child) .dashboard__table--cell {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  }
}
.dashboard__table--row:nth-child(odd) .dashboard__table--cell {
  background: rgba(0, 0, 0, 0.015);
}
.dashboard__table--row:hover .dashboard__table--cell {
  background: rgba(0, 0, 0, 0.025);
}
.dashboard__table--head {
  pointer-events: none;
  display: none;
}
@media screen and (min-width: 1024px) {
  .dashboard__table--head {
    display: table-row;
  }
}
.dashboard__table--head .dashboard__table--cell {
  background: black !important;
  color: white !important;
}
@media screen and (max-width: 1023px) {
  .dashboard__table--cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px;
  }
  .dashboard__table--cell:before {
    content: attr(data-title) ":";
    font-weight: 200;
    color: #666;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .dashboard__table--cell {
    display: table-cell;
    padding: 15px;
  }
}
.dashboard__table--cell:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.dashboard__table--actions {
  width: 1px;
  white-space: nowrap;
}
.dashboard__bottom {
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .dashboard__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dashboard__actions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dashboard__actions--item {
  margin: 0 5px;
}
.dashboard__login {
  margin: 100px auto;
  max-width: 400px;
}
.dashboard__menu {
  padding: 50px 0;
}
.dashboard__menu--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dashboard__notfound {
  margin: 100px auto;
  max-width: 400px;
  text-align: center;
}
.dashboard__notfound .dashboard__bottom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dashboard__button--action {
  font-size: 0.7em;
  padding: 5px 10px;
}
@media screen and (min-width: 1024px) {
  .dashboard__button--action {
    min-width: 100px;
  }
}
.dashboard__form {
  list-style-type: none;
  margin: 1px 0;
  padding: 0;
  max-width: 800px;
}
.dashboard__form--main,
.dashboard__form--files,
.dashboard__form--gallery,
.dashboard__form--parameters {
  margin-bottom: 25px;
}
.dashboard__form--files,
.dashboard__form--gallery,
.dashboard__form--parameters {
  background: rgba(0, 0, 0, 0.025);
  padding: 10px;
}
.dashboard__form--files table,
.dashboard__form--gallery table,
.dashboard__form--parameters table {
  width: 100%;
  text-align: center;
}
.dashboard__form--files input,
.dashboard__form--gallery input,
.dashboard__form--parameters input {
  width: 100%;
}
.dashboard__form--files .add-row,
.dashboard__form--gallery .add-row,
.dashboard__form--parameters .add-row {
  width: 150px;
  padding: 5px 10px;
  font-size: 0.9em;
  margin-top: 10px;
}
.dashboard__form li {
  padding: 10px;
  background: rgba(0, 0, 0, 0.025);
}
.dashboard__form li:not(:last-child) {
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .dashboard__form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.dashboard__form li label {
  min-width: 150px;
}
.dashboard__form li input,
.dashboard__form li select,
.dashboard__form li textarea {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 5px;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.dashboard__form li div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dashboard__form a {
  color: black;
}
.dashboard__form a:hover,
.dashboard__form a:focus {
  color: #666;
}
.dashboard__form .error {
  color: #db2424;
  font-weight: 500;
}
.dashboard__form .errorlist {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  color: #db2424;
  font-weight: 500;
}
.dashboard__form .helptext {
  display: none;
}
.dashboard__form .leaflet-draw-draw-polyline,
.dashboard__form .leaflet-draw-draw-polygon,
.dashboard__form .leaflet-draw-draw-rectangle {
  display: none;
}
.dashboard__messages--list {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  max-width: 800px;
}
.dashboard__messages--list li {
  border: 1px solid #000;
  padding: 5px 15px;
  font-weight: 600;
}
.dashboard__messages--list li:not(:last-child) {
  margin-bottom: 1px;
}
.dashboard__messages--list li.error {
  border-color: #db2424;
  color: #db2424;
  background: rgba(219, 36, 36, 0.1);
}
.dashboard__messages--list li.success {
  border-color: #199030;
  color: #199030;
  background: rgba(25, 144, 48, 0.1);
}
.dashboard__helptext--list {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 10px 0;
  width: 100%;
  max-width: 800px;
  border: 1px solid #ccc;
  background: rgba(0, 0, 0, 0.025);
}
.dashboard__helptext--list li {
  padding: 5px 15px;
}
.dashboard__errors--list {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 10px 0;
  width: 100%;
  max-width: 800px;
  border: 1px solid #db2424;
}
.dashboard__errors--list li {
  padding: 5px 15px;
  color: #db2424;
}
.dashboard__text--head {
  padding: 25px 0;
  font-size: 1.3em;
  margin: 0;
  color: #666;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .dashboard__text--head {
    padding: 25px 10px;
    font-size: 1.5em;
  }
}
.dashboard__text--head strong {
  font-weight: 600;
}
.dashboard__text--title {
  font-size: 1.15em;
  padding: 0 0 15px;
  margin: 0;
  color: #666;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .dashboard__text--title {
    font-size: 1.3em;
  }
}
.dashboard__text--notfound {
  padding: 25px 0;
  font-size: 1.3em;
}
@media screen and (min-width: 1024px) {
  .dashboard__text--notfound {
    padding: 25px 10px;
    font-size: 1.5em;
  }
}
.dashboard__text--download-true,
.dashboard__text--download-false {
  text-transform: uppercase;
  font-weight: bold;
}
.dashboard__text--download-true {
  color: #199030;
}
.dashboard__text--download-false {
  color: #db2424;
}
.dashboard__link--menu {
  text-transform: uppercase;
  font-size: 1.1em;
  color: black;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
  min-width: 200px;
}
.dashboard__link--menu:hover,
.dashboard__link--menu:focus {
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.03);
}
.dashboard__link--menu.active {
  pointer-events: none;
  font-weight: 700;
  background: white;
  border: 1px solid #cccccc;
  border-right-color: white;
  position: relative;
  right: -1px;
}

.homecontent__blocks {
  padding: 25px;
  background: #fff;
  margin-top: -170px;
  position: relative;
  z-index: 999;
  min-height: 300px;
  border-top: 10px solid #337ab7;
}

.homecontent__blocks .object__list {
  display: none;
}

.homecontent__blocks .object__list.owl-carousel.owl-loaded {
  display: block;
}

.homecontent__block {
  min-width: 100%;
}

.homecontent__block .owl-nav {
  display: none;
}

.homecontent__blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}

@media screen and (min-width: 1024px) {
  .homecontent__blocks {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.homecontent__blocks .news {
  margin-top: 0;
}

.homecontent__blocks .featured {
  background: transparent;
  margin-top: 0;
}

.homecontent__blocks .featured__box {
  padding: 0;
  margin: 0;
}

.homecontent__blocks .featured__bottom {
  flex-direction: column-reverse;
  gap: 15px;
  align-items: flex-start;
}

.homecontent__blocks .featured__text--title {
  font-size: 1.6rem;
}

.homecontent__blocks .featured__image {
  margin: 15px 0;
}

.homecontent__blocks .news__box {
  margin-top: 30px;
}

.homecontent__blocks .news__header {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

.homecontent__blocks .news__text--header {
  margin: 0;
}

.financing__section {
  border: 1px solid #e9e5db;
  border-radius: 30px;
  overflow: hidden;
  max-width: 1360px;

  display: flex;
  flex-flow: row nowrap;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .financing__section {
    flex-direction: row;
  }
}

.financing__section .col {
  width: 50%;
}

@media screen and (min-width: 1024px) {
  .financing__section .col.first {
    display: flex;
    align-items: flex-end;
    width: 40%;
  }

  .financing__section .col.first img {
    width: 100%;
  }
}

.financing__section .col.grid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.financing__section .img {
  aspect-ratio: 1;
}

.financing__section:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  .financing__section:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.financing__section h2 {
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: 200;
}

.financing__section .button {
  background: #ae0002;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 20px;
  display: inline-block;
}

.financing__section .button svg {
  display: none;
}
