@charset "UTF-8";
/**
@author: Ján Priskin
@copyright www.priskin.sk
**/
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
:root {
  --vh-offset: 0px;
  --vh: 1vh;
}

html,
body {
  height: 100%;
  width: 100%;
  font: normal 300 17px "Montserrat", sans-serif;
  color: #000;
}

body {
  margin: 0;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}
body.no-overflow {
  overflow: hidden;
}

/* ----------- */
iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

b, strong {
  font-weight: 600;
}

p {
  margin-bottom: 2.25rem;
  line-height: 1.5;
}

/* ----------- */
hr {
  border: 0;
  background: #414242;
  display: block;
  height: 1px;
  margin: 20px 0;
}

/* ----------- */
img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}

img.lazy {
  background: url("../img/loading.svg") 50% 50% no-repeat;
  background-size: 75% 75%;
}
img.lazy.loaded {
  background-image: none;
}

img.full {
  width: 100%;
}

/* ----------- */
a, a:hover, a:focus,
button, button:hover, button:focus,
input[type=submit], input[type=submit]:hover, input[type=submit]:focus {
  text-decoration: none;
  outline: 0;
}

a {
  color: #008e49;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #008e49;
}
a.fancy {
  position: relative;
  text-decoration: none !important;
}
a.fancy:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a.fancy:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

[href^="mailto:"] {
  white-space: nowrap;
}

li:hover .fancy:before,
.active .fancy:before {
  background: #008e49 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

/* ----------- */
.dOnly {
  display: none;
}
@media screen and (min-width: 980px) {
  .dOnly {
    display: block;
  }
}

.mOnly {
  display: block;
}
@media screen and (min-width: 980px) {
  .mOnly {
    display: none;
  }
}

.white {
  color: #FFF;
}

.red {
  color: #e51111;
}

.green {
  color: #008e49;
}

.bg-black {
  background: #000 !important;
}

.bg-white {
  background: #FFF !important;
}

.bg-gray {
  background: #ebedee !important;
}

.bg-gray2 {
  background: #c8ccce !important;
}

.bg-dark {
  background: #52646c !important;
}

.bg-green {
  background: #008e49 !important;
}

.line-through {
  text-decoration: line-through;
}

/* ----------- */
.list-arrow {
  margin-bottom: 2.5rem;
  padding: 0;
  list-style: none;
}
.list-arrow li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}
.list-arrow li:before {
  content: "\e90e";
  font-family: "psn";
  font-size: 10px;
  font-size: 0.5882352941rem;
  color: #008e49;
  position: absolute;
  top: 5px;
  left: 0;
}
.list-arrow.double li:before {
  content: "»";
  font-weight: bold;
  font-size: 16px;
  font-size: 0.9411764706rem;
  top: -3px;
}

/* ----------- */
/* HEADINGS */
h1, .h1 {
  margin: 1em 0;
  font-weight: bold;
  font-size: 26px;
  font-size: 1.5294117647rem;
}

h2 {
  margin: 0.3em 0 0.55em;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.1764705882rem;
}

h3 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: 300;
}

header h1,
.h1 {
  margin: 0 auto 37px;
  padding: 0 30px;
  font-size: 24px;
}
header h1 + hr,
.h1 + hr {
  background: #008e49;
  max-width: 191px;
  height: 4px;
  margin-top: -1.65rem;
  margin-bottom: 2.95rem;
}

@media screen and (min-width: 360px) {
  header h1,
  .h1 {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  header h1,
  .h1 {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
}
@media screen and (min-width: 768px) {
  .sp article h1 {
    font-weight: normal;
    font-size: 34px;
    font-size: 2rem;
    color: #00853c;
  }
}
@media screen and (min-width: 1024px) {
  header h1,
  .h1 {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
}
/* ----------- */
/* BOOTSTRAP GRID */
@media screen and (min-width: 1024px) {
  .container {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

.form-row {
  margin-right: -9px;
  margin-left: -9px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 9px;
  padding-left: 9px;
}

.form-group.narrow {
  max-width: 430px;
  margin: 0 auto 4px;
}
.form-group.narrow:last-child {
  text-align: center;
}

/* ----------- */
/* FORM ELEMENTS */
a, [type=submit] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-control {
  border-radius: 2px;
  border: 0;
  height: calc(1.8em + 0.75rem + 2px);
  margin-bottom: 18px;
  font-weight: 300;
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control:-moz-placeholder {
  color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control:focus {
  border-color: #008e49;
  -webkit-box-shadow: inset 0 -3px 0 0 #008e49;
  box-shadow: inset 0 -3px 0 0 #008e49;
  color: #000;
}
.form-control.dark {
  background: #414242;
  color: #FFF;
}
.form-control.dark:focus {
  color: #FFF;
}
.form-control.dark::-webkit-input-placeholder {
  color: #FFF;
}
.form-control.dark:-moz-placeholder {
  color: #FFF;
}
.form-control.dark::-moz-placeholder {
  color: #FFF;
}
.form-control.dark:-ms-input-placeholder {
  color: #FFF;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 4px);
}

.custom-select {
  border: 0;
  border-radius: 2px;
  height: calc(1.8em + 0.75rem + 2px);
  margin-bottom: 18px;
  font-weight: 300;
}

.btn {
  border-radius: 2px;
  border: 0;
  padding: 9px 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1764705882rem;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-default {
  background: #008e49;
  color: #FFF;
}
.btn-default:hover, .btn-default:focus {
  background: #1e9453;
  color: #FFF;
}

.btn-primary {
  background: #354b54;
}
.btn-primary:hover, .btn-primary:focus {
  background: #2b3d44;
  color: #d6b160;
}

.btn-secondary {
  background: #00b65e;
  color: #FFF;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #FFF !important;
  color: #008e49 !important;
}

.btn-sm {
  padding: 7px 15px;
  font-size: 14px !important;
}

.btn-zone {
  border-radius: 3px;
  border: 2px solid #008e49;
  background: url("../img/icons/client-zone.svg") 14px 50%/auto 18px no-repeat;
  margin-top: 36px;
  padding: 7px 10px 4px 50px;
  text-align: left;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 14px;
}
[lang=ru] .btn-zone {
  letter-spacing: 4px;
  font-size: 13px;
}
.btn-zone:hover, .btn-zone:focus {
  background-color: #008e49;
}

@media screen and (min-width: 768px) {
  .btn-sm {
    height: 36px !important;
  }
}
@media screen and (min-width: 1180px) {
  .btn-zone {
    width: 100%;
    letter-spacing: 5px;
  }
}
.input-group-btn {
  border-radius: 0 2px 2px 0;
  overflow: hidden;
}

/* ----------- */
.labels {
  position: absolute;
  top: 0;
  left: 0;
}
.labels .badge {
  border-radius: 0;
  margin: 0 -2px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.lead {
  margin-bottom: 15px;
  font-size: 1.35rem;
}
.lead p {
  margin-top: 0.8em;
}

.sp article .lead p {
  margin-top: 0;
}

/* ----------- */
/* TABLES */
table {
  margin: 22px 0;
  width: 100%;
  overflow: hidden;
}
table tr {
  border-bottom: 2px solid #ebedee;
}
table tr:last-child {
  border: 0;
}
table th,
table td {
  border: 0;
  padding: 13px 24px;
  font-weight: 300;
  word-break: normal;
}
table .bold * {
  font-weight: bold !important;
}
table .line-through th {
  position: relative;
}
table .line-through th:after {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 50.5%;
  width: 100%;
  height: 1px;
  left: 24px;
}

/* ----------- */
/* TREBA ESTE PREFILTROVAT */
.hidden {
  display: none;
  /*visibility: hidden;*/
}

.nowrap {
  white-space: nowrap;
}

/* ----------- */
/* PSN icon font */
@font-face {
  font-family: "psn";
  src: url("../fonts/psn.ttf?favfjz") format("truetype"), url("../fonts/psn.woff?favfjz") format("woff"), url("../fonts/psn.svg?favfjz#psn") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.cf {
  font-family: "psn" !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;
}

.psn-burger:before {
  content: "\e60c";
}

.psn-remove:before {
  content: "\e901";
}

.psn-share:before {
  content: "\e912";
}

.psn-mail2:before {
  content: "\e907";
}

.psn-mail:before {
  content: "\e900";
}

.psn-phone:before {
  content: "\e908";
}

.psn-mobile:before {
  content: "\e902";
}

.psn-search:before {
  content: "\e903";
}

.psn-search2:before {
  content: "\e909";
}

.psn-facebook2:before {
  content: "\e90a";
}

.psn-facebook:before {
  content: "\e904";
}

.psn-instagram:before {
  content: "\e905";
}

.psn-linkedin:before {
  content: "\e906";
}

.psn-arrow-up:before {
  content: "\e916";
}

.psn-arrow-down:before {
  content: "\e90f";
}

.psn-arrow-left:before {
  content: "\e910";
}

.psn-arrow-right:before {
  content: "\e911";
}

.psn-arrow-up-bold:before {
  content: "\e90b";
}

.psn-arrow-down-bold:before {
  content: "\e90c";
}

.psn-arrow-left-bold:before {
  content: "\e90d";
}

.psn-arrow-right-bold:before {
  content: "\e90e";
}

.psn-crown:before {
  content: "\e917";
}

.psn-download:before {
  content: "\e918";
}

.psn-resize:before {
  content: "\e913";
}

.psn-comment:before {
  content: "\e914";
}

.psn-money-bag:before {
  content: "\e915";
}

.psn-cogwheel:before {
  content: "\e919";
}

.psn-search-resident:before {
  content: "\e91a";
}

.psn-home:before {
  content: "\e91b";
}

.psn-home-full:before {
  content: "\e91c";
}

.psn-home-full2:before {
  content: "\e923";
}

.psn-cart:before {
  content: "\e91d";
}

.psn-cart-full:before {
  content: "\e91e";
}

.psn-heart:before {
  content: "\e91f";
}

.psn-heart-full:before {
  content: "\e920";
}

.psn-marker:before {
  content: "\e921";
}

.psn-marker-full:before {
  content: "\e922";
}

.psn-radio-full:before {
  content: "\e925";
}

.psn-checkmark-full:before {
  content: "\e926";
}

.psn-checkmark-tick:before {
  content: "\e924";
}

/* ----------- */
@font-face {
  font-family: "Youth";
  src: url("../fonts/Youth-Bold.eot");
  src: url("../fonts/Youth-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Youth-Bold.woff2") format("woff2"), url("../fonts/Youth-Bold.woff") format("woff"), url("../fonts/Youth-Bold.ttf") format("truetype"), url("../fonts/Youth-Bold.svg#Youth") format("svg");
}
/* CUSTOM CHECKBOX */
.form-check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.form-check label {
  cursor: pointer;
}

.form-check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox {
  border-radius: 50%;
  background: #FFF;
  height: 22px;
  width: 22px;
  position: absolute;
  top: -1px;
  left: 0;
  cursor: pointer;
}
.checkbox:after {
  font-family: "psn";
  color: #008e49;
  font-size: 21px;
  font-size: 1.2352941176rem;
  position: absolute;
  left: 0;
  top: -1px;
}

.form-check.red .checkbox {
  background: #860a0a;
}

input:checked + .checkbox {
  background: none !important;
}

input:checked + .checkbox::after {
  content: "\e926";
}

/* ----------- */
/* BOOTSTRAP POPOVER */
.popover {
  border-color: #414242;
  background: #414242;
  text-align: center;
  color: #FFF;
}
.popover[x-placement^=top] > .arrow::before,
.popover[x-placement^=top] > .arrow::after {
  border-top-color: #414242;
}
.popover[x-placement^=bottom] > .arrow::before,
.popover[x-placement^=bottom] > .arrow::after {
  border-bottom-color: #414242;
}
.popover .popover-body {
  color: inherit;
}

/* ----------- */
/* PSN GRID - default */
.psn-grid {
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.psn-grid a {
  display: block;
}
.psn-grid .row {
  overflow: hidden;
}
.psn-grid .item {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  position: relative;
  /* default under ".item-holder" */
}
.psn-grid .item.no-overlay .item-holder:after {
  display: none;
}
.psn-grid .item .item-holder {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  /* if INSIDE of ".item-holder; position: absolute, bottom, left; */
}
.psn-grid .item .item-holder:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.psn-grid .item .item-holder:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.psn-grid .item .item-holder.gradient:after {
  background: none;
}
.psn-grid .item .item-holder.gradient .item-caption {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, rgba(0, 0, 0, 0.55)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#33000000",GradientType=0 );
}
.psn-grid .item .item-holder:hover:after {
  background-color: rgba(0, 0, 0, 0.65);
}
.psn-grid .item .item-holder .item-caption {
  padding: 25px 15px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.psn-grid .item img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.psn-grid .item .item-caption {
  padding: 15px 0;
  text-align: left;
  font-weight: 600;
}
.psn-grid .item .item-caption.full-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-weight: 300;
}
.psn-grid .item .item-caption strong {
  display: block;
}
.psn-grid .item .item-caption p {
  margin: 0 0 15px;
  line-height: 1.3;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
@media (min-width: 560px) {
  .psn-grid {
    display: grid;
  }
  .psn-grid .item {
    margin-bottom: 0;
  }
  .psn-grid .item.fit-1x2 {
    grid-column: span 1;
    grid-row: span 2;
  }
  .psn-grid .item.fit-1x2 .item-holder:before {
    padding-bottom: calc(200% + 10px);
  }
  .psn-grid .item.fit-2x1 {
    grid-column: span 2;
    grid-row: span 1;
  }
  .psn-grid .item.fit-2x1 .item-holder:before {
    padding-bottom: calc(50% - 5px);
  }
  .psn-grid .item.fit-2x2 {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media (min-width: 768px) {
  .psn-grid {
    grid-gap: 15px;
  }
  .psn-grid .item {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  .psn-grid .item .item-holder .item-caption {
    padding: 25px 21px;
  }
  .psn-grid .item.fit-1x2 .item-holder:before {
    padding-bottom: calc(200% + 15px);
  }
  .psn-grid .item.fit-2x1 .item-holder:before {
    padding-bottom: calc(50% - 7.5px);
  }
}
@media (min-width: 1024px) {
  .psn-grid {
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
  }
  .psn-grid .item.fit-1x2 .item-holder:before {
    padding-bottom: calc(200% + 30px);
  }
  .psn-grid .item.fit-2x1 .item-holder:before {
    padding-bottom: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .psn-grid {
    grid-gap: 50px;
  }
  .psn-grid .item.fit-1x2 .item-holder:before {
    padding-bottom: calc(200% + 50px);
  }
  .psn-grid .item.fit-2x1 .item-holder:before {
    padding-bottom: calc(50% - 25px);
  }
}

/* FRAMED style */
.grid-bordered .item {
  border: 1px solid #b3b7b9;
}
.grid-bordered .item .item-caption {
  padding: 15px;
}

/* ROUNDED style */
.grid-rounded .item {
  border-radius: 50%;
  overflow: hidden;
}

/* CENTERED caption - funguje aj na jednotlivy ".item" */
.grid-centered .item-holder .item-caption {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center !important;
}
.grid-centered .item-holder + .item-caption {
  text-align: center;
}

/* DOUBLED SIZE of every 3rd item */
@media (min-width: 600px) {
  .grid-alter .item:nth-child(3), .grid-alter .item:nth-child(6), .grid-alter .item:nth-child(13), .grid-alter .item:nth-child(16), .grid-alter .item:nth-child(23), .grid-alter .item:nth-child(26), .grid-alter .item:nth-child(33), .grid-alter .item:nth-child(36), .grid-alter .item:nth-child(43), .grid-alter .item:nth-child(46) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .grid-alter .item:nth-child(3) .item-holder:before, .grid-alter .item:nth-child(6) .item-holder:before, .grid-alter .item:nth-child(13) .item-holder:before, .grid-alter .item:nth-child(16) .item-holder:before, .grid-alter .item:nth-child(23) .item-holder:before, .grid-alter .item:nth-child(26) .item-holder:before, .grid-alter .item:nth-child(33) .item-holder:before, .grid-alter .item:nth-child(36) .item-holder:before, .grid-alter .item:nth-child(43) .item-holder:before, .grid-alter .item:nth-child(46) .item-holder:before {
    padding-bottom: 50%;
  }
}
@media (min-width: 1024px) {
  .grid-alter .item:nth-child(3), .grid-alter .item:nth-child(6), .grid-alter .item:nth-child(13), .grid-alter .item:nth-child(16), .grid-alter .item:nth-child(23), .grid-alter .item:nth-child(26), .grid-alter .item:nth-child(33), .grid-alter .item:nth-child(36), .grid-alter .item:nth-child(43), .grid-alter .item:nth-child(46) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .grid-alter .item:nth-child(3) .item-holder:before, .grid-alter .item:nth-child(6) .item-holder:before, .grid-alter .item:nth-child(13) .item-holder:before, .grid-alter .item:nth-child(16) .item-holder:before, .grid-alter .item:nth-child(23) .item-holder:before, .grid-alter .item:nth-child(26) .item-holder:before, .grid-alter .item:nth-child(33) .item-holder:before, .grid-alter .item:nth-child(36) .item-holder:before, .grid-alter .item:nth-child(43) .item-holder:before, .grid-alter .item:nth-child(46) .item-holder:before {
    padding-bottom: 100%;
  }
}

.grid-flex {
  grid-gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.grid-flex .item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(33.3333333333% - 6.6666666667px);
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .grid-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-flex .item {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .grid-flex .item {
    margin: 0 25px;
  }
}

/* ----------- */
/* NATIVE CSS GRID */
.psn-grid3 {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(8, [col-start] 1fr);
}
.psn-grid3 .item {
  background: #c8ccce url("../img/logo.svg¨") 50% 50% no-repeat;
  color: #FFF !important;
  position: relative;
  overflow: hidden;
}
.psn-grid3 .item:before, .psn-grid3 .item:after,
.psn-grid3 .item .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.psn-grid3 .item:before {
  content: attr(data-letter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 4rem;
}
.psn-grid3 .item:after {
  content: "";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.psn-grid3 .item:hover:after {
  background: rgba(0, 142, 73, 0.75);
}
.psn-grid3 .item:hover .title {
  opacity: 1;
}
.psn-grid3 .item .holder::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.psn-grid3 .item .title {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  z-index: 2;
  opacity: 0;
}
.psn-grid3 .item img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .psn-grid3 .item .title {
    font-size: 1.2rem;
  }
}

/* BREADCRUMBS */
.breadcrumb {
  background: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 6px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-size: 15px;
  font-size: 0.8823529412rem;
  color: #000;
}
.breadcrumb * {
  color: inherit !important;
}
.breadcrumb .breadcrumb-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "»";
  margin-right: 1px;
  font-size: 19px;
  font-size: 1.1176470588rem;
}
.breadcrumb.params-list .breadcrumb-item {
  padding: 0 1.54rem 8px 0;
}
.breadcrumb.params-list .breadcrumb-item:before {
  display: none;
}
.breadcrumb .cf {
  margin-right: 8px;
  color: #008e49 !important;
}
.breadcrumb .psn-home {
  font-size: 28px;
  font-size: 1.6470588235rem;
}
.breadcrumb .psn-marker {
  font-size: 21px;
  font-size: 1.2352941176rem;
}
.breadcrumb .psn-resize {
  font-size: 18px;
  font-size: 1.0588235294rem;
}

/* BOTTOM CONTROLS */
.bottom-controls {
  background: #000;
  width: 100%;
  padding: 0 15px;
  line-height: 55px;
  color: #FFF;
  clear: both;
}
.bottom-controls a:not(.btn) {
  display: inline;
  text-decoration: none;
  color: #FFF;
}
.bottom-controls a:not(.btn):hover, .bottom-controls a:not(.btn):focus {
  color: #008e49;
}
.bottom-controls > div {
  display: inline-block;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
.bottom-controls > div a {
  margin-left: 7px;
}
.bottom-controls .psn-cart,
.bottom-controls .psn-cart-full,
.bottom-controls .psn-save,
.bottom-controls .psn-share {
  font-size: 22px;
  font-size: 1.2941176471rem;
}
.bottom-controls .psn-heart,
.bottom-controls .psn-heart-full {
  font-size: 20px;
  font-size: 1.1764705882rem;
}
.bottom-controls .psn-comment {
  font-size: 18px;
  font-size: 1.0588235294rem;
}
.bottom-controls .psn-download {
  font-size: 21px;
  font-size: 1.2352941176rem;
}
.bottom-controls .prop-id {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 1;
  top: 2px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .bottom-controls {
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .bottom-controls {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1200px) {
  .bottom-controls .prop-id {
    max-width: 100px;
  }
}
@media screen and (min-width: 1366px) {
  .bottom-controls .prop-id {
    max-width: 125px;
  }
}

/* COOKIEBAR */
#cookie-bar {
  background: #DBDDDE;
  padding: 12px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
}
#cookie-bar .btn {
  margin: 0 10px;
  padding: 5px 15px;
  text-transform: lowercase;
  font-weight: normal;
}

/* ----------- */
/* CONTACT FORM section */
#contact {
  background: #DBDDDE;
  padding: 20px 0 50px;
  text-align: center;
  font-size: 17px;
  font-size: 1rem;
}
#contact form {
  padding-top: 6px;
  text-align: left;
}
#contact form label {
  margin-bottom: 0.4rem;
}
#contact form a {
  text-decoration: underline;
}
#contact form a:hover {
  text-decoration: none;
}
#contact .form-group:not(.narrow) {
  margin-bottom: 30px;
}
#contact .btn {
  margin-top: 35px;
}
@media screen and (min-width: 1200px) {
  #contact {
    padding: 65px 0 57px;
  }
}

/* ----------- */
/* POSLAT ZNAMEMU */
.project-form {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.project-form #closeForm {
  padding: 0 16px;
  line-height: 1;
  font-size: 36px;
  font-size: 2.1176470588rem;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  right: 0;
}
.project-form .holder {
  background: #000;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  margin: auto;
  padding: 15px 30px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
.project-form h2 {
  margin-bottom: 30px;
  font-size: 20px;
}
.project-form table {
  margin: 0;
}
.project-form tr {
  border: 0;
}
.project-form th {
  vertical-align: middle;
  display: none;
}
.project-form th, .project-form td {
  border: 0;
  padding: 10px 0;
}
.project-form .form-check {
  padding: 0 0 0 35px;
}
.project-form input {
  visibility: visible !important;
}
@media (min-width: 600px) {
  .project-form .holder {
    width: 80%;
    padding: 30px 50px;
  }
}
@media (min-width: 800px) {
  .project-form h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

/* ----------- */
/* SEARCH BAR */
#search-bar {
  border: 0;
  background: rgba(0, 142, 73, 0.98);
  width: 100%;
  margin: 0;
  padding: 37px 0;
  text-align: center;
  position: fixed !important;
  left: 0 !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
#search-bar.show {
  top: 80px !important;
}
#search-bar .form-control {
  border-radius: 5px;
  border: 1px solid #00b65e;
  background: none;
  margin: 0 0 30px;
  text-align: center;
  font-weight: 600;
}
#search-bar .form-control:focus {
  border-color: #FFF;
}
@media screen and (min-width: 600px) {
  #search-bar .form-control {
    height: 48px;
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
@media screen and (min-width: 768px) {
  #search-bar {
    padding: 67px 0 77px;
  }
  #search-bar .form-control {
    height: 85px;
    margin: 0 0 51px;
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
}
@media screen and (min-width: 1024px) {
  #search-bar.show {
    top: 91px !important;
  }
}

.show [data-target=search-bar] {
  background: #FFF;
}

.show [data-target=search-bar]:before {
  content: "";
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 16px solid #008e49;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 5px;
  pointer-events: none;
}
@media screen and (min-width: 420px) {
  .show [data-target=search-bar]:before {
    left: 15px;
  }
}

/* PSN KLUB */
#psn-sidebar {
  width: 100%;
  height: calc(100vh - 80px);
  padding-left: 46px;
  color: #FFF;
  position: fixed;
  right: calc(-100% + 46px);
  top: 80px;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  display: none;
}
#psn-sidebar.open {
  width: calc(100% + 46px);
  right: 0;
}
#psn-sidebar .ribbon-holder {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#psn-sidebar .ribbon {
  border-radius: 3px 0 0 3px;
  background: #000;
  width: 214px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.7647058824rem;
  color: inherit;
  cursor: pointer;
  position: relative;
  right: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#psn-sidebar .ribbon.show {
  right: calc(100% - 46px);
}
#psn-sidebar .ribbon.living {
  background: #d7073d;
}
#psn-sidebar .ribbon.catalog {
  background: #008e49;
}
#psn-sidebar .ribbon span {
  padding: 6px 16px 6px 9px;
  float: left;
}
#psn-sidebar .ribbon .svg {
  max-width: 28px;
  max-height: 28px;
  fill: #FFF;
}
#psn-sidebar .holder {
  background: #a50036;
  height: calc(100% + 80px);
  max-height: 100vh;
  max-width: none;
  margin-top: -80px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
#psn-sidebar .holder.show {
  opacity: 1;
  visibility: visible;
}
#psn-sidebar .holder .btn-xs {
  margin: 4px 7px;
  padding: 3px 9px;
  font-size: inherit;
  text-decoration: none;
  text-transform: inherit;
}
#psn-sidebar .holder.living .btn {
  background: #d7073d;
  height: auto !important;
}
#psn-sidebar .holder.living .btn:hover {
  background: #FFF;
  color: #d7073d;
}
#psn-sidebar .holder.catalog {
  background: #000;
}
#psn-sidebar hr {
  background: #008e49;
  width: 87px;
  margin: 60px auto;
}
#psn-sidebar .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#psn-sidebar .sidebar-title {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-bottom: 10px;
  font-size: 20px;
}
#psn-sidebar .carousel-indicators {
  margin: 12px auto 16px;
  position: relative;
  counter-reset: indicator;
}
#psn-sidebar .carousel-indicators li {
  border-radius: 50%;
  border: 2px solid #FFF;
  background: #a50036;
  width: 29px;
  height: 29px;
  margin: 0 10px;
  line-height: 29px;
  text-indent: 0;
  font-size: 20px;
  position: relative;
  opacity: 1;
}
#psn-sidebar .carousel-indicators li.active {
  background: #FFF;
  color: #a50036;
}
#psn-sidebar .carousel-indicators li:before {
  counter-increment: indicator;
  content: counter(indicator);
}
#psn-sidebar .carousel-indicators li + li:after {
  content: "";
  background: #FFF;
  width: 110%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: -1;
}
#psn-sidebar .carousel-item .svg {
  width: auto;
  max-width: 155px;
  height: 155px;
  margin-bottom: 25px;
  fill: #FFF;
}
#psn-sidebar .carousel-item .svg + p {
  min-height: 132px;
}
#psn-sidebar .carousel-item a {
  text-decoration: underline;
  color: inherit;
}
#psn-sidebar form {
  width: 100%;
}
#psn-sidebar .form-control {
  background: #414242;
  width: 100%;
  color: #FFF;
}
#psn-sidebar .form-control::-webkit-input-placeholder {
  color: #FFF;
}
#psn-sidebar .form-control:-moz-placeholder {
  color: #FFF;
}
#psn-sidebar .form-control::-moz-placeholder {
  color: #FFF;
}
#psn-sidebar .form-control:-ms-input-placeholder {
  color: #FFF;
}
#psn-sidebar #closepopup {
  padding: 11px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  cursor: pointer;
}
#psn-sidebar #closepopup::after {
  content: "\e901";
  font-family: "psn";
  font-size: 44px;
  font-size: 2.5882352941rem;
}
@media screen and (min-width: 720px) {
  #psn-sidebar {
    width: 500px;
    right: -454px;
  }
  #psn-sidebar.open {
    width: 500px;
    right: 0;
  }
  #psn-sidebar .holder {
    border-left: 7px solid #d7073d;
  }
  #psn-sidebar .holder.catalog {
    border-color: #008e49;
  }
  #psn-sidebar .carousel-indicators {
    margin: 33px auto 27px;
  }
  #psn-sidebar .carousel-indicators li {
    margin: 0 15px;
  }
  #psn-sidebar #closepopup {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #psn-sidebar .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #psn-sidebar .sidebar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}
@media screen and (min-width: 1200px) {
  #psn-sidebar .holder {
    width: calc(100% - 46px);
  }
  #psn-sidebar .ribbon:hover {
    right: calc(100% - 46px);
  }
}

/* ----------- */
/* LIGHTBOX */
.lg-backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #008e49;
}

.lightgallery .item .item-holder:after {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "psn" !important;
  text-align: center;
  font-size: 50px;
  font-size: 2.9411764706rem;
  color: #FFF;
}
.lightgallery .item:hover .item-holder:after {
  content: "\e909";
}

/*! nouislider - 9.0.0 - 2016-09-29 21:44:03 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-draggable {
  cursor: w-resize;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* -- custom -- */
.noUi-target {
  -webkit-appearance: none;
  border-radius: 10px;
  background: #414242;
  max-width: calc(100% - 80px);
  height: 23px;
  display: block;
  margin: 50px auto 4px;
  padding: 0 3px;
  outline: none;
}

.noUi-connect {
  background: #008e49;
  height: 3px;
  margin: auto 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.noUi-handle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  background: #008e49;
  width: 17px;
  height: 17px;
  top: 3px;
  cursor: pointer;
}

.noUi-origin:nth-child(3) .noUi-handle {
  right: 17px;
}

.noUi-tooltip {
  border-radius: 3px;
  background: #008e49;
  min-width: 100px;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-size: 0.7058823529rem;
  color: #FFF;
  position: absolute;
}
.noUi-tooltip:after {
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 8px solid #008e49;
  height: 0;
  width: 0;
  margin: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* BANNER - POPTAVKA */
.poptavka {
  background: #008e49;
  margin: 41px 0 18px;
  padding-bottom: 10px;
}
.poptavka .mPoptavka,
.poptavka .mHodnoceni {
  padding: 35px 20px 0;
  position: relative;
  text-decoration: none !important;
  color: #FFF !important;
}
.poptavka .mPoptavka span,
.poptavka .mHodnoceni span {
  background: url("../images/mobile/m-poptavka.png") 0 0 no-repeat;
  width: 209px;
  height: 48px;
  position: absolute;
  top: -22px;
  left: 0;
}
.poptavka .mPoptavka strong,
.poptavka .mHodnoceni strong {
  font-weight: bold;
  text-transform: uppercase;
}
.poptavka .mHodnoceni span {
  background-image: url("../images/mobile/m-hodnoceni.png");
  background-size: contain;
  max-width: 100%;
  width: 403px;
  top: -16px;
}
.poptavka #bannerBox,
.poptavka img {
  max-width: 100%;
  display: none !important;
}

#containerContent2 .poptavka {
  margin: 0 -10px;
}

#containerContent2 .galerieRP img {
  margin: 0 10px 10px 0;
  display: inherit;
}

#containerContentDetail .poptavka {
  margin: 0 -10px;
}

@media (min-width: 600px) {
  .poptavka .mPoptavka br {
    display: none;
  }
}
@media (min-width: 768px) {
  .poptavka {
    background: none;
    margin-top: 0;
  }
  .poptavka .mPoptavka {
    display: none;
  }
  .poptavka img {
    display: block !important;
  }
}
/* PODPORUJEME */
.media-box {
  background: #FFF;
  padding: 60px 0;
  line-height: 24px;
  overflow: hidden;
}
.media-box:nth-child(even) {
  background: none;
}
.media-box .col-left {
  max-width: 400px;
}
.media-box .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 42px;
}
.media-box .img-holder {
  position: relative;
}
.media-box .img-holder img {
  max-width: 100%;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-box .text-block {
  background: none;
  margin: 0;
  padding: 0;
}
.media-box .text-block h2 {
  margin-top: 15px;
  margin-bottom: 1.55rem;
  padding: 0;
  font-weight: 600;
  color: #000;
}
.media-box .text-block strong {
  font-weight: 600;
}
.media-box .text-block small {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .media-box .text-block h2 {
    margin-top: 0.3em;
  }
}

/* ----------- */
/* NAPSALI O NAS + RECENZE */
.card-columns .card {
  border-radius: 0;
  border: 0;
}
.card-columns .card img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.card-columns .card .date {
  margin-bottom: 10px;
}
.card-columns .card-img-top {
  text-align: center;
  padding: 1.25rem 33px 0;
}
.card-columns .card-body {
  padding-left: 33px;
  padding-right: 33px;
}
.card-columns .card-title {
  margin-bottom: 23px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .card-columns {
    -webkit-column-gap: 2.9rem;
    -moz-column-gap: 2.9rem;
    column-gap: 2.9rem;
  }
  .card-columns.napsali {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .card-columns .card {
    margin-bottom: 2.8rem;
  }
}

.msn-grid .gutter-sizer {
  width: 25px;
}
.msn-grid .grid-sizer,
.msn-grid .grid-item {
  width: 100%;
}
.msn-grid .grid-item {
  background: #FFF;
  margin-bottom: 25px;
  padding: 33px 1.25rem;
}
.msn-grid img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}
.msn-grid p:last-child {
  margin: 0;
}
.msn-grid .date {
  margin-bottom: 10px;
}
.msn-grid .title {
  margin-bottom: 23px;
  font-weight: 600;
}
.msn-grid a.green {
  text-decoration: underline;
}
.msn-grid a.green:hover {
  text-decoration: none;
}
.msn-grid.recenze img {
  max-height: 125px;
}
@media screen and (min-width: 560px) {
  .msn-grid .grid-sizer,
  .msn-grid .grid-item {
    width: 47.9%;
  }
  .msn-grid.napsali .grid-sizer,
  .msn-grid.napsali .grid-item {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .msn-grid.recenze .grid-sizer,
  .msn-grid.recenze .grid-item {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .msn-grid .gutter-sizer {
    width: 49px;
  }
  .msn-grid .grid-item {
    margin-bottom: 49px;
  }
  .msn-grid.napsali .grid-sizer,
  .msn-grid.napsali .grid-item {
    width: 47.6%;
  }
}

/* ----------- */
/* TAGS LIST */
.tags-list {
  display: inline-block;
  margin: 19px 20px;
  padding: 0;
  list-style: none;
}
.tags-list li {
  margin: 5px 2.5px;
  display: inline-block;
}
.tags-list a {
  border-radius: 2px;
  background: #c8ccce;
  height: 36px;
  display: block;
  padding: 0 15px;
  line-height: 36px;
  color: #FFF !important;
}
.tags-list a:hover {
  background: #adb3b6;
  text-decoration: none;
}
@media screen and (min-width: 800px) {
  .tags-list {
    margin: 19px 100px;
  }
  .tags-list a {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1024px) {
  .tags-list {
    margin-bottom: 58px;
  }
}

/* ----------- */
/* TAGS LIST */
.files-list {
  margin: 10px 24px;
  padding: 0;
  list-style: none;
}
.files-list a {
  display: block;
  padding: 5px 0;
  position: relative;
}
.files-list a:before {
  content: "\e918";
  font-family: "psn";
  font-weight: bold;
  margin-right: 12px;
}

/* ----------- */
/* MENU - TOGGLE */
#menu-toggle {
  width: 40px;
  height: 40px;
  padding: 7px;
  position: absolute;
  top: 19px;
  right: 10px;
  z-index: 9;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#menu-toggle .nav-icon {
  position: relative;
}
#menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
  top: 0;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4),
#menu-toggle span:nth-child(2),
#menu-toggle span:nth-child(3) {
  top: 11px;
}
#menu-toggle span:nth-child(4) {
  top: 22px;
}
#menu-toggle.open span:nth-child(1), #menu-toggle.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
#menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1680px) {
  #menu-toggle {
    display: none;
  }
}

/* ----------- */
#navbar {
  background: #000;
  width: 100%;
  height: 80px;
  color: #FFF;
  position: fixed;
  top: 0;
  z-index: 11;
}
#navbar.open nav {
  display: block;
}
#navbar .row {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#navbar [class^=col] {
  min-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#navbar [class^=col]:not(nav) {
  height: 100%;
}
#navbar nav {
  background: #000;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: none;
  position: relative;
}
#navbar nav:before {
  content: "";
  background: inherit;
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
}
#navbar .nav-controls {
  padding-right: 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#navbar .nav-controls .icon {
  margin: 0 0 0 5px;
  text-decoration: none;
  float: left;
}
#navbar .nav-controls .languages {
  width: 38px;
  height: 26px;
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-size: 0.7647058824rem;
  position: relative;
  z-index: 1001;
}
#navbar .nav-controls .languages .icon {
  margin: 0;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}
#navbar .nav-controls .languages .icon:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  z-index: -1;
}
#navbar .nav-controls .languages .icon.active {
  background: #008e49;
  z-index: 3;
}
#navbar .nav-controls .languages .icon:hover {
  background: #FFF;
}
#navbar .nav-controls .languages:hover .icon:first-child {
  top: 0;
}
#navbar .nav-controls .languages:hover .icon:nth-child(2) {
  top: 46px;
}
#navbar .nav-controls .languages:hover .icon:nth-child(3) {
  top: 92px;
}
@media screen and (min-width: 360px) {
  #navbar .nav-controls {
    padding-right: 45px;
  }
  #navbar .nav-controls .icon {
    margin-left: 3px;
  }
  #navbar .nav-controls .languages {
    width: 33px;
    height: 33px;
    font-size: inherit;
  }
}
@media screen and (min-width: 375px) {
  #navbar .nav-controls .languages {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 400px) {
  #navbar .nav-controls .icon {
    margin-left: 5px;
  }
}
@media screen and (min-width: 430px) {
  #navbar .nav-controls .icon,
  #navbar .nav-controls .languages {
    margin-left: 15px;
  }
}
@media (min-width: 800px) and (orientation: portrait), (min-width: 1024px) {
  #navbar .block {
    width: 43px;
    height: 43px;
  }
  #navbar .languages:hover .icon:first-child {
    right: 0;
  }
  #navbar .languages:hover .icon:nth-child(2) {
    right: 53px;
  }
  #navbar .languages:hover .icon:nth-child(3) {
    right: 106px;
  }
}
@media screen and (min-width: 1280px) {
  #navbar {
    padding: 0 55px 0 50px;
  }
}
@media screen and (min-width: 1680px) {
  #navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 91px;
  }
  #navbar .row {
    height: 100%;
  }
  #navbar nav {
    background: none;
    height: 100%;
    display: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #navbar nav:before {
    display: none;
  }
  #navbar .nav-controls {
    padding: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* ----------- */
/* MAIN MENU */
#main-menu {
  width: 100%;
  max-height: calc(100vh - 80px);
  list-style: none;
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  font-size: 0.8823529412rem;
  position: relative;
  overflow-y: auto;
  display: none;
}
#main-menu > li {
  padding: 5px 0;
}
#main-menu > li.show:after {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 16px solid #008e49;
  height: 0;
  width: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#main-menu > li > a {
  font-weight: 600;
}
#main-menu a {
  border-radius: 2px;
  padding: 5px;
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  -webkit-transition: none;
  transition: none;
  word-break: normal;
}
#main-menu .badge {
  font-weight: 300;
}
#main-menu .dropdown-menu {
  border: 0;
  border-radius: 0;
  background: rgba(0, 142, 73, 0.98);
  width: 100%;
  margin: 10px 0;
  padding: 15px 0;
  color: #FFF;
}
#main-menu .dropdown-menu .row {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}
#main-menu .dropdown-menu [class^=col] {
  height: auto;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  padding-bottom: 15px;
}
#main-menu .sub-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.0588235294rem;
}
#main-menu .sub-menu.framed {
  border-radius: 2px;
  border: 1px solid #1bcd77;
  padding: 23px 15px;
}
#main-menu .sub-menu.framed .title {
  margin-bottom: 19px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1bcd77;
}
#main-menu .sub-menu.framed li {
  margin-bottom: 8px;
  padding: 0;
}
#main-menu .sub-menu.framed li:last-of-type {
  margin-bottom: 0;
}
#main-menu .sub-menu li {
  padding: 8px 0;
}
#main-menu .sub-menu a:hover {
  background: none;
  text-decoration: underline;
  color: inherit;
}
@media (max-width: 1679px) {
  #main-menu .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
@media screen and (min-width: 375px) {
  #main-menu .sub-menu .img-holder {
    min-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #main-menu .sub-menu.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #main-menu .sub-menu.horizontal li {
    margin: 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  #main-menu .sub-menu.horizontal li {
    max-width: 150px;
  }
}
@media screen and (min-width: 1680px) {
  #main-menu {
    max-height: none;
    height: 100%;
    padding: 0 3px 0 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 17px;
    font-size: 1rem;
    position: static;
    overflow: visible;
  }
  #main-menu > li {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 9px;
    position: relative;
  }
  #main-menu > li a {
    display: block;
    padding: 0 5px;
  }
  #main-menu > li.show:after {
    content: "";
  }
  #main-menu .dropdown-menu {
    border: 0;
    margin: auto;
    padding: 71px 0 80px;
    color: #FFF;
    right: 10px;
    position: fixed !important;
    top: 91px !important;
    left: 0 !important;
    right: 0;
    -webkit-transform: none !important;
    transform: none !important;
  }
  #main-menu .dropdown-menu [class^=col] {
    border: 0;
    padding: 0 20px;
  }
  #main-menu .sub-menu .img-holder {
    max-width: 250px;
  }
  #main-menu .sub-menu.horizontal li {
    margin: 0 20px;
  }
}

/* ----------- */
/* HOME - HEADER */
#home {
  position: relative;
  overflow: hidden;
}
.hp #home {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}
.hp #home:after {
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 323px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hp #home .container {
  text-align: center;
  position: absolute;
  z-index: 2;
}
.hp #home .container .logo-slogan {
  width: 150px;
  margin: 0 auto 10px;
}
.hp #home .container h1 {
  margin: 0 auto;
  line-height: 1.355;
}
.sp #home {
  padding-top: 91px;
  text-align: center;
}
.sp #home h1 {
  margin-bottom: 30px;
}
.sp #system-message-container + #home {
  padding-top: 126px;
}
#home .crossfade {
  max-width: 575px;
  height: 100px;
  margin: auto;
  position: relative;
}
#home .crossfade span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#home .crossfade span:first-child {
  display: block;
}
#home #bg-header {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
#home #bgvideo {
  height: 100vh;
  display: none;
}
#home .carousel {
  width: 100%;
  padding-top: 80px;
}
#home .carousel .carousel-indicators {
  margin-bottom: 0;
  z-index: 10;
}
#home .carousel .carousel-indicators li {
  border-radius: 50%;
  border: 0;
  background: #DBDDDE;
  width: 13px;
  height: 13px;
  margin: 6px;
  opacity: 1;
}
#home .carousel .carousel-indicators li.active {
  background: #008e49;
}
#home .carousel .carousel-item {
  padding: 30px 0;
  min-height: calc(100vh - 80px);
  overflow: hidden;
}
#home .carousel .carousel-item img.w-100 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#home .carousel .carousel-caption {
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
#home .carousel .btn {
  font-size: 15px;
  font-size: 0.8823529412rem;
}
#home .carousel .logo-slogan {
  width: 190px;
}
#home .carousel .inv-slogan {
  width: 412px;
  max-width: 300px;
  margin-bottom: 50px;
}
#home .carousel .shape {
  background: url("../img/shape.png") center no-repeat;
  background-size: contain;
  width: 724px;
  max-width: 100%;
  height: 299px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
#home .carousel .shape h1 {
  line-height: 1.055;
  font-weight: 800;
  font-size: 34px;
}
#home .carousel .shape small {
  display: block;
  margin: 4px 0;
  font-weight: normal;
  font-size: 24px;
}
#home .carousel .shape small strong {
  font-weight: 800;
}
#home .carousel .down-arrow {
  margin: 30px 0;
  text-decoration: none;
  font-size: 49.5px;
  font-size: 2.9117647059rem;
  color: #FFF;
}
#home .investor .carousel-caption {
  padding-top: 50px;
}
#home .investor h1 {
  margin-bottom: 50px;
  padding: 0 15px;
}
#home .skyline {
  background: #008e49;
}
#home .skyline > img {
  width: auto !important;
  max-width: 100%;
  margin: auto;
  right: 0;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#home .skyline .carousel-caption {
  position: absolute;
}
#home .skyline .carousel-caption > a:not(.down-arrow) {
  width: 100%;
  height: 100%;
  display: block;
}
#home .skyline .down-arrow {
  position: absolute;
  bottom: 21px;
}
#home .skyline2 .shape {
  background: none;
  width: auto;
  max-width: 400px;
  height: auto;
  display: block;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
#home .skyline2 .shape h1 {
  font-size: 28px;
}
#home .skyline2 .shape a {
  text-decoration: none !important;
  color: #FFF;
}
#home .skyline2 .shape strong {
  display: block;
  font-size: 70px;
}
#home .skyline2 .btn-default {
  border-radius: 50px;
  border: 0;
  background: #f1212f;
  padding: 15.75px 26.2px;
  text-transform: uppercase;
  font-size: 17px;
  color: #FFF;
}
#home .skyline2 .btn-default:hover {
  background: #d20d1a !important;
}
#home .micro:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#home .micro .logo-slogan {
  max-height: 100px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#home .carousel .petynka .shape {
  background: #395020;
  width: 916px;
  max-width: 80%;
  height: auto;
  padding: 30px 15px;
}
#home .carousel .petynka .shape h1 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
}
#home .carousel .petynka .shape h1 span {
  position: relative;
  z-index: 1;
}
#home .carousel .petynka .shape h1 span:before {
  content: "";
  background: #ff66c4;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#home .carousel .petynka .btn {
  background: #ff66c4;
  padding: 11px 34px;
  font-weight: bold;
  font-size: 18px;
}
#home .carousel .petynka .btn:hover {
  background: #FFF;
  color: #ff66c4;
}
#home .carousel .leto .shape {
  background: none;
}
#home .carousel .leto .shape h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #212E12;
}
#home .carousel .leto .shape h1 span {
  display: inline-block;
}
#home .carousel .leto .shape h1 span:before {
  background: #742C58;
}
#home .carousel .leto .btn {
  background: #742C58;
}
#home .carousel .leto .btn:hover {
  background: #FFF;
  color: #742C58;
}
#home .carousel .brno {
  text-transform: uppercase;
  font-family: "Space Mono", serif !important;
}
#home .carousel .brno .logo-slogan {
  width: auto;
  height: 75px;
  margin-bottom: 30px;
}
#home .carousel .brno .shape h1 {
  line-height: 1.15;
  font-family: inherit;
  font-weight: 700;
  color: #FFF;
}
#home .carousel .brno .btn {
  border-radius: 3px;
  background: #000;
}
#home .carousel .brno .btn:hover {
  color: #000;
}
#home .carousel .hypo-bonami .shape {
  background: #6ca470;
  width: 1100px;
  height: auto;
  padding: 30px 15px;
  position: relative;
}
#home .carousel .hypo-bonami .shape:before {
  content: "";
  background: inherit;
  width: 200vw;
  height: 100%;
  position: absolute;
  left: -50vw;
  z-index: -1;
}
#home .carousel .hypo-bonami .shape h1 {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 30px;
}
#home .carousel .hypo-bonami .shape h1 small {
  font-weight: normal;
  font-size: 20px;
}
#home .carousel .hypo-bonami .logo-slogan {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#home .carousel .hypo-bonami .btn {
  background: #000;
  margin-bottom: 15px;
  padding: 11px 34px;
}
#home .carousel .hypo-bonami .btn:hover {
  background: #FFF;
  color: #6ca470;
}
#home .carousel .hanak .shape {
  background: #f3f3f3;
  height: auto;
  display: block;
  padding: 0;
}
#home .carousel .hanak .shape .header-top {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
#home .carousel .hanak .shape .header-top img {
  max-width: 150px;
  max-height: 50px;
}
#home .carousel .hanak .shape .header-content {
  padding: 30px;
}
#home .carousel .hanak .shape h1 {
  line-height: 1.225;
  color: #000;
}
#home .carousel .hanak .shape h1 em {
  font-style: normal;
  color: #ef561a;
}
#home .carousel .hanak .shape h1 br {
  display: none;
}
#home .carousel .hanak .shape .btn {
  border-radius: 0;
  background: #ecb9bc;
  min-width: 244px;
  padding: 13px;
  text-transform: none;
  font-weight: 800;
  font-size: 20px;
  color: #000;
}
#home .carousel .hanak .shape .btn:hover {
  background: #ef561a;
  color: #FFF;
}

#home .carousel .jitro .shape h1 {
  text-transform: none;
  font-family: "Youth";
}
#home .carousel .jitro .btn {
  background: #FFF;
  text-transform: none;
  font-family: "Youth";
  color: #000;
}

#home .carousel .jitro .btn:first-letter {
  text-transform: uppercase;
}
#home .carousel .jitro .btn:hover {
  background: #008e49;
  color: #FFF;
}
#home .carousel .branik .logo-slogan {
  height: 50px;
}
#home .carousel .branik .shape h1 {
  text-transform: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
#home .carousel .branik .shape .btn {
  border-radius: 0;
  border-bottom: 1px solid #FFF;
  background: none;
  min-width: auto !important;
  padding: 0;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
#home .carousel .branik .shape .btn:hover {
  border-color: #ddd;
  color: #ddd;
}
#home #animated_logo {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media screen and (min-width: 480px) and (orientation: landscape) {
  .hp #home {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hp #home .params-search:not(.open) {
    margin-bottom: 30px;
  }
  #home .crossfade {
    height: 100px;
  }
  #home .skyline .down-arrow {
    display: none;
  }
}
@media screen and (min-width: 568px) {
  #home .investor header {
    text-align: left;
  }
  #home .investor h1 {
    padding: 0;
  }
  #home .carousel .petynka .shape {
    max-width: 60%;
    padding: 54px 50px 61px;
  }
  #home .carousel .petynka .shape h1 {
    margin-bottom: 62px;
    font-size: 34px;
  }
  #home .carousel .leto .shape {
    max-width: 75%;
  }
  #home .carousel .hanak .shape h1 br {
    display: block;
  }
  #home .carousel .branik .logo-slogan {
    height: 75px;
  }
}
@media screen and (min-width: 768px) {
  #home .carousel .carousel-item {
    padding: 30px 0;
    min-height: auto;
  }
  #home .carousel .skyline,
#home .carousel .skyline2 {
    min-height: 500px;
  }
  #home .carousel .petynka,
#home .carousel .hypo-bonami,
#home .carousel .hanak {
    min-height: 596px;
  }
  #home .carousel .leto .shape h1 {
    font-size: 50px;
  }
  #home .carousel .btn {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  #home .skyline .down-arrow {
    display: block;
  }
  #home .investor header {
    width: 75%;
  }
  #home .micro .logo-slogan {
    max-height: 125px;
  }
  .hp #home {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hp #home .params-search:not(.open) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  #home .crossfade {
    min-width: 700px;
    height: 120px;
  }
  #home #bg-header {
    display: none;
  }
  #home #bgvideo {
    width: 100%;
    height: auto;
  }
  #home .carousel .skyline,
#home .carousel .skyline2 {
    min-height: 600px;
  }
  #home .carousel .petynka .shape h1 {
    font-size: 50px;
  }
  #home .carousel .petynka .shape h1 span:before {
    height: 9px;
  }
  #home .carousel .petynka .btn {
    min-width: 256px;
    font-size: 25px;
  }
  #home .carousel .hypo-bonami .carousel-caption {
    min-height: 596px;
  }
  #home .carousel .hypo-bonami .shape h1 {
    font-size: 40px;
  }
  #home .carousel .hypo-bonami .logo-slogan {
    width: auto;
    position: absolute;
    bottom: calc(100% + 50px);
    opacity: 1;
  }
  .hp #home .container .logo-slogan {
    width: 220px;
    margin-bottom: 32px;
  }
  .hp #home .container h1 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  #home .carousel .carousel-indicators {
    width: 50px;
    margin: 0 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
  }
  #home .carousel .shape {
    margin: 44px 0 34px;
  }
  #home .carousel .shape h1 {
    font-size: 58px;
  }
  #home .carousel .shape small {
    margin: 15px 0 4px;
    font-size: 30px;
  }
  #home .carousel .inv-slogan {
    margin-bottom: 76px;
  }
  #home .investor header {
    max-width: 1078px;
  }
  #home .investor .carousel-caption {
    padding-top: 107px;
  }
  #home .micro .logo-slogan {
    width: auto;
    max-width: 350px;
    min-height: 150px;
    max-height: 150px;
    object-fit: contain;
  }
  #home .micro .shape {
    width: auto;
    min-width: 800px;
  }
  [lang=en] #home .micro .shape {
    min-width: 950px;
  }
  [lang=ru] #home .micro .shape {
    min-width: 900px;
  }
  #home .skyline2 .shape {
    max-width: 570px;
  }
  #home .skyline2 .shape h1 {
    font-size: 38px;
  }
  #home .skyline2 .shape strong {
    font-size: 120px;
  }
  #home .carousel .petynka .shape {
    max-width: none;
  }
  #home .carousel .petynka .shape h1 {
    font-size: 80px;
  }
  #home .carousel .petynka .shape h1 span:before {
    height: 12px;
  }
  #home .carousel .brno .shape h1 {
    margin-bottom: 87px;
    font-size: 100px;
  }
  #home .carousel .brno .shape .btn {
    min-width: 357px;
  }
  #home .carousel .brno .logo-slogan {
    height: 153px;
    margin-bottom: 72px;
  }
  #home .carousel .brno .w-100 {
    -o-object-position: bottom;
       object-position: bottom;
  }
  #home .carousel .hypo-bonami .shape h1 {
    font-size: 50px;
  }
  #home .carousel .hypo-bonami .shape h1 small {
    font-size: 30px;
  }
  #home .carousel .hanak .shape .header-top {
    padding: 30px 80px;
  }
  #home .carousel .hanak .shape .header-top img {
    max-width: none;
  }
  #home .carousel .hanak .shape .header-content {
    padding: 58px 30px;
  }
  #home .carousel .hanak .shape h1 {
    margin-bottom: 46px;
  }
  #home .carousel .jitro .shape h1,
#home .carousel .branik .shape h1 {
    font-size: 60px;
  }
  #home .carousel .jitro .logo-slogan,
#home .carousel .branik .logo-slogan {
    width: 405px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1300px) {
  #home .container-fluid {
    padding: 0 55px 0 50px;
  }
  #home .carousel .carousel-item {
    min-height: 830px;
  }
  #home .carousel .skyline2 .carousel-caption,
#home .carousel .petynka .carousel-caption,
#home .carousel .hypo-bonami .carousel-caption,
#home .carousel .hanak .carousel-caption {
    min-height: 830px;
    padding: 0;
  }
  #home .carousel .skyline2 .logo-slogan,
#home .carousel .petynka .logo-slogan,
#home .carousel .hypo-bonami .logo-slogan,
#home .carousel .hanak .logo-slogan {
    bottom: calc(100% + 75px);
  }
  #home .carousel .hanak .shape {
    width: 900px;
  }
  #home .investor h1 {
    margin-bottom: 69px;
  }
  #home #animated_logo {
    width: 600px;
    height: auto;
  }
}
@media screen and (min-width: 1680px) {
  #home #animated_logo {
    width: 818px;
  }
  #home .carousel {
    padding-top: 91px;
  }
  #home .carousel .inv-slogan {
    max-width: none;
    margin-bottom: 103px;
  }
  #home .carousel .down-arrow {
    bottom: 21px;
  }
  #home .carousel .skyline2 .shape h1 {
    font-size: 47px;
  }
  #home .carousel .skyline2 .shape strong {
    font-size: 180px;
  }
  #home .carousel .hypo-bonami .shape h1 {
    font-size: 73px;
  }
  #home .carousel .hypo-bonami .shape h1 small {
    font-size: 42px;
  }
  #home .carousel .hypo-bonami .shape .btn {
    margin: 15px 0 30px;
    font-size: 25px;
  }
  #home .carousel .hanak .shape {
    width: 1080px;
  }
  #home .carousel .hanak .shape .header-top {
    height: 185px;
  }
  #home .carousel .hanak .shape .header-top img {
    max-height: none;
  }
  #home .carousel .hanak .shape h1 {
    font-size: 66px;
  }
}
@media screen and (min-width: 2560px) {
  #home .carousel .carousel-item {
    min-height: 1000px;
  }
  #home .carousel .carousel-caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.serpa {
  padding: 20px 0;
  width: 200px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-size: 0.8235294118rem;
  color: #FFF !important;
  position: absolute;
  top: -10px;
  right: -70px;
  z-index: 10;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.serpa:before {
  content: "";
  background: red;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 375px) {
  .serpa {
    opacity: 1;
  }
}
@media screen and (min-width: 600px) {
  .serpa {
    top: 0;
    right: -60px;
  }
}
@media screen and (min-width: 992px) {
  .serpa {
    width: 250px;
    font-size: 1rem;
  }
}

/* FOOTER */
#footer {
  background: #000;
  padding-top: 67px;
  font-size: 15px;
  font-size: 0.8823529412rem;
  color: #FFF;
  z-index: 1;
}
#footer [class^=col] {
  margin-bottom: 30px;
}
#footer h3 {
  margin-bottom: 15px;
  letter-spacing: -0.1px;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1764705882rem;
}
#footer ul li {
  padding-bottom: 5px;
}
#footer ul a {
  text-decoration: underline;
}
#footer p {
  margin-bottom: 23px;
  line-height: 1.2;
}
#footer a {
  color: inherit;
}
#footer .icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
#footer .icon-link:hover .icon {
  background: #FFF;
}
#footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
#footer .social .icon {
  margin: 5px 5px 0 0;
  text-decoration: none;
}
#footer .logo {
  float: right;
  margin-top: 38px;
  display: block;
}
#footer form {
  margin-top: 33px;
}
#footer form div {
  position: relative;
}
#footer form .form-control {
  height: 39px;
  line-height: 39px;
}
#footer form .btn-arrow {
  height: 100%;
  padding-right: 10px;
  line-height: 1;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
}
#footer form .btn-arrow .cf {
  font-size: 15px;
}
#footer .footer-bottom {
  background: #008e49;
  font-size: 13px;
  margin-top: 71px;
  padding: 23px 0;
}
#footer .footer-bottom .row > :last-child {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #footer .social {
    float: right;
    position: relative;
    top: -5px;
  }
  #footer .social .icon {
    margin: 0 0 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  #footer .social {
    float: none;
    position: static;
  }
  #footer .social .icon {
    margin: 5px 5px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  #footer [class^=col] {
    margin-bottom: 0;
  }
  #footer .social {
    float: right;
    position: relative;
  }
  #footer .social .icon {
    margin: 0 0 0 8px;
  }
}

/* scroll up */
.scroll-up {
  border-radius: 3px;
  background: #FFF;
  display: none;
  width: 22px;
  height: 22px;
  margin: auto;
  text-align: center;
  text-decoration: none;
  color: #008e49 !important;
  position: fixed;
  bottom: 18px;
  right: 4px;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.scroll-up:hover, .scroll-up:active {
  bottom: 24px;
}
@media screen and (min-width: 768px) {
  .scroll-up {
    right: 10px;
  }
}

/* ----------- */
/* FOOTER TOP */
#pre-footer {
  border-top: 2px solid #FFF;
  padding: 20px 0;
}
#pre-footer .container {
  max-width: 860px;
}
#pre-footer h2 {
  margin-bottom: 34px;
  font-weight: 600 !important;
  font-size: 20px !important;
}
#pre-footer strong {
  display: block;
  margin-bottom: 13px;
}
#pre-footer p {
  line-height: 1.2;
}
#pre-footer a {
  color: #008e49;
}
#pre-footer .last-visited {
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}
#pre-footer .last-visited li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
#pre-footer .last-visited .image {
  background: #c8ccce url("../img/logo.svg") 50% 50% no-repeat;
  max-width: 97px;
  height: 97px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97px;
  flex: 0 0 97px;
  margin-right: 20px;
}
#pre-footer .last-visited .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#pre-footer .last-visited .title {
  max-width: calc(100% - 117px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 117px);
  flex: 0 0 calc(100% - 117px);
  -ms-flex-item-align: center;
  align-self: center;
  color: #354b54;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#pre-footer .last-visited .title .green {
  color: #008e49;
}
#pre-footer .last-visited .title:hover {
  text-decoration: none;
}
#pre-footer .last-visited .title:hover .green {
  text-decoration: underline;
}
#pre-footer .last-visited note {
  display: block;
}
#pre-footer .form-control {
  border: 0;
  background: #ebedee;
  margin-bottom: 10px;
  color: #354b54;
  resize: vertical;
}
#pre-footer .btn-default {
  padding: 7px 18px;
  float: right;
}
#pre-footer .mandatory {
  line-height: 2.4;
  color: #9aa5a9;
}
@media (min-width: 600px) {
  #pre-footer .col-md-6 {
    width: 60%;
    float: left;
  }
  #pre-footer .col-md-6:nth-child(2) {
    width: 40%;
  }
}
@media (min-width: 720px) {
  #pre-footer .col-md-6 {
    width: 50% !important;
    /*min-height: 400px;*/
  }
}
@media (min-width: 800px) {
  #pre-footer {
    padding-top: 44px;
  }
  #pre-footer.wide {
    border-bottom: 2px solid #FFF;
    padding-top: 21px;
  }
  #pre-footer.wide .container {
    max-width: 970px;
    padding: 0;
  }
  #pre-footer.wide .row > [class^=col] {
    padding-bottom: 64px;
  }
  #pre-footer.wide .col-md-6:nth-child(2) {
    padding-left: 30px;
  }
  #pre-footer .woman {
    min-height: 280px;
    display: block;
  }
}

/* ----------- */
/* PORTFOLIO - slider */
#portfolio {
  background: #000;
  padding: 75px 0;
}
#portfolio .carousel-indicators {
  z-index: 2;
}
#portfolio .carousel-indicators li {
  border-radius: 50%;
  border: 0;
  background: #414242;
  width: 13px;
  height: 13px;
  margin: 9px;
  opacity: 1;
}
#portfolio .carousel-indicators li.active {
  background: #008e49;
}
#portfolio .item {
  display: none;
}
#portfolio .item:nth-child(n+2) .item-holder:after {
  display: none;
}
#portfolio .double-item {
  display: block;
}
#portfolio .grid-centered {
  display: block;
}
#portfolio .grid-centered .item-holder:before {
  display: none;
}
#portfolio .grid-centered .item-caption {
  background: #008e49;
  position: relative;
}
#portfolio .item-caption {
  background: #008e49;
  font-weight: 300;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
}
#portfolio .item-caption .h1 {
  margin: 0;
}
#portfolio .item-caption p {
  margin: 0;
  font-size: 17px;
  font-size: 1rem;
}
#portfolio .item-caption .btn {
  margin-top: 10px;
}
#portfolio .logo {
  width: 50%;
  height: 200px;
  position: absolute;
  top: 45px;
  left: 32px;
  z-index: 1;
}
#portfolio .logo img,
#portfolio .logo .svg {
  max-width: 100%;
  max-height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
#portfolio .logo .svg * {
  fill: #FFF;
}
@media screen and (min-width: 320px) {
  #portfolio .item:first-child {
    grid-column: 1/3;
  }
  #portfolio .item:first-child .item-holder:before {
    display: block;
  }
}
@media screen and (min-width: 560px) {
  #portfolio .item:first-child, #portfolio .item:last-child {
    grid-column: 1/3;
  }
  #portfolio .item:first-child .item-holder:before, #portfolio .item:last-child .item-holder:before {
    display: block;
    padding-bottom: calc(50% - 5px);
  }
  #portfolio .item:first-child .item-caption, #portfolio .item:last-child .item-caption {
    position: absolute;
  }
}
@media screen and (min-width: 560px) {
  #portfolio .logo {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  #portfolio .item {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  #portfolio .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  #portfolio .carousel-item .item {
    position: relative;
    top: calc(200% + 50px);
    -webkit-transition: top 0.5s ease;
    transition: top 0.5s ease;
  }
  #portfolio .carousel-item .double-item {
    top: -100%;
  }
  #portfolio .carousel-item.active .item {
    top: 0;
  }
  #portfolio .carousel-item:nth-child(2n) {
    direction: rtl;
  }
  #portfolio .carousel-item:nth-child(2n) .item {
    direction: ltr;
  }
  #portfolio .carousel-indicators {
    width: 50px;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    right: 35px;
  }
  #portfolio .item:first-child {
    grid-row: 1/3;
  }
  #portfolio .item:first-child .item-holder:before {
    padding-bottom: 100%;
  }
  #portfolio .item:last-child {
    grid-column: 3/5;
    grid-row: 2/3;
  }
  #portfolio .item:last-child .item-holder:before {
    padding-bottom: calc(50% - 15px);
  }
  #portfolio .item:not(.double-item) .item-caption p {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  #portfolio .item:not(.double-item) .item-caption p {
    -webkit-line-clamp: 6;
  }
  #portfolio .item:last-child .item-holder:before {
    padding-bottom: calc(50% - 25px);
  }
  #portfolio .carousel-indicators {
    right: 0;
  }
}
@media screen and (min-width: 1600px) {
  #portfolio .item:not(.double-item) .item-caption p {
    -webkit-line-clamp: 7;
  }
  #portfolio .item-caption .btn {
    height: auto !important;
    padding: 9px 34px;
    font-size: 20px !important;
  }
}

/* ----------- */
/* ABOUT PSN */
#about {
  border-bottom: 2px solid #FFF;
  background: #FFF;
  padding: 20px 0 50px;
  text-align: center;
  position: relative;
}
#about em {
  display: block;
  padding-top: 20px;
  line-height: 1.3;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
#about p {
  line-height: 1.4;
}
#about a {
  text-decoration: underline;
}
#about a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  #about {
    padding: 68px 0 57px;
  }
}

/* ----------- */
/* RATING */
#rating {
  background: #ebedee;
  padding: 50px 0;
  text-align: center;
}
#rating .item {
  background: #FFF;
  font-size: 17px;
  font-size: 1rem;
}
#rating .item .item-holder:before,
#rating .item .item-holder:after {
  display: none;
}
#rating .item .item-caption {
  letter-spacing: -0.5px;
  color: #000;
  position: relative;
}
#rating .item em {
  line-height: 1.3;
  font-style: normal;
}
#rating .logo,
#rating .person {
  width: 100%;
  height: 30%;
  display: block;
}
#rating .logo img,
#rating .person img {
  max-width: 100%;
  max-height: 90%;
  width: auto;
  height: auto;
  -o-object-fit: initial;
  object-fit: initial;
  position: static;
}
#rating a {
  text-decoration: none;
}
#rating a:hover {
  -webkit-box-shadow: inset 0 0 0 1px #008e49;
  box-shadow: inset 0 0 0 1px #008e49;
}
#rating .rating-desc {
  height: 40%;
  font-weight: 300;
}

#rating .rating-stats,
.recenze .rating-stats {
  height: 30%;
  padding: 10px 40px 0;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.7647058824rem;
  color: #008e49;
}
#rating .rating-stats i,
.recenze .rating-stats i {
  margin: 0 3px;
  font-size: 14px;
  font-size: 0.8235294118rem;
}
#rating .rating-stats i.gray,
.recenze .rating-stats i.gray {
  color: #b2b2b2;
}

.recenze .rating-stats {
  display: inline-block;
  /*text-align: center;*/
  width: 100%;
  margin-bottom: 2.25rem;
  padding: 0;
}

#rating .rating-stats strong {
  margin-top: 6px;
}
@media screen and (min-width: 568px) {
  #rating .item .item-holder:before {
    display: block;
  }
  #rating .item .item-caption {
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  #rating .psn-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  #rating {
    padding-bottom: 85px;
  }
  #rating .psn-grid {
    grid-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ----------- */
#recomendedHolder {
  padding: 20px 0 50px;
}
#recomendedHolder .h1 {
  margin-bottom: 8px;
  text-align: center;
}
#recomendedHolder h3 {
  margin-bottom: 25px;
  padding: 0 15px;
  text-align: center;
  font-weight: 600;
}
#recomendedHolder .item {
  margin-bottom: 30px;
}
#recomendedHolder .holder {
  border-radius: 4px;
  background: #FFF;
  height: 100%;
  padding: 10px 11px;
}
#recomendedHolder .thumb {
  background: #DBDDDE;
  height: 175px;
  margin-bottom: 15px;
  display: block;
}
#recomendedHolder .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#recomendedHolder .caption {
  padding: 2px 8px 6px;
  font-weight: 400;
}
#recomendedHolder .caption p {
  margin-bottom: 0;
  line-height: 1.25;
}
#recomendedHolder .title {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.1764705882rem;
  color: #008e49;
}
#recomendedHolder a {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  #recomendedHolder h3 {
    margin-bottom: 53px;
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  #recomendedHolder .recomended-wrapper {
    margin-bottom: 30px;
  }
  #recomendedHolder .recomended-wrapper:last-of-type {
    margin-bottom: 6px;
  }
  #recomendedHolder .row {
    margin: 0 -25px;
  }
  #recomendedHolder .item {
    padding: 0 25px;
  }
  #recomendedHolder .thumb {
    height: 231px;
  }
}
@media screen and (min-width: 1200px) {
  #recomendedHolder {
    padding: 68px 0 57px;
  }
}

/* ABOUT - TIMELINE */
.main-timeline {
  background: #FFF;
  padding: 50px 0 69px;
  text-align: center;
  position: relative;
}
.main-timeline:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #DBDDDE), color-stop(50%, transparent));
  background-image: linear-gradient(to bottom, #DBDDDE 50%, transparent 50%);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 12px 12px;
  width: 2px;
  height: calc(100% - 331px);
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 50%;
}
.main-timeline .timeline {
  width: 100%;
  display: inline-block;
  position: relative;
}
.main-timeline .timeline:before {
  width: 50px;
  height: 2px;
  background: #008e49;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: 0;
  right: auto;
}
.main-timeline .timeline-icon {
  border-radius: 50%;
  background: #008e49;
  width: 196px;
  height: 196px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main-timeline .timeline-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-timeline .timeline-icon img + strong {
  background: rgba(0, 0, 0, 0.25);
}
.main-timeline .timeline-year {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 42px;
  font-size: 2.4705882353rem;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.main-timeline .timeline-content {
  background: #FFF;
  padding: 10px 0 0;
  margin: 0 0 30px;
  position: relative;
}
.main-timeline .timeline-content p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .main-timeline {
    padding-top: 60px;
  }
  .main-timeline:before {
    height: calc(100% - 325px);
    top: 156px;
    left: 0;
    right: 0;
  }
  .main-timeline .timeline {
    margin: 22px 0;
    text-align: left;
  }
  .main-timeline .timeline:before {
    content: "";
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    position: absolute;
    left: calc(50% + 41px);
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    float: left;
  }
  .main-timeline .timeline-icon {
    position: absolute;
    top: 50%;
    right: calc(50% + 41px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-timeline .timeline-year {
    font-size: 42px;
    font-size: 2.4705882353rem;
  }
  .main-timeline .timeline-content {
    background: #FFF;
    width: 50%;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 50px;
    margin: 0;
    float: right;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .main-timeline .timeline {
    margin: 46px 0;
  }
  .main-timeline .timeline-content {
    min-height: auto;
  }
  .main-timeline .timeline-content p {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .main-timeline .timeline {
    margin: 60px 0;
  }
}

/* ----------- */
/* BLOG */
#blog {
  background: #FFF;
  padding: 50px 0;
}
#blog .item-holder:before {
  display: none;
}
#blog .item-caption {
  font-size: 14px;
  font-size: 0.8235294118rem;
  position: relative;
}
.sp #blog {
  background: none;
  padding: 0 0 50px;
}
#blog + .sidebar {
  background: #ebedee;
  padding: 58px 30px 30px;
  position: relative;
}
#blog + .sidebar:after {
  content: "";
  background: inherit;
  width: 20vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
}
#blog + .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#blog + .sidebar li {
  margin-bottom: 16px;
}
#blog + .sidebar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
#blog + .sidebar a:hover {
  text-decoration: underline;
}
#blog + .sidebar .date {
  margin-top: 6px;
  position: static;
}
#blog .blog-tip {
  width: 100%;
  float: left;
  position: relative;
}
#blog .blog-tip .item-caption {
  display: block;
  padding: 30px;
  color: #FFF;
  position: absolute;
  bottom: 0;
}
#blog .blog-tip .item-caption .date {
  padding: 0.2rem 1rem;
  font-weight: bold;
}
#blog .blog-tip .item-caption strong {
  display: block;
  font-weight: 800;
}
#blog .blog-tip img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#blog img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 360px) {
  #blog .item-holder:before {
    display: block;
  }
  #blog .item-caption {
    position: absolute;
  }
}
@media screen and (min-width: 375px) {
  #blog .item-caption {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}
@media screen and (min-width: 400px) {
  #blog .psn-grid {
    display: grid;
  }
}
@media screen and (min-width: 420px) {
  #blog .item-caption {
    font-size: 17px;
    font-size: 1rem;
  }
  #blog .blog-tip .item-caption {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
@media screen and (min-width: 1024px) {
  #blog .item .item-holder:before {
    padding-bottom: 100% !important;
  }
  #blog .blog-tip {
    max-width: 375px;
  }
}
@media screen and (min-width: 1200px) {
  #blog {
    padding: 58px 0 107px;
  }
}

article#blog {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media screen and (min-width: 600px) {
  article#blog {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ----------- */
/* KONTAKTY - podstranka */
.office {
  margin-bottom: 50px;
  text-align: left;
}
.office .holder {
  background: #008e49;
  padding: 34px 30px 15px 48px;
  line-height: 1.45;
  color: #FFF;
}
.office .holder + .col-md {
  background: #FFF;
}
.office .holder h2 {
  margin-bottom: 1.15rem;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1764705882rem;
}
.office .holder a {
  text-decoration: underline;
  color: inherit;
}
.office .holder .icon-link {
  margin-top: -6px;
  margin-bottom: 18px;
}
.office .holder .media.icon-link {
  margin-top: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.office .holder .icon-link .icon {
  color: #008e49 !important;
}
.office .holder p {
  margin-bottom: 1.4rem;
  line-height: inherit;
}
.office .map {
  width: 100%;
  height: 100%;
  min-height: 290px;
  max-height: 100%;
}
.office .nav-tabs {
  border: 0;
  background: #000;
  padding: 15px 0;
  margin-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}
.office .nav-tabs li {
  width: 50%;
}
.office .nav-tabs .nav-link {
  border: none;
  height: 100%;
  padding: 0.5rem 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF !important;
}
.office .nav-tabs .nav-link.active {
  background: none;
  color: #008e49 !important;
}
.office .nav-tabs .nav-link.active:before {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #008e49;
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
}
.office .dep-contacts {
  background: #008e49;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 1px;
  color: #FFF;
}
.office .dep-contacts .icon-link {
  margin: 0 auto 15px;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.office .dep-contacts .icon-link .icon {
  color: #008e49 !important;
}
.office .dep-contacts .row a {
  display: block;
  color: #FFF;
}
.office .dep-contacts div.icon-link {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
}
.office .dep-contacts div.icon-link a {
  display: inline-block;
  margin: 5px 15px;
  color: #FFF;
}
.office .dep-members {
  text-align: center;
}
.office .dep-members .item {
  margin: 25px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.office .dep-members .item .item-holder {
  border-radius: 50%;
  border: 1px solid #FFF;
  background: #FFF;
  width: 100%;
  max-width: 250px;
  margin: auto auto 17px;
  position: relative;
  overflow: hidden;
}
.office .dep-members .item .item-holder:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.office .dep-members .item .item-holder img {
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.office .dep-members .item .item-caption {
  font-size: 15px;
  font-size: 0.8823529412rem;
}
.office .dep-members .item .item-caption strong {
  display: block;
  margin-bottom: 1px;
  font-size: 17px;
  font-size: 1rem;
}
.office .dep-members .item .item-caption a {
  display: block;
}
@media screen and (min-width: 480px) {
  .office .nav-tabs li {
    width: 33.33334%;
  }
}
@media screen and (min-width: 600px) {
  .office .dep-contacts {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .office .dep-contacts .icon-link {
    margin: 0 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .office .dep-members {
    margin: 0 -30px;
  }
  .office .dep-members .item {
    width: calc(50% - 59px);
    margin: 25px 27px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  .office .nav-tabs li {
    width: 25%;
  }
  .office .dep-members .item {
    width: calc(33.3333333333% - 59px);
  }
}
@media screen and (min-width: 1024px) {
  .office .nav-tabs li {
    width: 20%;
  }
  .office .dep-contacts {
    height: 91px;
  }
  .office .dep-contacts .icon-link {
    margin: 0 50px;
  }
  .office .dep-members .item {
    width: calc(25% - 59px);
  }
}
@media screen and (min-width: 1200px) {
  .office .nav-tabs {
    height: 91px;
    padding: 0;
  }
  .office .nav-tabs:not([lang=cz]) {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  .office .nav-tabs li {
    width: auto;
  }
  [lang=en] .office .nav-tabs li {
    max-width: 180px;
  }
  .office .nav-tabs .nav-link {
    position: relative;
  }
  .office .nav-tabs .nav-link.active {
    color: #FFF !important;
  }
  .office .dep-members .item {
    width: calc(20% - 59px);
  }
}
@media screen and (min-width: 1300px) {
  .office .holder .col-lg:first-child {
    max-width: 200px;
  }
  .office .nav-tabs .nav-link {
    padding: 0.5rem 0.7rem;
  }
}
@media screen and (min-width: 1680px) {
  .office .nav-tabs {
    font-size: 1rem;
  }
}

/* PORTFOLIO - PODSTRANKA */
.portfolio .psn-grid {
  margin-bottom: 60px;
}
.portfolio .item {
  color: #FFF;
}
.portfolio .item [class*=bg]:after {
  display: none;
}
.portfolio .item [class*=bg] .item-caption, .portfolio .item:hover [class*=bg] .item-caption {
  background: inherit;
}
.portfolio .item [class*=bg] .item-caption {
  opacity: 1;
}
.portfolio .item .item-holder:hover:after {
  display: none;
}
.portfolio .item p {
  font-weight: 300;
}
.portfolio h2 {
  font-weight: 600;
}
.portfolio .slogan {
  padding: 20px;
  text-align: center;
  font-style: italic;
  font-size: 30px;
  font-size: 1.7647058824rem;
  color: #008e49;
  position: relative;
}
.portfolio .slogan:before, .portfolio .slogan:after {
  height: 75px;
  line-height: 45px;
  font-size: 4rem;
  color: #008e49;
  position: absolute;
}
.portfolio .slogan:before {
  content: "„";
  bottom: 0;
  left: 0;
}
.portfolio .slogan:after {
  content: "“";
  height: 51px;
  top: 5%;
  right: 0;
}
.portfolio .clients-list {
  margin-bottom: 60px;
  text-align: center;
}
.portfolio .clients-list .client-logo {
  height: 75px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 5px 0;
  padding: 0 15px;
}
.portfolio .clients-list .client-logo img {
  max-width: 100px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .portfolio .slogan {
    margin: 50px 0 26px;
    padding: 20px 70px;
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
  .portfolio .slogan:before, .portfolio .slogan:after {
    font-size: 200px;
  }
  .portfolio .slogan:before {
    bottom: 15%;
  }
  .portfolio .slogan:after {
    top: 15%;
  }
  .portfolio .clients-list .client-logo {
    margin: 10px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .portfolio .slogan:before {
    bottom: 23%;
  }
  .portfolio .slogan:after {
    top: 29%;
  }
}

/* FILTER - TOGGLER */
.params-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
.params-search.btn-sm {
  margin-bottom: 15px;
}
.params-search.btn-sm .cf {
  margin-right: 12px;
}
.params-search .psn-cogwheel {
  margin-left: -10px;
  font-size: 21px;
  font-size: 1.2352941176rem;
}
@media screen and (min-width: 768px) {
  .params-search {
    height: 47px;
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  .params-search.btn-sm {
    margin-bottom: 0;
  }
}

/* FILTER - FORMULAR */
#search-popup {
  background: #FFF;
  width: 100%;
  height: 0;
  max-height: calc(100vh - var(--vh-offset) - 80px);
  min-height: auto;
  padding: 35px 15px;
  font-size: 15px;
  font-size: 0.8823529412rem;
  color: #FFF;
  position: fixed;
  top: 80px;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow-x: hidden;
  overflow-y: auto;
}
#search-popup.open {
  height: 100%;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  overflow-x: hidden;
}
@supports (-webkit-appearance: none) and (not (overflow: -webkit-marquee)) and (not (-ms-ime-align: auto)) and (not (-moz-appearance: none)) {
  #search-popup.open {
    padding-right: 10px;
  }
}
#search-popup.open::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#search-popup.open::-webkit-scrollbar-thumb {
  background-color: #edefef;
}
#search-popup .container {
  padding: 0;
  text-align: left !important;
  position: relative !important;
}
#search-popup .f-block {
  border-radius: 3px;
  background: #edefef;
  margin-bottom: 9px;
  padding: 10px 15px;
  color: #000;
}
#search-popup details[open] summary {
  margin: 0 0 18px;
}
#search-popup details[open] summary:before {
  -webkit-transform: none;
          transform: none;
}
#search-popup details summary {
  display: block;
  padding: 5px 0 7px;
  list-style: none;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
#search-popup details summary::-webkit-details-marker {
  display: none;
}
#search-popup details summary:before {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg fill='%23008e49' xmlns='http://www.w3.org/2000/svg' width='9.7' height='5.9' viewBox='0 0 9.7 5.9'><path d='M8.7 5.9c-.2 0-.5-.1-.7-.3L4.9 2.4 1.7 5.6c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4L4.2.3c.4-.4 1-.4 1.4 0l3.9 3.9c.4.4.4 1 0 1.4-.2.2-.5.3-.8.3z'/></svg>") 0 0 no-repeat;
  background-size: 13px 8px;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 12px;
  right: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
#search-popup .check-list {
  display: grid;
  grid-gap: 14px;
  font-size: 14px;
  font-size: 0.8235294118rem;
}
#search-popup .disposition .check-list {
  grid-template-columns: repeat(2, 1fr);
}
#search-popup label {
  margin: 0;
}
#search-popup .form-check {
  padding-left: 29px;
}
#search-popup .checkbox {
  width: 19px;
  height: 19px;
}
#search-popup .search-id {
  max-width: 283px;
  height: 36px;
  display: block;
  margin: 5px auto 19px;
}
#search-popup .search-id .form-control {
  border-radius: 3px;
  border: 2px solid #DBDDDE;
  height: 100%;
}
#search-popup .btn-submit {
  display: block;
  margin: 9px auto 0;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
#search-popup .popup-close {
  display: block;
  margin: -30px auto 7px;
  padding: 0;
  text-decoration: none;
  text-align: center;
}
#search-popup .popup-close .psn-remove {
  font-weight: bold;
  font-size: 42px;
  font-size: 2.4705882353rem;
}
#search-popup .noUi-target {
  background: #FFF;
}
#search-popup .currency-switch {
  background: none;
  margin: 10px 0 0;
  padding-bottom: 0;
}
@media screen and (min-width: 600px) {
  #search-popup .location .check-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #search-popup .disposition .check-list {
    grid-template-columns: repeat(3, 1fr);
  }
  #search-popup .popup-close {
    margin: 0;
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 9;
  }
  #search-popup .popup-close .psn-remove {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
}
@media screen and (min-width: 768px) {
  #search-popup {
    width: 325px;
    height: 100%;
    left: -350px;
    opacity: 1;
  }
  #search-popup.open {
    left: 0;
  }
  #search-popup .location .check-list {
    grid-template-columns: repeat(1, 1fr);
  }
  #search-popup .disposition .check-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #search-popup .popup-close {
    margin: -30px auto 0px;
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  #search-popup .search-id {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1600px) {
  #search-popup {
    width: 360px;
    max-height: calc(100vh - 91px);
    top: 91px;
  }
}

/* ------ */
/* FILTER SWITCH */
.filter-switch {
  margin-top: 8px;
  margin-bottom: 14px;
  font-size: 15px;
  font-size: 0.8823529412rem;
  color: #000;
}
.filter-switch [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-switch [class^=col]:first-of-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.filter-switch .col-auto {
  padding: 0 14px;
}
.filter-switch .active {
  color: #008e49;
}
.filter-switch .switch-val {
  max-width: 100px;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

/* ------ */
/* CURRENCY SWITCH */
#currencyFormSubmit {
  display: none;
}

.currency-switch {
  border-radius: 2px;
  background: #FFF;
  margin: 0 0 10px;
  padding: 8px 0;
  font-size: 16px;
  font-size: 0.9411764706rem;
  color: #000;
}
.currency-switch [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.currency-switch [class^=col]:first-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.currency-switch .col-auto {
  padding: 0 10px;
}
.currency-switch label {
  margin: 0;
}
.currency-switch .active {
  color: #008e49;
}
.currency-switch .switch-val {
  max-width: 115px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.currency-switch .switch-toggle {
  width: 56px;
  height: 22px;
}
.currency-switch .switch-toggle span:before {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
}
.currency-switch .switch-toggle input:checked + span:before {
  -webkit-transform: translateX(34px);
          transform: translateX(34px);
}
@media screen and (min-width: 600px) {
  .currency-switch .switch-val {
    max-width: none;
  }
}
.switch-toggle {
  border-radius: 34px;
  background: #008e49;
  width: 63px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.switch-toggle input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-toggle input:checked + span:before {
  -webkit-transform: translateX(39px);
  transform: translateX(39px);
}
.switch-toggle span {
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.switch-toggle span:before {
  content: "";
  border-radius: 50%;
  background: #FFF;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* ------ */
/* NEMOVITOSTI */
body.properties #main {
  background: #FFF;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  body.properties #wrapper {
    overflow: visible;
  }
}

#nemovitosti {
  position: relative;
  z-index: 3;
  /* DEFAULT NEMOVITOST */
  /* PREMIUM NEMOVITOST */
}
.fav #nemovitosti .container {
  margin: auto !important;
}
#nemovitosti.rezidencni .row > p {
  padding: 0 40px 0 20px;
  text-align: center;
  font-size: 15px;
}
#nemovitosti #form_prohlidka {
  background: #FFF;
  margin: 0 40px 0 15px;
  padding-bottom: 15px;
}
#nemovitosti .nemovitost {
  background: #edefef;
  grid-gap: 2px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
#nemovitosti .nemovitost .item {
  margin-bottom: 0;
}
#nemovitosti .nemovitost .item .item-holder {
  height: 100%;
}
#nemovitosti .nemovitost .item .item-holder:before {
  display: none;
}
#nemovitosti .nemovitost .item .item-holder:after {
  background: none;
}
#nemovitosti .nemovitost .item img {
  position: static;
  aspect-ratio: 1/1;
}
#nemovitosti .nemovitost .item.img-sm {
  display: none;
}
#nemovitosti .nemovitost .item.col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
#nemovitosti .nemovitost .text-block {
  background: none;
  width: 100%;
  margin: 0;
  padding: 26px 10px 0;
  font-size: 15px;
  font-size: 0.8823529412rem;
  color: #000;
}
#nemovitosti .nemovitost h2 {
  margin: 0 0 17px;
  padding-bottom: 4px;
  line-height: 1.2;
  font-weight: 600;
  color: inherit;
}
#nemovitosti .nemovitost h2.big {
  font-size: 26px !important;
}
#nemovitosti .nemovitost h2 a {
  color: inherit;
}
#nemovitosti .nemovitost .price {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1764705882rem;
}
#nemovitosti .nemovitost .price .dprice_note {
  margin-top: 1px;
  font-weight: 400;
  font-size: 10pt !important;
}
#nemovitosti .nemovitost .price .price_small {
  display: block;
  font-weight: 400;
  font-size: 10pt !important;
}
#nemovitosti .nemovitost .currency-switch {
  background: none;
  width: 150px;
  padding-top: 1px;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
#nemovitosti .nemovitost p {
  margin: 8px 0 17px;
  line-height: 1.2;
}
#nemovitosti .nemovitost .bottom-controls {
  padding-top: 10px;
  padding-bottom: 10px;
}
#nemovitosti .premium .item.col-right,
#nemovitosti .premium .text-block {
  background: #d6b160;
}
#nemovitosti .premium .icon.premium {
  background: #d6b160;
  width: 52px;
  height: 52px;
  font-size: 34px;
  font-size: 2rem;
  position: absolute;
  top: 15px;
  left: 15px;
}
#nemovitosti .more-items .caption > span {
  display: none;
}
@media screen and (min-width: 480px) {
  #nemovitosti .nemovitost .text-block {
    padding: 28px 32px 0;
  }
}
@media screen and (min-width: 560px) {
  #nemovitosti .nemovitost {
    grid-template-columns: repeat(3, 1fr);
  }
  #nemovitosti .nemovitost .item.img-sm {
    grid-column: span 1;
    display: block;
  }
  #nemovitosti .nemovitost .item.col-right {
    grid-column: span 3;
    grid-row: span 2;
  }
  #nemovitosti .nemovitost .bottom-controls {
    padding-top: inherit;
    padding-bottom: inherit;
  }
}
@media screen and (min-width: 600px) {
  #nemovitosti .more-items .caption > span {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #nemovitosti .item:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media screen and (min-width: 800px) {
  #nemovitosti.rezidencni .row > p {
    padding: 0;
    font-size: 17px;
  }
}
@media screen and (min-width: 920px) {
  #nemovitosti #form_prohlidka {
    margin: 0 0 15px;
  }
  #nemovitosti .nemovitost {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  #nemovitosti .nemovitost {
    border-radius: 3px;
    grid-template-columns: repeat(5, 1fr);
    padding: 10px;
  }
  #nemovitosti .nemovitost .item.col-right {
    grid-column: 4/7;
    grid-row: 1/3;
  }
}

/* ----------- */
/* DISPLAY CONTROLS */
.display-controls[data-count="0"] {
  display: none;
}

.display-controls .layout-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1rem;
}
.tag .display-controls .layout-title {
  display: none;
}
.display-controls .layout-control {
  display: none;
  margin-bottom: 24px;
  overflow: hidden;
}
.display-controls .layout-control .grid {
  background: #c8ccce;
  display: block;
  width: 53px;
  height: 52px;
  position: relative;
  float: left;
}
.display-controls .layout-control .grid.active {
  background: #000;
}
.display-controls .layout-control .grid:before, .display-controls .layout-control .grid:after {
  content: "";
  background: inherit;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -27px;
}
.display-controls .layout-control .grid:after {
  bottom: 0;
}
.display-controls .layout-control .rows {
  background: #c8ccce;
  display: block;
  width: 80px;
  height: 52px;
  margin: 0;
  position: relative;
  float: right;
}
.display-controls .layout-control .rows.active {
  background: #000;
}
.display-controls .layout-control .rows:after {
  content: "";
  border-top: 2px solid #ebedee;
  border-bottom: 2px solid #ebedee;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 16px;
}
.display-controls .sort-control {
  margin-bottom: 10px;
  font-size: 16px;
}
.display-controls .sort-control .custom-select {
  border: 1px solid #DBDDDE;
  height: auto;
  margin-bottom: 0;
}
.display-controls .params-search {
  display: block;
  height: auto;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  font-size: 0.8823529412rem;
  white-space: normal;
  top: 0;
}
@media screen and (min-width: 360px) {
  .display-controls .sort-control {
    margin: 0 -5px 4px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .display-controls {
    width: 192px;
    min-height: 177px;
    position: sticky;
    top: 105px;
  }
  .display-controls .params-search {
    max-width: 192px;
  }
}
@media screen and (min-width: 960px) {
  .display-controls {
    margin: 0 0 20px;
  }
  .display-controls .sort-control {
    margin: 0 0 10px;
  }
  .display-controls .layout-control {
    display: block;
  }
  .tag .display-controls .layout-title {
    display: block;
  }
}

.banner-top {
  display: block;
  margin: 20px auto 0;
}
.banner-top a {
  display: block;
}
.banner-top img {
  max-width: 100%;
}

.banner-aside {
  display: none;
}
@media screen and (min-width: 1200px) {
  .banner-aside {
    width: 192px;
    margin-top: 20px;
    display: block;
  }
  .banner-aside a {
    display: block;
  }
  .banner-aside img {
    max-width: 100%;
  }
}

/* ----------- */
.seo-block {
  margin: 0 -5px 31px;
}
.seo-block [class^=col] {
  padding: 0 5px;
}
.seo-block .col-lg-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.seo-block .col-lg-9 p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 10px;
}
.seo-block .col-lg-9 p:nth-child(n+2) [class*=holder] {
  grid-template-columns: 100%;
}
.seo-block .picky p {
  height: 100%;
  padding: 0;
  line-height: 1.2;
  text-align: center;
  font-weight: 300;
  overflow: hidden;
}
.seo-block .picky p a {
  background: #008e49;
  height: 100%;
  padding: 189px 25px 54px;
  display: block;
  text-decoration: none;
  color: #FFF;
  position: relative;
}
.seo-block .picky p a:before {
  content: "";
  background: url("/img/icons/property-search.svg") 50% 0 no-repeat;
  background-size: 105px 96px;
  width: 100%;
  height: 96px;
  position: absolute;
  top: 49px;
  left: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.seo-block .picky p a:hover {
  background-color: #edefef;
  color: #000;
}
.seo-block .picky p a:hover:before {
  -webkit-filter: none;
  filter: none;
}
.seo-block .picky p strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}
.seo-block .picky p i {
  display: inline-block;
}
.seo-block .carousel {
  overflow: hidden;
}
.seo-block .carousel,
.seo-block .carousel-inner,
.seo-block .carousel-item {
  height: 100%;
}
.seo-block .pronajem {
  border-radius: 3px;
  background: #008e49;
  height: 100%;
  min-height: 350px;
  max-height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 10px 18px;
  position: relative;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  color: #FFF;
  overflow: hidden;
}
.seo-block .pronajem:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(0, 63, 32, 0.58)), color-stop(68%, transparent), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 63, 32, 0.58) 7%, transparent 68%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003f20", endColorstr="#007db9e8",GradientType=0 );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.seo-block .pronajem > * {
  z-index: 3;
}
.seo-block .pronajem strong {
  max-width: 215px;
}
.seo-block .pronajem .btn {
  background: #FFF;
  padding: 7px 26px;
  font-size: 15px;
  color: #008e49;
}
.seo-block .pronajem .btn:hover, .seo-block .pronajem .btn:focus {
  background: #008e49;
  color: #FFF;
}
.seo-block .pronajem img {
  mix-blend-mode: overlay;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.seo-block .carousel {
  overflow: hidden;
}
.seo-block .carousel,
.seo-block .carousel-inner,
.seo-block .carousel-item {
  height: 100%;
}
.seo-block .pronajem {
  border-radius: 3px;
  background: #008e49;
  height: 100%;
  min-height: 350px;
  max-height: calc(100vh - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 10px 18px;
  position: relative;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  color: #FFF;
  overflow: hidden;
}
.seo-block .pronajem:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(0, 63, 32, 0.58)), color-stop(68%, transparent), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 63, 32, 0.58) 7%, transparent 68%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003f20", endColorstr="#007db9e8",GradientType=0 );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.seo-block .pronajem > * {
  z-index: 3;
}
.seo-block .pronajem strong {
  max-width: 215px;
}
.seo-block .pronajem .btn {
  background: #edefef;
  padding: 7px 26px;
  font-size: 15px;
  color: #008e49;
}
.seo-block .pronajem .btn:hover, .seo-block .pronajem .btn:focus {
  background: #008e49;
  color: #FFF;
}
.seo-block .pronajem img {
  mix-blend-mode: overlay;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.seo-block p {
  border-radius: 3px;
  background: #edefef;
  margin: 0;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
}
.seo-block [class*=holder] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 10px 0 0;
  font-style: normal;
  font-size: 15px;
  overflow: hidden;
}
.seo-block [class*=holder] a {
  padding: 8px 10px 0 24px;
}
.seo-block [class*=holder] a[class*=location] {
  background: url("../img/icons/pin.svg") 0 8px no-repeat;
  background-size: 17px 20px;
}
.seo-block [class*=holder] a[class*=project] {
  background: url("../img/icons/house.svg") 0 11px no-repeat;
  background-size: 19px 16px;
}
.seo-block [class*=holder] span {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  color: #000;
}
@media screen and (min-width: 568px) {
  .seo-block .col-lg-9 p {
    padding: 23px 0 27px 28px;
  }
  .seo-block .col-lg-9 p:nth-child(n+2) [class*=holder] {
    grid-template-columns: 45% 55%;
  }
  .seo-block [class*=holder] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .seo-block .col-lg-9 p {
    padding-right: 10px;
  }
  .seo-block .col-lg-9 p:last-child {
    margin-bottom: 0;
  }
  .seo-block [class*=holder] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .seo-block .col-lg-9 p:nth-child(n+2) [class*=holder] {
    grid-template-columns: 30% 33% 46%;
  }
  .seo-block [class*=holder] {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .seo-block p {
    padding-right: 0;
  }
}

/* ------ */
/* DETAIL NEMOVITOSTI */
#detail {
  margin-bottom: 60px;
  position: relative;
}
#detail .gallery {
  background: #FFF;
  margin: 0 0 40px;
  position: relative;
}
#detail .gallery .psn-grid {
  grid-gap: 2px;
  grid-template-columns: repeat(3, [col-start] 1fr);
}
#detail .gallery .psn-grid .item {
  background: #c8ccce url("../img/logo.svg") 50% 50% no-repeat;
  background-size: 50%;
}
#detail .gallery .psn-grid .item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
#detail .gallery .psn-grid .item:nth-child(n+7):not(.load-more) {
  display: none;
}
#detail .details {
  background: #FFF;
  position: relative;
  overflow: hidden;
}
#detail .details a:not(.btn) {
  color: #008e49;
}
#detail .details p {
  line-height: 1.2;
  text-align: justify;
}
#detail .details .btn {
  margin-top: 4px;
}
#detail .details table {
  border-bottom: 2px solid #ebedee;
  margin: 0;
}
#detail .currency-switch {
  margin-bottom: 0;
  padding-bottom: 0;
}
#detail .currency-switch .col:first-of-type {
  max-width: 33px;
}
#detail .currency-switch .col:last-of-type {
  max-width: 35px;
}
#detail .details table th, #detail .details table td {
  padding: 13px 10px;
}
#detail .tags-list a {
  background: #008e49;
}
#detail + .map {
  width: 100%;
  min-height: 414px;
  max-height: 100%;
}
@media screen and (min-width: 460px) {
  #detail .gallery .psn-grid {
    grid-template-columns: repeat(4, [col-start] 1fr);
  }
}
@media screen and (min-width: 600px) {
  #detail .gallery .psn-grid {
    grid-template-columns: repeat(5, [col-start] 1fr);
  }
  #detail .bottom-controls .prop-id {
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  #detail .gallery {
    margin-bottom: 60px;
  }
  #detail .details:before {
    content: "";
    border-left: 2px solid #ebedee;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 41.666667%;
    z-index: 1;
  }
  #detail .bottom-controls .prop-id {
    max-width: none;
  }
  #detail .tags-list {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .details table th, #detail .details table td {
    padding: 13px 24px;
  }
  #detail .tags-list {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1200px) {
  #detail .container {
    max-width: 1140px;
  }
  #detail .details .col-right .more a {
    width: 33.333%;
  }
}

/* ----------- */
/* REZIDENCNI PROJEKTY - ROZCESTNIK */
.rezidence-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}
.rezidence-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 10px);
  margin-bottom: 15px;
  max-width: 200px;
  max-height: 125px;
  text-align: center;
  overflow: hidden;
}
.rezidence-list li a {
  display: block;
  padding: 0 15px;
}
.rezidence-list li a[href="#61"], .rezidence-list li a[href="#65"], .rezidence-list li a[href="#69"] {
  padding: 0;
}
.rezidence-list li:not(:hover) .svg * {
  fill: #000;
}
.rezidence-list .svg {
  max-width: 100%;
  max-height: 125px;
}
.rezidence-list .svg * {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 420px) {
  .rezidence-list li {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (min-width: 720px) {
  .rezidence-list li {
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .rezidence-list li {
    width: calc(20% - 16px);
  }
}
@media screen and (min-width: 1200px) {
  .rezidence-list li {
    width: calc(16.6666666667% - 16.6666666667px);
  }
  .rezidence-list .project-61,
  .rezidence-list .project-65 {
    padding: 0;
  }
}

.rezidence-list-2 {
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(3, 1fr);
}
.rezidence-list-2 .item {
  margin: 0;
}
.rezidence-list-2 .item .item-holder:hover:after {
  background: rgba(0, 0, 0, 0.25);
}
.rezidence-list-2 .item .item-holder .item-caption {
  padding: 25px 5px;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.7647058824rem;
}
@media screen and (min-width: 480px) {
  .rezidence-list-2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 560px) {
  .rezidence-list-2 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .rezidence-list-2 {
    grid-template-columns: repeat(6, 1fr);
  }
  .rezidence-list-2 .item .item-holder .item-caption {
    font-size: 14px;
    font-size: 0.8235294118rem;
  }
}
@media screen and (min-width: 1024px) {
  .rezidence-list-2 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .rezidence-list-2 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media screen and (min-width: 1600px) {
  .rezidence-list-2 {
    grid-template-columns: repeat(11, 1fr);
  }
  .rezidence-list-2 .item .item-holder .item-caption {
    padding: 25px 15px;
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}
@media screen and (min-width: 1900px) {
  .rezidence-list-2 {
    grid-template-columns: repeat(13, 1fr);
  }
}
@media screen and (min-width: 2560px) {
  .rezidence-list-2 {
    grid-template-columns: repeat(15, 1fr);
  }
}

/* ----------- */
/* REZIDENCE */
#rezidence {
  margin-top: -72px;
}

.rezidence {
  padding: 60px 0;
}
.rezidence:nth-child(even) {
  background: #FFF;
  direction: rtl;
}
.rezidence .col-left {
  margin-bottom: 30px;
  position: relative;
  direction: ltr;
}
.rezidence .col-left:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}
.rezidence .lightgallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rezidence .lightgallery a:first-child:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rezidence .lightgallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.rezidence .rezidence-logo {
  width: 50%;
  height: 200px;
  position: absolute;
  top: 25px;
  left: 32px;
  z-index: 1;
  opacity: 0.25;
}
.rezidence .rezidence-logo .svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.rezidence .rezidence-logo .svg * {
  fill: #FFF !important;
}
.rezidence .rezidence-caption {
  width: 100%;
  padding: 28px 30px;
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.rezidence .rezidence-caption .col {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.rezidence .rezidence-caption h2 {
  margin: 0 0 0.55rem;
  font-weight: 600;
}
.rezidence .rezidence-caption strong {
  border-top: 1px solid #FFF;
  display: inline-block;
  margin: 15px 6px 0 0;
  font-size: 40px;
  font-size: 2.3529411765rem;
}
.rezidence .rezidence-caption strong + span {
  display: inline-block;
  max-width: 80px;
}
.rezidence .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  direction: ltr;
}
.rezidence .text-block {
  background: none;
  margin: 0;
  padding: 0;
}
.rezidence .rezidence-bottom .btn {
  margin: 15px 20px 0 0;
}
@media screen and (min-width: 360px) {
  .rezidence .col-left:before {
    padding-bottom: 125%;
  }
}
@media screen and (min-width: 560px) {
  .rezidence .col-left:before {
    padding-bottom: 75%;
  }
  .rezidence .rezidence-logo {
    width: 250px;
  }
  .rezidence .rezidence-caption .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  .rezidence .rezidence-caption strong {
    border: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .rezidence .rezidence-logo {
    top: 45px;
  }
  .rezidence .col-right {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .rezidence .col-left {
    margin: 0;
  }
  .rezidence .col-left:before {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .rezidence .col-right {
    padding: 0 50px;
  }
  .rezidence .rezidence-bottom .btn {
    margin-top: 0;
  }
}

/* PSN KLUB */
#psn-klub {
  padding-top: 71px !important;
  text-align: center;
}
#psn-klub h2 {
  margin-bottom: 41px;
  font-weight: 600;
}
#psn-klub ul {
  list-style: none;
  margin: 0 0 54px;
  padding: 0 0 5px;
}
#psn-klub li {
  position: relative;
  line-height: 1.55;
  margin-bottom: 10px;
  padding-top: 43px;
}
#psn-klub li:before {
  content: "\e926";
  margin-right: 8px;
  font-family: "psn";
  font-size: 21px;
  font-size: 1.2352941176rem;
  color: #008e49;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#psn-klub form {
  max-width: 548px;
  margin: auto;
  padding-top: 22px;
}
#psn-klub .form-row {
  text-align: left;
}
#psn-klub .form-row label {
  margin-bottom: 0.25rem;
}
#psn-klub .form-row small {
  display: block;
  text-align: right;
  margin: -15px 0 35px;
  text-transform: lowercase;
  font-weight: 300;
  font-size: 13px;
  font-size: 0.7647058824rem;
}
#psn-klub .form-row + h2 {
  margin: 0 0 25px;
}
#psn-klub .form-group:last-child {
  margin-top: 45px;
}
#psn-klub .form-control {
  margin-bottom: 21px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#psn-klub .btn {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  #psn-klub li {
    width: 30%;
    display: inline-block;
  }
  #psn-klub .btn {
    margin: 45px 0 58px;
  }
}

/* ----------- */
body.jobs #home,
body.job #home {
  background: #ebedee;
  text-align: left;
  background-repeat: no-repeat;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 75px;
}
body.jobs #home:before,
body.job #home:before {
  content: "";
  background: teal;
  background: -webkit-gradient(linear, left top, right top, from(#DBDDDE), to(rgba(219, 221, 222, 0.75)));
  background: linear-gradient(to right, #DBDDDE 0%, rgba(219, 221, 222, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e5799", endColorstr="#007db9e8",GradientType=1 );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body.jobs #home *,
body.job #home * {
  position: relative;
  z-index: 2;
}
body.jobs #home h1,
body.job #home h1 {
  margin-bottom: 39px;
}
body.jobs #home .annotation,
body.job #home .annotation {
  margin-bottom: 52px;
  letter-spacing: -1px;
  font-size: 22px;
}
body.jobs .breadcrumb,
body.job .breadcrumb {
  margin-left: 15px;
}
body.jobs #main,
body.job #main {
  background: #FFF;
}
@media screen and (min-width: 1024px) {
  body.jobs #home,
  body.job #home {
    background-position: 100% 50% !important;
  }
  body.jobs .breadcrumb,
  body.job .breadcrumb {
    margin-left: 50px;
    margin-bottom: 69px;
  }
}
@media screen and (min-width: 1200px) {
  body.jobs #home:before,
  body.job #home:before {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  body.jobs #home,
  body.job #home {
    padding-bottom: 125px !important;
  }
}
@media screen and (min-width: 1600px) {
  body.jobs #home,
  body.job #home {
    padding-bottom: 174px !important;
  }
}

/* KARIERA - main */
body.jobs #home {
  background-position: 50%;
  background-size: cover;
}
body.jobs #main {
  padding-top: 0;
}
body.jobs h2 {
  margin: 0px 0 35px;
  font-weight: bold;
  font-size: 40px;
}
body.jobs strong {
  font-weight: bold;
}
@media screen and (min-width: 1680px) {
  body.jobs #home {
    margin-top: 91px;
  }
}

section.jobs {
  padding: 33px 0 0;
}
section.jobs .row {
  margin: 0 -25px;
}
section.jobs .row > [class^=col] {
  margin-bottom: 50px;
  padding: 0 25px;
}
section.jobs .row img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.jobs p {
  margin-bottom: 25px;
}
section.jobs p:last-of-type {
  margin-bottom: 0;
}
section.jobs .img-fluid {
  height: auto !important;
  margin-bottom: 35px;
}
section.jobs .caption {
  max-width: 200px;
  line-height: 1.4;
  font-weight: normal;
  font-size: 13px;
}
section.jobs .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 313px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 22px;
  padding: 33px 0;
  text-align: center;
  font-size: 22px;
  color: #FFF;
}
section.jobs .bg-img p:last-of-type {
  margin-bottom: 0;
}
section.jobs.bg-black {
  padding: 33px 0 0;
  color: #FFF;
}
section.jobs.text-center {
  padding: 33px 0;
}
@media screen and (min-width: 1024px) {
  section.jobs {
    padding-top: 50px;
  }
  section.jobs.text-center {
    padding: 66px 0 42px;
  }
}
@media screen and (min-width: 1200px) {
  section.jobs {
    padding-top: 81px;
    padding-bottom: 29px;
  }
  section.jobs .caption {
    max-width: 280px;
  }
}

#projects {
  background: #008e49;
  margin: 0;
  color: #FFF;
  position: relative;
}
#projects .container {
  padding: 38px 15px;
  position: relative;
}
#projects h2 {
  max-width: 750px;
}
#projects .circle {
  padding: 30px 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.2941176471rem;
  color: #FFF;
  z-index: 2;
}
#projects .projects-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
}
#projects .timeline {
  padding-top: 36px;
  position: relative;
}
#projects .timeline:before, #projects .timeline:after {
  content: "";
  border-top: 6.5px solid transparent;
  border-bottom: 6.5px solid transparent;
  background: #008e49;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 30px;
}
#projects .timeline:before {
  border-right: 8px solid #FFF;
  left: 0;
}
#projects .timeline:after {
  border-left: 8px solid #FFF;
  right: 0;
}
#projects .timeline .track {
  background-color: transparent;
  background-image: linear-gradient(to right, #FFF, #FFF 5px, transparent 5px, transparent);
  background-size: 12px 100%;
  height: 1px;
  margin-left: 13px;
  opacity: 1;
}
#projects .timeline .year {
  background: #008e49;
  max-width: 72px;
  display: inline-block;
  margin: auto;
  padding: 0 12px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
#projects .timeline .year.fading {
  opacity: 0;
}
#projects .project {
  width: calc(100vw - 30px) !important;
  margin: 0 16.625px;
  text-align: center;
  position: relative;
  display: inline-block !important;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
#projects .project .thumb {
  border-radius: 50%;
  background: #DBDDDE url("../img/noimage.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}
#projects .project .thumb:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#projects .project .thumb:after {
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 7px #FFF;
  box-shadow: inset 0 0 0 7px #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#projects .project .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}
#projects .project .thumb strong {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#projects .project strong {
  font-size: 90px;
  font-size: 5.2941176471rem;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#projects .project .caption {
  margin: 25px auto 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#projects .project .caption p {
  margin: 0;
}
#projects .project.slick-jumbo {
  cursor: default;
}
#projects .project.slick-jumbo .thumb {
  color: #FFF;
}
#projects .project.fading .caption {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
#projects h3 {
  margin-bottom: 11px;
  font-weight: bold;
  font-size: 22px;
}
#projects h3 small {
  font-weight: 600;
  font-size: 18px;
}
#projects strong {
  display: block;
  font-weight: 600;
}
#projects .slick-arrow {
  border: 0;
  background: #008e49;
  width: 15px;
  height: 30px;
  text-indent: -999em;
  position: absolute;
  bottom: -52px;
  z-index: 9;
}
#projects .slick-arrow:before {
  content: "";
  border-top: 6.5px solid transparent;
  border-bottom: 6.5px solid transparent;
  border-right: 8px solid #FFF;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
#projects .slick-prev {
  left: 0;
}
#projects .slick-next {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 480px) {
  #projects .project {
    width: 45vw !important;
  }
  #projects .project .thumb:after {
    -webkit-box-shadow: inset 0 0 0 7px transparent;
    box-shadow: inset 0 0 0 7px transparent;
    background: #008e49;
    mix-blend-mode: multiply;
  }
  #projects .project .caption {
    opacity: 0;
    visibility: hidden;
  }
  #projects .project.slick-jumbo .thumb:after {
    -webkit-box-shadow: inset 0 0 0 7px #FFF;
    box-shadow: inset 0 0 0 7px #FFF;
    background: rgba(0, 0, 0, 0.25);
    mix-blend-mode: normal;
  }
  #projects .project.slick-jumbo .caption {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1024px) {
  #projects {
    padding: 0;
  }
  #projects .container {
    padding: 70px 0 !important;
  }
  #projects h2 {
    max-width: 50%;
  }
  #projects .circle {
    border-radius: 50%;
    border: 7px solid #FFF;
    width: 421px;
    height: 421px;
    position: absolute;
    top: -65px;
    right: 0;
  }
  #projects .circle strong {
    font-size: 100px;
    font-size: 5.8823529412rem;
  }
  #projects .timeline .year {
    left: 210.5px;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #projects .projects-list {
    margin-top: 215px;
    height: 426px;
  }
  #projects .projects-list .slick-list,
  #projects .projects-list .slick-track {
    height: 100%;
  }
  #projects .project {
    width: 169px !important;
    margin: 0 16.625px;
    text-align: center;
    position: relative;
    display: inline-block !important;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: none;
    transition: none;
  }
  #projects .project .thumb {
    position: absolute;
    bottom: 0;
  }
  #projects .project strong {
    font-size: 41.67px;
    font-size: 2.4511764706rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #projects .project .caption {
    text-align: left;
    width: 450px;
    margin: 10px auto 30px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #projects .project .year {
    background: #e51111;
    display: inline-block;
    padding: 26px 12px 0;
    font-weight: bold;
    position: absolute;
    top: 90%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  #projects .project.slick-jumbo {
    width: 421px !important;
    height: 421px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #projects .project.slick-jumbo .thumb:after {
    -webkit-box-shadow: inset 0 0 0 7px #FFF;
    box-shadow: inset 0 0 0 7px #FFF;
  }
  #projects .project.slick-jumbo .thumb strong {
    font-size: 100px;
    font-size: 5.8823529412rem;
  }
  #projects .project.slick-jumbo .caption {
    position: absolute;
    top: 24px;
    left: calc(100% + 35px);
    opacity: 1;
    visibility: visible;
  }
  #projects .project.fading .caption {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
}
@media screen and (min-width: 1280px) {
  #projects .container {
    max-width: 1230px;
  }
  #projects .projects-list {
    margin: 0;
  }
  #projects .project {
    width: 169px !important;
    margin: 0 16.625px;
    text-align: center;
    position: relative;
    display: inline-block !important;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  #projects .project .thumb {
    position: absolute;
    bottom: 0;
  }
  #projects .project strong {
    font-size: 41.67px;
    font-size: 2.4511764706rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #projects .project .caption {
    text-align: left;
    margin: 10px auto 30px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #projects .project .year {
    background: #e51111;
    display: inline-block;
    padding: 26px 12px 0;
    font-weight: bold;
    position: absolute;
    top: 90%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }
  #projects .project.slick-jumbo {
    width: 421px !important;
    height: 421px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #projects .project.slick-jumbo .thumb:after {
    -webkit-box-shadow: inset 0 0 0 7px #FFF;
    box-shadow: inset 0 0 0 7px #FFF;
  }
  #projects .project.slick-jumbo .thumb strong {
    font-size: 100px;
    font-size: 5.8823529412rem;
  }
  #projects .project.slick-jumbo .caption {
    position: absolute;
    top: 24px;
    left: calc(100% + 35px);
    opacity: 1;
    visibility: visible;
  }
  #projects .project.fading .caption {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
  }
}
@media screen and (min-width: 1366px) {
  #projects .project .caption {
    width: 440px;
  }
}

#stories {
  background: #ebedee;
  min-height: 680px;
  padding: 38px 0 0;
  text-align: center;
  overflow: hidden;
}
#stories .container {
  position: relative;
}
#stories .item:nth-of-type(1), #stories .item:nth-of-type(2) {
  overflow: hidden;
}
#stories .item:nth-of-type(3) {
  top: 0;
  right: 0;
}
#stories .thumb {
  border-radius: 50%;
  border: 7px solid #FFF;
  width: 275px;
  height: 275px;
  display: inline-block;
  margin: 0 auto 10px;
  overflow: hidden;
}
#stories .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#stories p {
  margin-left: 19px;
}
#stories em {
  display: block;
  margin-bottom: 22px;
  font-weight: normal;
  font-size: 25px;
}
#stories a {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #stories {
    padding-top: 71px;
    padding-bottom: 50px;
    text-align: left;
  }
  #stories h2 {
    margin-bottom: 68px;
  }
  #stories .item p {
    margin-top: 50px;
  }
  #stories .item:nth-of-type(1) .thumb {
    float: left;
  }
  #stories .item:nth-of-type(1) p {
    max-width: 360px;
    float: left;
  }
  #stories .item:nth-of-type(2) {
    margin: -50px 0;
  }
  #stories .item:nth-of-type(2) .thumb {
    float: right;
  }
  #stories .item:nth-of-type(2) p {
    max-width: 330px;
    float: right;
    margin-right: 20px;
    text-align: right;
  }
  #stories .item:nth-of-type(3) .thumb {
    float: left;
  }
  #stories .item:nth-of-type(3) p {
    max-width: 360px;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  #stories .item p {
    margin-top: 0;
  }
  #stories .item:nth-of-type(2) {
    position: absolute;
    margin: -150px 0 0 156px;
  }
  #stories .item:nth-of-type(2) p {
    margin-top: 110px;
  }
  #stories .item:nth-of-type(3) {
    max-width: 340px;
    position: absolute;
    top: 46px;
  }
}

/* JOBS LIST */
#jobs-list {
  background: #ebedee;
  padding: 38px 0 50px;
}
#jobs-list ul.row {
  margin: 0 -25px;
  padding: 17px 0 0;
  list-style: none;
}
#jobs-list ul.row [class^=col] {
  padding: 0 25px;
}
#jobs-list ul.row li {
  margin-bottom: 30px;
}
#jobs-list ul.row a {
  border-radius: 3px;
  background: #FFF;
  height: 100%;
  min-height: 123px;
  display: block;
  padding: 24px 30px;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  font-weight: bold;
  font-size: 20px;
}
#jobs-list ul.row a:hover {
  background: rgba(255, 255, 255, 0.33);
}
@media screen and (min-width: 1200px) {
  #jobs-list {
    padding: 71px 0 26px;
  }
  #jobs-list ul.row li {
    margin-bottom: 50px;
  }
}

/* ------ */
/* KARIERA - DETAIL */
body.job #home {
  background-position: 65% 50%;
  background-size: auto 100%;
}
@media screen and (min-width: 1024px) {
  body.job #home:before {
    display: block !important;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #ecedef), to(transparent));
    background: linear-gradient(to right, #ecedef 30%, transparent 100%);
  }
}

#job {
  padding-bottom: 30px;
}
#job .row > [class^=col] {
  margin-bottom: 50px;
}
#job .workload {
  margin: 0 -25px 50px;
  padding-top: 49px;
}
#job .workload .item {
  margin-bottom: 30px;
  padding: 0 25px;
}
#job .workload .item div {
  border-radius: 3px;
  background: #ebedee;
  height: 100%;
  min-height: 133px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  line-height: 1.45;
  text-align: center;
  font-size: 22px;
}
#job .text-block {
  margin: 0;
  padding: 0;
}
#job h2 {
  margin: 0px 0 40px;
  font-weight: 200;
  font-size: 36px;
}
#job p {
  margin-bottom: 26px;
}
#job ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#job ul li {
  padding: 3px 16px 8px;
  position: relative;
  line-height: 1.45;
}
#job ul li:before {
  content: "";
  border-radius: 50%;
  background: #008e49;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
}
#job img + img {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  #job .row > [class^=col] {
    margin-bottom: 80px;
  }
  #job .workload .item {
    margin-bottom: 30px;
  }
  #job .requirements img,
  #job .benefits img {
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #job .text-block {
    padding: 0 30px;
  }
}

/* ----------- */
.logo.v1 {
  width: 100px;
  display: block;
}
.logo.v1 .svg,
.logo.v1 img {
  max-width: 100%;
  height: auto;
}

/* ----------- */
a.icon:hover,
a.icon:focus,
.icon.active {
  background: #FFF;
}

.icon {
  border-radius: 50%;
  background: #008e49;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 9px;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.icon img {
  max-width: 100%;
  max-height: 55%;
}
.icon.in img {
  max-height: 15px;
  margin-bottom: 3px;
}
.icon.clock img {
  margin-top: -2px;
}
.icon .psn-mail {
  font-size: 13px;
  font-size: 0.7647058824rem;
}
@media screen and (min-width: 360px) {
  .icon {
    width: 33px;
    height: 33px;
  }
}
@media screen and (min-width: 375px) {
  .icon {
    width: 36px;
    height: 36px;
  }
  .icon .psn-linkedin {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  .icon .psn-facebook {
    font-size: 17px;
    font-size: 1rem;
  }
  .icon .psn-mail {
    font-size: 19px;
    font-size: 1.1176470588rem;
  }
  .icon .psn-instagram {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  .icon .psn-search {
    font-size: 21px;
    font-size: 1.2352941176rem;
  }
  .icon .psn-mobile {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  .icon .psn-phone {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  .icon .psn-heart {
    font-size: 24px;
    font-size: 1.4117647059rem;
    margin-top: 2px;
  }
  .icon .psn-remove {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
}

.icon-link {
  margin-bottom: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.more-toggle + div:not(.more-params) {
  font-size: 10pt;
  text-align: left;
  text-decoration: none;
  max-width: 387px;
  visibility: visible;
}

.date {
  background: #008e49;
  display: inline-block;
  margin-bottom: 7px;
  padding: 0.2rem 0.25rem;
  font-size: 13px;
  font-size: 0.7647058824rem;
  color: #FFF;
}

/* ----------- */
#wrapper {
  /*min-height: 100vh;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #wrapper {
    overflow: visible;
  }
}

/* ----------- */
/* CONTENT */
#main {
  background: #ebedee;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sp #main {
  padding-top: 72px;
}
.txt #main {
  padding: 0;
}

/* ----------- */
.txt #main {
  padding: 0;
}
.txt #main article {
  padding: 58px 0;
}
.txt #main article:nth-child(2n) {
  direction: rtl;
}
.txt #main article:nth-child(2n) [class^=col] * {
  direction: ltr;
}
.txt #main article h2 {
  margin-bottom: 1.6rem;
  font-weight: 600;
  font-size: 20px;
}
.txt #main article p {
  margin-bottom: 1.45rem;
}

/* ----------- */
.poptavka-form .container {
  max-width: 860px;
}

.poptavka-form {
  background: none !important;
}
.poptavka-form .form-control {
  background: #FFF;
}

/* ----------- */
/* SEARCH RESULTS */
#search-term {
  display: inline-block;
  font-size: 18pt;
  margin-bottom: 30px;
}

#nemovitosti + #other-results {
  border-top: 2px solid #FFF;
  padding-top: 30px;
}

#other-results {
  padding-bottom: 60px;
}
#other-results .search-result {
  margin-right: 12px;
}

/* ----------- */
.katalog-ribbon {
  border-radius: 2px 0 0 2px;
  background: #008e49;
  background-size: cover;
  width: 40px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 10px;
  font-size: 0.5882352941rem;
  color: #FFF !important;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.katalog-ribbon span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  text-orientation: mixed;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media screen and (min-width: 768px) {
  .katalog-ribbon {
    width: 52px;
    font-size: 13px;
    font-size: 0.7647058824rem;
  }
}

/* ----------- */
.masonry {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -10px;
}
.masonry .masonry-brick {
  background: #ebedee;
  min-width: 100px;
  height: 75px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin: 0 0 10px 10px;
  position: relative;
  overflow: hidden;
}
.masonry .masonry-brick:nth-child(1) {
  width: calc(28% - 10px);
}
.masonry .masonry-brick:nth-child(2) {
  width: calc(26.875% - 10px);
}
.masonry .masonry-brick:nth-child(3) {
  width: calc(14.875% - 10px);
}
.masonry .masonry-brick:nth-child(4) {
  width: calc(28.4375% - 10px);
}
.masonry .masonry-brick:nth-child(5) {
  width: calc(16.625% - 10px);
}
.masonry .masonry-brick:nth-child(6) {
  width: calc(31.125% - 10px);
}
.masonry .masonry-brick:nth-child(7) {
  width: calc(17.5625% - 10px);
}
.masonry .masonry-brick:nth-child(8) {
  width: calc(32.8125% - 10px);
}
.masonry .masonry-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .masonry .masonry-brick {
    min-width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .masonry .masonry-brick {
    height: 250px;
  }
}

/* ----------- */
.carousel .header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.carousel .header img {
  max-width: none;
  width: 100%;
}

.load-more {
  position: relative;
}
.load-more.prev {
  float: left;
  margin-left: 15px;
}
.load-more.next {
  float: right;
  margin-right: 40px;
}
.load-more .item-holder {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  display: block;
  position: relative;
}
.load-more .item-holder:after {
  display: none !important;
}
@media (min-width: 960px) {
  .load-more.prev, .load-more.next {
    margin: 0;
  }
}

.more-items {
  display: block;
  height: 100%;
  color: #FFF !important;
}
.more-items .item-caption {
  background: rgba(0, 142, 73, 0.75);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.more-items .item-caption:hover, .more-items .item-caption:focus {
  background: rgba(0, 142, 73, 0.85);
}
.more-items .item-caption strong {
  font-weight: 300;
  font-size: 60px;
  font-size: 3.5294117647rem;
}
.more-items .item-caption > span {
  padding-top: 5px;
}

/* ----------------------- */
#formHolder {
  display: none;
}

/* TEMP */
#system-message-container {
  position: fixed;
  top: 91px;
  left: 0;
  right: 0;
  z-index: 2;
}

.flash {
  clear: both;
  color: white;
  font-size: 12pt;
  font-weight: 500;
  text-align: center;
  padding: 8px;
}

.flash.info {
  background: #008e49;
}

.flash.warning {
  background: #ff6600;
}

.flash.error {
  background: #C83737;
}

.text-block {
  background: #FFF;
  margin-bottom: 30px;
  padding: 30px;
}
.text-block .lead {
  margin: 0;
}

article.text-block ul:last-child,
article.text-block p:last-child {
  margin-bottom: 0;
}

.item .title.big-font {
  font-size: 18pt;
}

#mortgage-calculator {
  background: #fff;
  font-size: 0.9rem;
  color: inherit;
  padding: 24px;
}

#mortgage-calculator h2 {
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#mortgage-calculator .in-grid {
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr auto;
}

#mortgage-calculator .in-block:not(:last-child) {
  margin-bottom: 30px;
}

#mortgage-calculator .in-block .label {
  margin-bottom: 6px;
  overflow: hidden;
}

#mortgage-calculator .in-block .label .count,
#mortgage-calculator .in-block .label #payment,
#mortgage-calculator .in-block .label .rate {
  float: right;
}

#mortgage-calculator .in-block .cradio {
  display: inline-block;
}

#mortgage-calculator .in-block .input-group {
  margin-top: 13px;
}

#mortgage-calculator .in-block .input-group-text {
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  font-size: 15px;
  color: #000;
}

#mortgage-calculator .in-block .slider {
  -webkit-appearance: none;
  background: #dedede;
  width: 1%;
  height: 2px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 11px 10px 0;
  outline: none;
}

#mortgage-calculator .in-block .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  background: #008e49;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

#mortgage-calculator .in-block .slider::-moz-range-thumb {
  border-radius: 50%;
  background: #008e49;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

#mortgage-calculator .cradio {
  display: block;
  position: relative;
  margin-left: 8px;
  margin-bottom: 0;
  padding-left: 21px;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#mortgage-calculator .cradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#mortgage-calculator .cradio:hover input ~ .checkmark {
  -webkit-box-shadow: inset 0 0 0 3px #008e49;
  box-shadow: inset 0 0 0 3px #008e49;
  display: block;
}

#mortgage-calculator .cradio input:checked ~ .checkmark {
  background: #008e49;
}

#mortgage-calculator .cradio .checkmark {
  -webkit-box-shadow: inset 0 0 0 0 transparent;
  box-shadow: inset 0 0 0 0 transparent;
  border-radius: 50%;
  border: 0;
  background: #dedede;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#mortgage-calculator + p {
  line-height: 1.2;
  margin: 60px 0;
}

#learn-more-about-mortgage {
  font-size: 9pt !important;
}

.psn-share {
  cursor: pointer;
}

#popup-banner {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#popup-banner a {
  display: inline-block;
  position: relative;
}
#popup-banner img {
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#popup-banner-image-wrapper {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
}

#popup-banner-close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  line-height: 34px;
  text-align: center;
  font-family: auto;
  font-size: 2.5rem;
  color: #FFF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#popup-banner-close-button:hover {
  opacity: 1;
}

.no-scroll {
  overflow: hidden;
}

.promo-tags {
  background: #000;
  min-height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  place-items: center;
  margin: 10px 0 21px;
  padding: 7px 21px;
  font-weight: bold;
  color: #FFF;
}
.promo-tags span:first-of-type {
  margin-right: 20px;
  font-size: 20px;
  display: block;
}
.promo-tags .btn {
  border-radius: 2px;
  margin: 5px 20px 5px 0;
}

#catalog-subscription-form-wrapper {
  width: 100%;
}

#catalog-subscription-form-wrapper p {
  font-weight: bold;
}

#catalog-subscription-form-wrapper form + p {
  display: none;
}

#podminky {
  margin-bottom: 20px;
}
#podminky h1 {
  text-align: center;
}
#podminky h2 {
  margin: 20px 0 30px;
  font-weight: bold;
  text-align: center;
}
#podminky ul, #podminky ol {
  margin-bottom: 2rem;
  line-height: 1.5rem;
}
#podminky ul li, #podminky ol li {
  margin-bottom: 10px;
}
#podminky table {
  background: #FFF;
}
#podminky table tr {
  border: 0;
}
#podminky table th {
  border: 0;
  background: #008e49;
  color: #FFF;
}
@media (min-width: 920px) {
  #podminky {
    margin-bottom: 40px;
  }
}

body.rent {
  background: #ebedee;
}
body.rent .ios-bg {
  position: relative;
}
body.rent .ios-bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: fixed;
  top: 80px;
  right: 0;
}
body.rent #home {
  text-align: left;
  color: #FFF;
}
body.rent #home h1 {
  margin-top: 51px;
  margin-bottom: 45px;
  position: relative;
}
body.rent #home h2 {
  margin-bottom: 0;
  padding: 0 30px;
  font-weight: bold;
}
body.rent #main {
  background: none;
}
body.rent #nemovitosti .nemovitost {
  margin: 0;
}
body.rent #nemovitosti .nemovitost + .nemovitost {
  margin: 20px 0 0;
}
body.rent .nem-holder {
  background: rgba(235, 237, 238, 0.5);
  padding: 22px;
}
body.rent .nem-holder > .text-block {
  margin-bottom: 20px;
}
body.rent #nemovitosti {
  margin-bottom: 20px;
}
body.rent .tags-list {
  margin: 0 0 20px;
}
body.rent .tags-list a {
  background: #20385a;
  display: inline-block;
  height: auto;
  margin: 0 5px 10px;
  padding: 8px 12px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
body.rent .tags-list a:hover {
  background: #2d4f80;
  text-decoration: none;
}
body.rent #psn-sidebar {
  display: none;
}
@media (min-width: 360px) {
  body.rent #home h2 {
    padding: 0;
  }
}
@media (min-width: 568px) {
  body.rent #home {
    min-height: 130px;
  }
}
@media (min-width: 667px) {
  body.rent #home {
    min-height: 150px;
  }
}
@media (min-width: 768px) {
  body.rent #home {
    min-height: 170px;
  }
  body.rent .left-col {
    max-width: 230px;
  }
  body.rent .tags-list a {
    display: block;
  }
}
@media (min-width: 840px) {
  body.rent #home {
    min-height: 210px;
  }
}
@media (min-width: 920px) {
  body.rent #home h2 {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  body.rent #nemovitosti {
    margin-bottom: 40px;
  }
  body.rent #nemovitosti .nemovitost + .nemovitost {
    margin-top: 40px;
  }
}
@media (min-width: 1180px) {
  body.rent #home {
    min-height: 270px;
  }
}
@media (min-width: 1200px) {
  body.rent .tags-list {
    margin: 22px 0 40px;
    position: sticky;
    top: 105px;
  }
}
@media (min-width: 1600px) {
  body.rent #home {
    min-height: 370px;
  }
  body.rent #home h1 {
    font-size: 61.63px;
    font-size: 3.6252941176rem;
  }
}

body.podzim #home {
  text-align: center;
}
body.podzim #home .holder {
  max-width: 400px;
  margin: 45px 30px 0;
  padding: 12px 12px 24px;
  position: relative;
}
body.podzim #home .holder:before {
  content: "";
  background: #008e49;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}
body.podzim #home h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}
body.podzim #home h1 strong {
  display: block;
  margin-bottom: 4px;
  text-transform: none;
  font-weight: bold;
  font-size: 30px;
}
body.podzim #nemovitosti > .container > .row:first-of-type .col {
  padding-bottom: 0;
}
body.podzim #nemovitosti > .container > .row:first-of-type .text-block {
  background: none;
  margin-bottom: 0 !important;
  padding: 19px 4px 0;
}
body.podzim #nemovitosti > .container > .row:first-of-type p {
  margin-bottom: 0;
}
body.podzim #nemovitosti > .container > .row > [class^=col],
body.podzim #podminky .col {
  background: rgba(235, 237, 238, 0.95);
  padding: 22px;
}
body.podzim #nemovitosti > .container > .row > [class^=col] > .text-block,
body.podzim #podminky .col > .text-block {
  margin-bottom: 20px;
}
body.podzim aside.left-col {
  padding-right: 0 !important;
}
body.podzim .tags-list a {
  background: #008e49;
  margin: 0 3px 10px;
}
body.podzim .tags-list a:hover {
  background: #1e9453;
}
@media (min-width: 568px) {
  body.podzim #home .holder {
    margin: 45px auto 0;
  }
  body.podzim #home h1 {
    font-size: 34px;
    font-size: 2rem;
  }
  body.podzim #home h1 strong {
    font-size: 27px;
    font-size: 1.5882352941rem;
  }
  body.podzim #home h1 strong span {
    font-size: 60px;
    font-size: 3.5294117647rem;
  }
}
@media (min-width: 768px) {
  body.podzim #home .holder {
    max-width: 533px;
    margin: 73px auto 6px;
  }
  body.podzim #home h1 {
    font-size: 36px;
    font-size: 2.1176470588rem;
  }
  body.podzim #home h1 span {
    font-size: 75px;
    font-size: 4.4117647059rem;
  }
  body.podzim #home h1 strong {
    font-size: 37px;
    font-size: 2.1764705882rem;
  }
  body.podzim #home h1 strong span {
    font-size: 77.4px;
    font-size: 4.5529411765rem;
  }
}
@media (min-width: 920px) {
  body.podzim #nemovitosti,
  body.podzim #podminky {
    margin-bottom: 40px;
  }
  body.podzim #podminky table {
    width: auto;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  body.podzim .tags-list {
    margin: 0 0 40px;
  }
}

/* ------ */
/* NOVE LANDING PAGE */
.arrow-controls {
  display: block;
  width: 100%;
  margin: 24px 0 29px;
  padding: 0 30px;
}
.arrow-controls a {
  background: #FFF;
  display: inline-block;
  width: 48%;
  max-width: 155px;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
  color: #7c8787;
  position: relative;
  -webkit-transition: none;
  transition: none;
}
.arrow-controls a:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
}
.arrow-controls a:first-of-type {
  text-align: right;
}
.arrow-controls a:first-of-type:before {
  border-right: 10px solid #FFF;
  right: 100%;
}
.arrow-controls a:last-of-type {
  text-align: left;
}
.arrow-controls a:last-of-type:before {
  border-left: 10px solid #FFF;
  left: 100%;
}
.arrow-controls a:hover {
  background: #008e49 !important;
  color: #FFF;
}
.arrow-controls a:hover:before {
  border-left-color: #008e49 !important;
  border-right-color: #008e49 !important;
}
@media screen and (min-width: 1024px) {
  .arrow-controls a {
    max-width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .arrow-controls a:before {
    border-width: 15px;
  }
}

.map-filter {
  border-bottom: 1px solid #FFF;
  background: #ecedef;
  padding: 20px 15px 10px;
}
.map-filter div {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.map-filter span {
  display: inline-block;
  width: 90px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #008e49;
  cursor: pointer;
}
.map-filter span:nth-of-type(2) {
  margin-right: 10px;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 100%;
}
.map-filter span:last-of-type {
  margin-left: 10px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 100%;
}
.map-filter .switch {
  display: inline-block;
  width: 85px;
  height: 30px;
  margin: 0 20px;
  position: relative;
}
.map-filter .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.map-filter .slider {
  border-radius: 30px;
  background-color: #008e49;
  width: 85px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.map-filter .slider:before {
  content: "";
  border-radius: 50%;
  background-color: #FFF;
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.map-filter input ~ span:last-of-type {
  color: #7c8787;
}
.map-filter input:checked + .slider {
  background-color: #008e49;
}
.map-filter input:checked + .slider:before {
  left: calc(100% - 27px);
}
.map-filter input:checked ~ span:nth-of-type(2) {
  color: #7c8787;
}
.map-filter input:checked ~ span:last-of-type {
  color: #008e49;
}

.lp-navigation {
  padding: 0 70px 0 20px;
  position: relative;
}
.lp-navigation .ucho-wrapper {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.lp-navigation .ucho {
  border-radius: 0 4px 4px 0;
  background: #008e49;
  width: 40px;
  min-height: 165px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1rem;
  color: #FFF;
  z-index: 4;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(-1);
  transform: scale(-1);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.lp-navigation .ucho:before {
  content: "";
  background: url("../img/icons/icon-bubble.svg") 50% 100% no-repeat;
  background-size: 27px 25px;
  width: 27px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
  z-index: -1;
}
.lp-navigation .ucho:hover {
  background: #00753c;
}
.lp-navigation .ucho span {
  padding-bottom: 17px;
}
.lp-navigation .map-filter {
  background: #FFF;
  padding: 19px 0;
}
.lp-navigation .map-filter div {
  margin-bottom: 0;
}
.lp-navigation .map-filter div > span:first-of-type {
  width: 65px;
}
.lp-navigation .map-filter label {
  margin: 0 10px;
}

.lp-categories {
  max-width: 300px;
  margin: auto;
  text-align: left;
}
.lp-categories a {
  border-radius: 3px;
  background: #ecedef;
  display: block;
  margin-bottom: 1px;
  padding: 12px 10px 12px 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  color: #7c8787;
  position: relative;
}
.lp-categories a.active, .lp-categories a:hover {
  background: #008e49;
  color: #FFF;
}
.lp-categories a.active img, .lp-categories a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.lp-categories a img {
  max-width: 22px;
  max-height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body.lp-projekt {
  font-weight: 400;
}
body.lp-projekt #psn-sidebar {
  display: none;
}
body.lp-projekt #home {
  margin-top: 80px;
  text-align: center;
  display: block;
}
body.lp-projekt #home .lp-map {
  background: #DBDDDE;
  width: 100%;
  height: 100%;
}
body.lp-projekt #home h1,
body.lp-projekt #home form {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
body.lp-projekt #home h1 {
  margin: 0 auto 52px;
  padding: 0 60px;
  font-weight: 800;
  font-size: 25px;
  color: #000;
  position: static;
  top: 28px;
}
body.lp-projekt #home form {
  margin: 0 20px;
  bottom: 24px;
}
body.lp-projekt #home form button {
  border: 0;
  background: none;
  height: 100%;
  padding: 0 10px;
  font-weight: 800;
  color: #008e49;
  position: absolute;
  top: 0;
  right: 0;
}
body.lp-projekt #home .form-control {
  border-radius: 3px;
  border: 1px solid #000;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
body.lp-projekt #home .down-arrow {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23008e49' viewBox='0 0 27.7 17.7'%3e%3cpolygon points='27.7,3.3 24.3,0 13.8,10.9 3.4,0 0,3.3 13.8,17.7'/%3e%3c/svg%3e") center no-repeat;
  width: 35px;
  height: 32px;
  padding: 0;
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.lp-projekt .lp-block {
  background: #ecedef;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  text-align: center;
  position: relative;
}
body.lp-projekt .lp-block > * {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body.lp-projekt .lp-icon {
  width: 36px;
  height: 36px;
  margin: 0 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.lp-projekt details {
  margin-bottom: 13px;
}
body.lp-projekt details summary {
  margin-bottom: 10px;
  padding-bottom: 22px;
  position: relative;
}
body.lp-projekt details summary:after {
  content: "";
  background: url("data:image/svg+xml;utf8,<svg fill='%23008e49' xmlns='http://www.w3.org/2000/svg' width='27.7' height='20.3' viewBox='0 0 27.7 20.3'><polygon points='0,5.8 6.1,0 13.8,8.1 21.6,0 27.7,5.8 13.8,20.3'/></svg>") center no-repeat;
  background-size: contain;
  width: 18px;
  height: 13px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body.lp-projekt details summary p {
  margin: 0 !important;
}
body.lp-projekt details[open] summary:after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
body.lp-projekt details > summary {
  list-style: none;
}
body.lp-projekt details > summary::-webkit-details-marker {
  display: none;
}
body.lp-projekt .tags-list {
  margin-top: 12px;
  margin-bottom: 16px;
}
body.lp-projekt .tags-list li {
  margin: 3.5px 1px;
}
body.lp-projekt .tags-list a {
  border-radius: 35px;
  background: #ecedef;
  height: auto;
  line-height: 26px;
  font-weight: 800;
  font-size: 12px;
  color: #008e49 !important;
}
body.lp-projekt .form-check {
  width: 100%;
  max-width: 330px;
  margin: 8px 0 1px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
body.lp-projekt .form-check a {
  color: inherit;
}
body.lp-projekt .form-check .checkbox {
  border-radius: 4px;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
}
body.lp-projekt .form-check .checkbox:after {
  font-weight: bold;
  font-size: 14px;
  top: -3px;
  left: 2px;
}
body.lp-projekt .form-check .checkbox:hover:after {
  content: "✓";
  color: #000;
}
body.lp-projekt .form-check input:checked + .checkbox::after {
  content: "✓";
}
body.lp-projekt .gm-style .gm-style-iw-c {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}
body.lp-projekt .gm-style .gm-style-iw-c .col {
  aspect-ratio: 1/1;
}
body.lp-projekt .gm-style .gm-style-iw-c .col:first-of-type {
  position: relative;
}
body.lp-projekt .gm-style .gm-style-iw-c .col:first-of-type:after {
  content: "";
  background: inherit;
  height: 15px;
  width: 27px;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.lp-projekt .gm-style .gm-style-iw-c .col img:not(.logo) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.lp-projekt .gm-style .gm-style-iw-c .col a {
  display: block;
  padding: 0 30px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
body.lp-projekt .gm-style .gm-style-iw-c .thumb {
  width: 110px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 13px auto 10px;
  text-align: center;
}
body.lp-projekt .gm-style .gm-style-iw-c .logo {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
body.lp-projekt .gm-style .gm-style-iw-d {
  border-radius: 4px;
  overflow: visible !important;
}
body.lp-projekt .gm-style .gm-style-iw-tc::after {
  display: none;
}
@media screen and (min-width: 568px) {
  body.lp-projekt #home form {
    max-width: 320px;
    margin: 0 auto;
  }
  body.lp-projekt .lp-icon {
    margin: 0 15.5px;
  }
}
@media (max-width: 767px) {
  body.lp-projekt footer {
    padding-bottom: 0;
  }
  body.lp-projekt footer .container {
    padding: 0 60px 0 88px;
  }
  body.lp-projekt footer .col-sm-6:last-of-type,
  body.lp-projekt footer .footer-bottom {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.lp-projekt .form-check .checkbox {
    width: 20px;
    height: 20px;
  }
  body.lp-projekt .form-check .checkbox:after {
    top: -1px;
    left: 3px;
  }
}
@media screen and (min-width: 1024px) {
  body.lp-projekt #home h1 {
    font-size: 40px;
    top: 47px;
  }
  body.lp-projekt #home form {
    top: 147px;
    bottom: auto;
  }
  body.lp-projekt #home .down-arrow {
    width: 50px;
  }
  body.lp-projekt .lp-block {
    padding: 3px 50px;
  }
  body.lp-projekt details {
    margin-bottom: 39px;
  }
  body.lp-projekt .gm-style .gm-style-iw-c .thumb {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  body.lp-projekt .lp-block {
    padding: 3px 50px;
  }
}

body.lp-1 #home {
  padding-top: 22px;
}
body.lp-1 #home h1 {
  margin-bottom: 15px;
}
body.lp-1 #home h2 {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 22px;
}
body.lp-1 #home h2 span {
  color: #008e49;
}
body.lp-1 #home .lp-map {
  min-height: 50vh;
}
body.lp-1 #home .nav-tabs {
  border-bottom: 4px solid #008e49;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.lp-1 #home .nav-tabs .nav-link {
  border: 0;
  background: #c8ccce;
  margin: 0 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #FFF;
}
body.lp-1 #home .nav-tabs .nav-link.active {
  background: #008e49;
}
body.lp-1 #home .tab-pane {
  background: #ebedee;
}
body.lp-1 #home .tab-pane .container {
  border: 15px solid #ebedee;
  padding: 0;
}
body.lp-1 #home .pc-project {
  border-radius: 4px;
  background: #FFF;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  overflow: hidden;
}
body.lp-1 #home .pc-project:last-of-type {
  margin-bottom: 0;
}
body.lp-1 #home .pc-project .row {
  width: 100%;
}
body.lp-1 #home .pc-project > [class^=col]:first-of-type,
body.lp-1 #home .pc-project > [class^=col]:last-of-type {
  aspect-ratio: 1/1;
}
body.lp-1 #home .pc-project .text-block {
  margin: 0;
  padding: 19px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body.lp-1 #home .pc-project .text-block p {
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
body.lp-1 #home .pc-project .text-block ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-weight: bold;
  overflow: hidden;
}
body.lp-1 #home .pc-project .text-block ul li {
  padding-left: 12px;
  position: relative;
}
body.lp-1 #home .pc-project .text-block ul li:before {
  content: "";
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23008e49' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") 0 0 no-repeat;
  background-size: 8px 13px;
  width: 8px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: 0;
}
body.lp-1 #home .pc-project .text-block .btn {
  padding: 9px 15px;
  font-size: 13px;
}
body.lp-1 #home .pc-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.lp-1 #home .pc-logo img {
  max-width: 130px;
  max-height: 115px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
body.lp-1 #home .pc-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.lp-1 details {
  margin-bottom: 23px;
  position: relative;
}
body.lp-1 details summary {
  padding-bottom: 0;
  position: static;
}
body.lp-1 details summary p {
  display: none;
}
body.lp-1 details summary .green {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
body.lp-1 details summary:after {
  width: 10px;
  height: 7px;
}
body.lp-1 details[open] summary .green {
  display: none;
}
body.lp-1 details[open] summary p {
  display: block;
}
@media screen and (min-width: 768px) {
  body.lp-1 #home .tab-pane .container {
    border-width: 15px 0;
  }
  body.lp-1 #home .pc-project .text-block ul li {
    float: left;
    width: 50%;
  }
  body.lp-1 #home .pc-project .text-block ul li:first-child, body.lp-1 #home .pc-project .text-block ul li:nth-child(3) {
    width: 38%;
  }
}
@media screen and (min-width: 1024px) {
  body.lp-1 #home {
    margin-top: 91px;
    padding-top: 37px;
  }
  body.lp-1 #home h1 {
    margin-bottom: 40px;
  }
  body.lp-1 #home h2 {
    margin-bottom: 32px;
  }
  body.lp-1 #home .lp-map {
    min-height: 522px;
  }
  body.lp-1 #home .nav-tabs .nav-link {
    min-width: 280px;
    margin: 0 10px;
    font-size: 16px;
  }
  body.lp-1 #home .tab-pane .container {
    border-width: 40px 0;
  }
  body.lp-1 #home .pc-project:nth-of-type(2n) > [class^=col]:first-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.lp-1 #home .pc-project:nth-of-type(2n) > .text-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.lp-1 #home .pc-project:nth-of-type(2n) > [class^=col]:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.lp-1 #home .pc-project > [class^=col]:first-of-type {
    max-width: 158px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.lp-1 #home .pc-project > [class^=col]:last-of-type {
    max-width: 158px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.lp-1 #home .pc-project .text-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.lp-1 #home .pc-project .text-block ul li {
    float: left;
    width: 50%;
  }
  body.lp-1 #home .pc-project .text-block ul li:first-child, body.lp-1 #home .pc-project .text-block ul li:nth-child(3) {
    width: 38%;
  }
  body.lp-1 #home .pc-project .text-block .btn {
    float: right;
  }
  body.lp-1 details summary {
    padding-bottom: 22px;
  }
  body.lp-1 details summary:after {
    width: 18px;
    height: 13px;
  }
  body.lp-1 details summary .green {
    display: none;
  }
  body.lp-1 details summary p {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  body.lp-1 #home .lp-map {
    min-height: 450px;
  }
  body.lp-1 #home .pc-project .text-block ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1366px) {
  body.lp-1 #home .lp-map {
    min-height: 522px;
  }
}
body.lp-2 #home {
  height: auto;
  padding-top: 22px;
}
body.lp-2 #home h1 {
  margin-bottom: 8px;
  position: static;
}
body.lp-2 #home .arrow-controls {
  margin-top: 0;
}
body.lp-2 #home .arrow-controls a {
  background: #ecedef;
}
body.lp-2 #home .arrow-controls a:first-of-type:before {
  border-right-color: #ecedef;
}
body.lp-2 #home .arrow-controls a:last-of-type:before {
  border-left-color: #ecedef;
}
body.lp-2 #home .lp-map {
  height: 355px;
  max-height: calc(100vh - 80px);
}
@media screen and (min-width: 568px) {
  body.lp-2 .lp-block {
    padding-top: 30px;
  }
}
@media screen and (min-width: 568px) {
  body.lp-2 .lp-block {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  body.lp-2 #home {
    margin-top: 91px;
    padding-top: 40px;
  }
  body.lp-2 #home h1 {
    margin-bottom: 30px;
  }
  body.lp-2 #home form {
    top: auto;
    bottom: 24px;
  }
  body.lp-2 #home .lp-map {
    height: 60vh;
  }
  body.lp-2 .lp-section .project-card {
    max-width: 500px;
  }
}

body.lp-3 .breadcrumb {
  background: #ecedef;
  margin-top: 0;
  margin-bottom: 21px;
  padding: 6px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  color: #7c8787;
}
body.lp-3 .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 6px;
}
body.lp-3 .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #008e49;
}
body.lp-3 #home {
  height: auto;
}
body.lp-3 #home h1 {
  margin: 0 0 30px;
  padding: 0 50px;
  position: static;
}
body.lp-3 .lp-section {
  padding: 0 15px;
}
body.lp-3 .lp-section h2 {
  margin-bottom: 11px;
  font-size: 17px;
}
body.lp-3 .lp-section .col-md-6 {
  margin-bottom: 20px;
}
body.lp-3 .lp-section .col-md-6:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
body.lp-3 .lp-section .col-md-6:last-of-type {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body.lp-3 .lp-block {
  border-radius: 4px;
  height: 100%;
  padding: 0;
  text-align: left;
  font-weight: 400;
  overflow: hidden;
}
body.lp-3 .lp-block .position-relative {
  width: 100%;
  padding: 14px;
}
body.lp-3 .lp-block p {
  width: 100%;
  margin-bottom: 13px;
  padding-right: 30px;
  font-size: 14px;
  color: #000;
}
body.lp-3 .lp-block p a {
  text-decoration: underline;
  color: inherit;
}
body.lp-3 .lp-block .icons {
  text-align: center;
  position: absolute;
  top: 17px;
  right: 15px;
}
body.lp-3 .lp-block .lp-icon {
  display: block;
  width: 26px;
  height: auto;
  margin: 0 0 7px;
}
body.lp-3 .lp-block .lp-icon img {
  max-width: 23px;
  max-height: 26px;
}
body.lp-3 .lp-block .btn {
  width: 100%;
  margin: 0;
}
body.lp-3 .project-card {
  background: #008e49;
  margin: 0;
  padding: 14px;
  color: #FFF;
}
body.lp-3 .project-card .row {
  margin-bottom: 0;
}
body.lp-3 .project-card .pc-logo {
  display: block;
  text-align: left;
}
body.lp-3 .project-card .pc-logo strong {
  display: block;
  margin-bottom: 4px;
  line-height: 1.25;
  font-weight: 800;
  font-size: 17px;
}
body.lp-3 .project-card .pc-logo span {
  font-size: 14px;
}
body.lp-3 .project-card .pc-logo img {
  max-width: 110px;
  max-height: 60px;
  position: absolute;
  bottom: 0;
}
body.lp-3 .project-card .logo {
  display: block;
  width: 111px;
  margin-left: auto;
}
body.lp-3 form.lp-block .project-card {
  padding: 12px 14px;
}
body.lp-3 form.lp-block .project-card .pc-logo {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body.lp-3 form.lp-block .project-card .pc-logo strong {
  margin-bottom: 0;
  padding-top: 4px;
}
body.lp-3 form.lp-block .form-control {
  border: 2px solid #008e49;
  height: auto;
  padding: 0 10px;
}
body.lp-3 .form-check {
  margin-bottom: 9px;
  padding-left: 28px;
  font-size: 12px;
}
body.lp-3 .form-check .checkbox {
  border-radius: 2px;
  border: 2px solid #cbcbcb;
  background: #FFF !important;
  width: 20px;
  height: 20px;
}
body.lp-3 #lp-contact {
  padding-top: 1px;
  font-size: 14px;
}
body.lp-3 #lp-contact h2 {
  font-size: 17px;
}
body.lp-3 #lp-contact p {
  margin-bottom: 19px;
}
body.lp-3 #lp-contact .big {
  display: block;
  margin: 16px 0 9px;
  font-weight: 800;
  font-size: 17px;
}
body.lp-3 #lp-contact .form-control {
  border: 2px solid #cbcbcb;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
body.lp-3 #lp-contact .btn {
  width: 100%;
  font-size: 13px;
}
@media screen and (min-width: 568px) {
  body.lp-3 .project-card .pc-logo strong {
    font-size: 20px;
  }
  body.lp-3 .project-card .pc-logo img {
    max-width: 150px;
    max-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  body.lp-3 .lp-section h2 {
    font-size: 22px;
  }
  body.lp-3 .lp-section .col-md-6 {
    margin-bottom: 30px;
  }
  body.lp-3 .lp-section p {
    font-size: 16px;
  }
  body.lp-3 .tags-list {
    margin-bottom: 30px;
  }
  body.lp-3 .project-card .pc-logo strong {
    font-size: 17px;
  }
  body.lp-3 .project-card .pc-logo img {
    max-width: 110px;
    max-height: 60px;
  }
  body.lp-3 #lp-contact h2 {
    font-size: 22px;
  }
  body.lp-3 #lp-contact .big {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  body.lp-3 .breadcrumb {
    font-size: 14px;
  }
  body.lp-3 #home {
    margin-top: 91px;
  }
  body.lp-3 .lp-section .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body.lp-3 .lp-section .col-md-6 {
    -webkit-box-ordinal-group: inherit !important;
    -ms-flex-order: inherit !important;
    order: inherit !important;
  }
  body.lp-3 .form-check {
    font-size: 14px;
  }
}

.lp-section {
  background: #FFF;
  padding: 16px 0 22px;
  text-align: center;
}
.lp-section .container {
  padding: 0;
}
.lp-section h2 {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 25px;
}
.lp-section p {
  margin-bottom: 17px;
  font-size: 14px;
}
.lp-section .project-card {
  width: 100%;
  margin: 0 auto 16px;
  color: #FFF;
}
.lp-section .project-card .row {
  overflow: hidden;
}
.lp-section .project-card .pc-logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lp-section .project-card .pc-logo img {
  max-width: 100%;
  max-height: 99px;
  display: block;
}
.lp-section .project-card .pc-logo span {
  display: block;
  line-height: 1.2;
  font-size: 12px;
}
.lp-section .project-card .pc-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.lp-section .icons {
  margin-bottom: 15px;
}
.lp-section .btn {
  width: calc(100% - 68px);
  margin: 0 34px 10px;
  font-size: 13px;
}
.lp-section .btn + a:not(.project-card) {
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
@media screen and (min-width: 568px) {
  .lp-section .btn {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .lp-section h2 {
    font-size: 36px !important;
  }
}

.lp-slider {
  background: #000;
  padding: 22px 0;
  text-align: center;
  color: #FFF;
}
.lp-slider:before {
  content: "";
  background: #FFF;
  width: 100%;
  height: 145px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.lp-slider .lp-block {
  background: none !important;
}
.lp-slider .lp-block h2 {
  display: none;
}
.lp-slider .container {
  padding: 0 60px !important;
}
.lp-slider .thumb {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 91px);
  margin-bottom: 15px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.lp-slider .thumb img {
  max-width: 100%;
  max-height: 100%;
  height: 50vh;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.lp-slider h2 {
  margin-bottom: 21px;
  font-size: 22px;
}
.lp-slider h3 {
  margin-bottom: 8px;
  line-height: 1.55;
  font-weight: bold;
  font-size: 14px;
}
.lp-slider p {
  margin-bottom: 25px;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.lp-slider .icons {
  margin: 13px 0 8px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.lp-slider .btn {
  width: auto;
  margin: 0 0 30px;
  font-size: 16px;
}
.lp-slider .project-card {
  max-width: 314px;
  margin: 10px auto 16px;
  text-decoration: none;
}
.lp-slider .project-card .row {
  border-radius: 4px;
}
.lp-slider .project-card .pc-logo {
  display: block;
  padding: 15px 15px 14px;
}
.lp-slider .project-card .pc-logo img {
  height: 58px;
  margin: 0 auto 10px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.lp-slider .project-card .show-all {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #008e49;
}
.lp-slider .carousel-arrow {
  border: 0;
  background: none;
  max-width: 80px;
  opacity: 1;
}
.lp-slider .carousel-arrow [class*=icon] {
  width: 24px;
  height: 33px;
}
.lp-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23008e49' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.lp-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23008e49' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
@media screen and (min-width: 600px) and (orientation: portrait) {
  .lp-slider .thumb {
    max-height: 50vh;
  }
}
@media screen and (min-width: 1024px) {
  .lp-slider {
    padding: 45px 0 87px;
  }
  .lp-slider .container {
    padding: 0 !important;
  }
  .lp-slider:before {
    display: none;
  }
  .lp-slider .lp-block h2 {
    display: block;
    margin-bottom: 26px;
  }
  .lp-slider .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-slider .thumb {
    background: #353538;
    height: 0;
    margin-bottom: 0;
    padding-bottom: 100%;
    aspect-ratio: 1/1;
    position: relative;
  }
  .lp-slider .thumb img {
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .lp-slider h2 {
    display: none;
  }
  .lp-slider h3 {
    margin-bottom: 15px;
    line-height: 1.45;
    font-size: 22px;
  }
  .lp-slider .icons {
    margin: 0 0 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lp-slider .btn {
    min-width: 219px;
  }
  .lp-slider .project-card {
    margin: 32px auto 0;
  }
  .lp-slider .project-card .row {
    margin-bottom: 16px;
  }
  .lp-slider .project-card .pc-logo img {
    height: 75px;
    margin-bottom: 15px;
  }
  .lp-slider .project-card .pc-logo span {
    padding: 0 10px;
    font-size: 15px;
  }
  .lp-slider details p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .lp-slider details[open] p {
    display: block;
  }
  .lp-slider .carousel-arrow [class*=icon] {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .lp-slider .carousel-arrow {
    max-width: 104px;
  }
}

#lp-contact {
  background: #FFF;
  padding: 41px 34px 25px;
  text-align: center;
}
#lp-contact .container {
  padding: 0;
}
#lp-contact h2 {
  margin-bottom: 24px;
  font-weight: 800;
  font-size: 15px;
}
#lp-contact h2 br {
  display: none;
}
#lp-contact form {
  max-width: 400px;
  margin: auto;
}
#lp-contact .form-control {
  border-radius: 4px;
  border: 1px solid #000;
  margin-bottom: 20px;
  font-size: 13px;
  text-align: center;
}
#lp-contact .btn {
  font-size: 11px;
}
@media screen and (min-width: 568px) {
  #lp-contact h2 br {
    display: block;
  }
  #lp-contact .form-check {
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .lp-2 #lp-contact {
    padding-top: 4px;
  }
  .lp-2 #lp-contact h2 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  #lp-contact {
    min-height: 407px;
    padding: 51px 34px 25px;
  }
  #lp-contact h2 {
    margin-bottom: 45px;
    font-size: 22px;
  }
  #lp-contact .form-control {
    font-size: 18px;
  }
  #lp-contact .form-check {
    margin: 21px 0 13px;
  }
  #lp-contact .btn {
    font-size: 16px;
  }
}

.view-units {
  color: #FFF !important;
  cursor: pointer;
}

#lp-demand {
  padding: 30px 15px;
  text-align: center;
}
#lp-demand .container {
  padding: 0;
}
#lp-demand .form-check {
  max-width: 350px;
}
@media screen and (min-width: 576px) {
  #lp-demand {
    padding: 30px 60px;
  }
  #lp-demand .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 1024px) {
  #lp-demand .container {
    max-width: 600px;
  }
  #lp-demand .col-sm-6 {
    text-align: left;
  }
}

#hidden-slides {
  display: none;
}

#banner-blog {
  width: 350px;
  margin-bottom: 20px;
}
#banner-blog img {
  max-width: 100%;
}

/* ------ */
/* HYPOTEKA */
body.hypo {
  background: #EBECEE url("../img/bg-hypo.jpg") 50% 80px no-repeat;
  background-size: 100% auto;
}
body.hypo strong, body.hypo h1, body.hypo .h1, body.hypo h2 {
  font-weight: 800;
}
body.hypo #home {
  max-width: 992px;
  height: auto;
  margin: auto;
  padding: calc(91px + 22px) 60px 0;
  text-align: center;
  font-weight: 800;
  overflow: visible;
}
body.hypo #home h1 {
  margin-bottom: 10px;
  position: static;
}
body.hypo #home p {
  margin-bottom: 11px;
  line-height: 1.3;
  font-size: 20px;
}
body.hypo #main {
  background: none;
}
body.hypo #main .container {
  max-width: 992px;
  padding: 0 15px !important;
}
body.hypo #kontakt.container {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 15px !important;
  text-align: center;
}
body.hypo #kontakt.container .h1 {
  margin-bottom: 22px;
}
body.hypo #kontakt.container p {
  margin-bottom: 1.5rem;
}
body.hypo #kontakt.container form {
  padding-top: 10px;
}
body.hypo #kontakt.container .form-control {
  border-radius: 0;
  border-bottom: 2px solid #008e49;
  background: none;
  height: auto;
  padding: 4px 0 2px;
}
body.hypo #kontakt.container .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.hypo #kontakt.container textarea {
  min-height: 93px;
}
body.hypo #kontakt.container .ccheck {
  margin-top: 10px;
}
body.hypo .podminky {
  display: inline-block;
  margin-top: 13px;
}
body.hypo .btn {
  font-size: 1rem;
}
body.hypo .btn[aria-expanded=true] {
  display: none;
}
body.hypo #psn-sidebar {
  display: none;
}
body.hypo .checkbox {
  border: 1px solid #008e49;
}
body.hypo .checkbox:after {
  left: -1px;
}
@media screen and (min-width: 1024px) {
  body.hypo #main {
    margin-bottom: 69px;
  }
  body.hypo #home {
    margin-top: 91px;
    padding-top: 53px;
  }
  body.hypo #home h1 {
    margin-bottom: 17px;
    font-size: 47px;
  }
  body.hypo #kontakt.container {
    padding: 49px 80px 39px !important;
  }
}
@media screen and (min-width: 1200px) {
  body.hypo #home .hypo {
    position: absolute;
    top: 43px;
    left: calc(100% - 50px);
  }
}
@media screen and (min-width: 1600px) {
  body.hypo {
    background-position: 50% 91px;
  }
}

/* ------ */
.polygon {
  background: #FFF;
  width: 100%;
  aspect-ratio: 1/1.135;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.polygon strong {
  display: block;
  margin-bottom: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}
.polygon .big {
  display: block;
  margin-top: -7px;
  text-transform: none;
  font-size: 45px;
}
.polygon p {
  margin: 0;
  line-height: 1.36;
  font-weight: normal;
}

.hex-1 {
  background: rgba(0, 142, 73, 0.85);
  max-width: 348px;
  margin-top: 62px;
  padding: 30px;
  color: #fce016;
}
.hex-1 p {
  padding: 0 16px;
}
.hex-1 strong {
  margin-bottom: 15px;
  font-size: 22px;
}
.hex-1 .big {
  font-size: 73px;
}

.hex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -14px;
}
.hex-grid .row {
  width: 100%;
}
.hex-grid .row:nth-of-type(n+2) {
  margin-top: -35px;
  position: relative;
}
.hex-grid .polygon {
  margin: 5.5px;
}
.hex-grid .hex-2 {
  max-width: 254px;
}
.hex-grid .hex-3 {
  max-width: 229px;
  max-height: 262px;
  left: 80px;
}
.hex-grid .hex-4 {
  max-width: 277px;
  margin-top: -7px;
  top: -15px;
}
.hex-grid .hex-4 p {
  padding: 0 15px;
}
@media screen and (min-width: 568px) {
  .hex-grid .row {
    width: auto;
    margin-top: -58px;
  }
  .hex-grid .row:nth-of-type(n+2) {
    margin-top: -67px;
    left: 23px;
  }
  .hex-grid .polygon {
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  .hex-grid {
    margin: 0;
  }
  .hex-grid .row {
    margin: 0;
  }
  .hex-grid .row:nth-of-type(n+2) {
    margin-top: -65px;
    left: 23px;
  }
}
.nemovitost .hypo {
  position: absolute;
  top: 23px;
  left: 22px;
  -webkit-transition: none;
  transition: none;
}
.nemovitost .hypo img {
  max-height: 100px;
}
@media screen and (min-width: 1024px) {
  .grid .nemovitost:nth-of-type(2n) .hypo {
    left: calc(100% - 22px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .nemovitost .hypo img {
    max-height: none;
  }
}
@media screen and (min-width: 1152px) {
  .grid .nemovitost:nth-of-type(2n) .hypo {
    left: calc(60% - 22px);
  }
}

/* HAPPY INVESTOR */
body.happy #home {
  margin-top: 80px;
  height: calc(100vh - 80px);
}
body.happy #home .container {
  height: 100%;
}
body.happy #home .inv-slogan {
  width: 412px;
  max-width: 300px;
  margin: 50px 0;
}
body.happy #home h1 {
  padding: 0 15px;
}
body.happy #home .down-arrow {
  text-decoration: none;
  font-size: 49.5px;
  font-size: 2.9117647059rem;
  color: #FFF;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.happy #home #bg-header {
  display: block;
}
body.happy .serpa {
  width: 400px;
  height: 400px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.1764705882rem;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: default;
}
body.happy .serpa div {
  background: #F70045;
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 100px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.happy #main {
  background: #000;
  text-align: center;
}
body.happy #main .container {
  max-width: 1014px;
}
body.happy #main h1 {
  margin-bottom: 46px;
  padding: 0 15px;
}
body.happy article {
  padding: 69px 0 30px;
  color: #FFF;
}
body.happy article:nth-of-type(2) {
  margin-bottom: 30px;
}
body.happy article:nth-of-type(2) h3 {
  margin-bottom: 11px;
}
body.happy article:nth-of-type(2) p {
  line-height: 1.45;
}
body.happy article:last-of-type {
  margin-bottom: 91px;
}
body.happy article p {
  margin-bottom: 33px;
  line-height: 2;
}
body.happy article .mb-lg-5 {
  margin-bottom: 69px !important;
}
body.happy h2 {
  margin-bottom: 37px;
  font-weight: bold;
  font-size: 23px;
  font-size: 1.3529411765rem;
  color: #50b366;
}
body.happy h3 {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 1rem;
}
body.happy strong {
  font-weight: bold;
}
body.happy .claim {
  margin-bottom: 37px;
  line-height: 1.45;
  font-size: 21px;
  font-size: 1.2352941176rem;
  color: #50b366;
}
body.happy .table {
  margin-top: -3px;
  margin-bottom: 30px;
  color: inherit;
}
body.happy .table tr {
  border: 0;
}
body.happy .table th, body.happy .table td {
  border: 0;
  border-bottom: 1px solid #595959;
  min-width: 150px;
  padding: 5.75px 10px;
  text-align: left;
}
body.happy .table th:first-of-type, body.happy .table td:first-of-type {
  padding-left: 0;
}
body.happy .table th:last-of-type, body.happy .table td:last-of-type {
  padding-right: 0;
  text-align: right;
}
body.happy .table th {
  border-color: #50b366;
  color: #50b366;
}
body.happy .projects .row {
  margin-bottom: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.happy .projects [class^=col] {
  max-width: 50%;
  margin-bottom: 20px;
}
body.happy .projects .holder {
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
body.happy .projects .holder:hover:before {
  background: #50b366;
}
body.happy .projects .holder:before {
  content: "";
  background: rgba(0, 0, 0, 0.39);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.happy .projects .holder .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  color: #FFF;
  position: absolute;
  z-index: 1;
}
body.happy .projects .holder .title strong {
  display: block;
}
body.happy .projects .holder img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
body.happy #contact {
  padding-top: 30px;
}
body.happy #contact .container {
  max-width: 829px;
}
body.happy #contact h2 {
  margin: 15px 0 26px !important;
  font-size: 20px;
  color: inherit;
}
body.happy #contact .text-center {
  margin-bottom: 10px;
}
body.happy #contact .form-control {
  height: auto;
  min-height: 40px;
}
body.happy #contact .form-check {
  margin: 0 30px 15px;
}
@media screen and (min-width: 340px) and (orientation: portrait) {
  body.happy #home .inv-slogan {
    margin-top: 125px;
  }
}
@media screen and (min-width: 568px) and (orientation: landscape) {
  body.happy #home .inv-slogan {
    max-width: 200px;
    margin: 30px 0;
  }
  body.happy #home .down-arrow {
    display: none;
  }
}
@media screen and (min-width: 568px) {
  body.happy #home .container {
    text-align: left;
  }
  body.happy #home h1 {
    padding: 0;
  }
  body.happy .projects [class^=col] {
    max-width: 33%;
  }
}
@media screen and (min-width: 667px) {
  body.happy #home .down-arrow {
    display: block;
  }
  body.happy .projects [class^=col] {
    max-width: 237px;
  }
}
@media screen and (min-width: 768px) {
  body.happy #home {
    height: auto;
  }
  body.happy #home #bg-header {
    height: auto;
    min-height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  body.happy #home .inv-slogan {
    max-width: 300px;
    margin-top: 75px;
  }
  body.happy .serpa {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  body.happy .projects {
    margin-bottom: 9px;
  }
  body.happy .projects .row {
    margin: 0 -20px 18px;
  }
  body.happy .projects [class^=col] {
    padding: 0 20px;
  }
  body.happy .projects .holder .title {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  body.happy #contact {
    padding-top: 66px;
  }
}
@media screen and (min-width: 1200px) {
  body.happy #home .inv-slogan {
    max-width: none;
    margin: 75px 0;
  }
  body.happy #home .down-arrow {
    bottom: 21px;
  }
  body.happy #home #bg-header {
    height: 727px;
  }
}
@media screen and (min-width: 1680px) {
  body.happy #home {
    margin-top: 91px;
  }
  body.happy #home .inv-slogan {
    margin: 146px 0 100px;
  }
}

/* ------ */
body.happy.podzim #home {
  height: auto;
}
body.happy.podzim #home #bg-header {
  height: auto;
}
body.happy.podzim #main {
  background: #248D4E;
}

/* PRONAJEM - KOHINOOR */
body.kohinoor h1 {
  max-width: 1040px;
  font-weight: 800;
}
body.kohinoor .bg-header {
  width: 100vw;
  max-height: 630px;
  -o-object-fit: cover;
  object-fit: cover;
}
body.kohinoor #main {
  padding-top: 0;
}
body.kohinoor section .left-col img {
  width: 100%;
  display: none;
}
body.kohinoor section .right-col p {
  padding: 0 30px;
}
body.kohinoor section .text-block {
  background: #008e49;
  margin-bottom: 0;
  padding: 43px 40px 40px 41px;
  font-size: 25px;
  color: #FFF;
}
body.kohinoor section .text-block p {
  margin-bottom: 49px;
  line-height: 1.275;
  letter-spacing: -1px;
}
body.kohinoor section .text-block strong {
  font-weight: 700;
}
body.kohinoor section .text-block .btn-default {
  background: #FFF;
  min-width: 256px;
  font-weight: bold;
  color: #008e49;
}
body.kohinoor section .text-block .btn-default:hover, body.kohinoor section .text-block .btn-default:focus {
  background: #e6e6e6;
}
body.kohinoor .gallery .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 100%;
  text-decoration: none;
  color: #FFF;
  position: absolute;
  top: 0;
  z-index: 1;
}
body.kohinoor .gallery .slick-arrow:before {
  content: "\e90f";
  font-family: "psn" !important;
  font-size: 32px;
  color: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.kohinoor .gallery .slick-arrow:hover {
  color: #008e49;
}
body.kohinoor .gallery .slick-next {
  right: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media screen and (min-width: 768px) {
  body.kohinoor #main {
    padding-top: 75px;
  }
  body.kohinoor section:first-of-type {
    margin-bottom: 60px;
  }
  body.kohinoor section .left-col img {
    display: block;
  }
  body.kohinoor section .right-col p {
    padding-left: 0;
  }
  body.kohinoor section .text-block {
    margin: -234px 0 75px;
  }
}
@media screen and (min-width: 1024px) {
  body.kohinoor #main {
    padding-top: 105px;
  }
  body.kohinoor section .left-col {
    margin-right: 50px;
  }
  body.kohinoor section .right-col p {
    padding: 0;
  }
  body.kohinoor section .text-block {
    max-width: 580px;
    margin: -264px 0 80px;
  }
  body.kohinoor .gallery .slick-arrow {
    width: 80px;
  }
  body.kohinoor .gallery .slick-arrow:before {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  body.kohinoor section .left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  body.kohinoor section .right-col {
    max-width: 370px;
  }
  body.kohinoor .gallery .slick-arrow {
    width: 100px;
  }
  body.kohinoor .gallery .slick-arrow:before {
    font-size: 57px;
  }
  body.kohinoor .gallery .slick-prev {
    left: 25px;
  }
  body.kohinoor .gallery .slick-next {
    right: 25px;
  }
}
@media screen and (min-width: 1600px) {
  body.kohinoor section:first-of-type {
    margin-bottom: 133px;
  }
  body.kohinoor section .left-col {
    margin-right: 102px;
  }
  body.kohinoor section .text-block {
    margin-bottom: 141px;
  }
}

/* ------ */
/* PRONAJEM - KOHINOOR */
body.kohinoor h1 {
  max-width: 1040px;
  font-weight: 800;
}
body.kohinoor .bg-header {
  width: 100vw;
  max-height: 630px;
  -o-object-fit: cover;
  object-fit: cover;
}
body.kohinoor #main {
  padding-top: 0;
}
body.kohinoor section .left-col img {
  width: 100%;
  display: none;
}
body.kohinoor section .right-col p {
  padding: 0 30px;
}
body.kohinoor section .text-block {
  background: #008e49;
  margin-bottom: 0;
  padding: 43px 40px 40px 41px;
  font-size: 25px;
  color: #FFF;
}
body.kohinoor section .text-block p {
  margin-bottom: 49px;
  line-height: 1.275;
  letter-spacing: -1px;
}
body.kohinoor section .text-block strong {
  font-weight: 700;
}
body.kohinoor section .text-block .btn-default {
  background: #FFF;
  min-width: 256px;
  font-weight: bold;
  color: #008e49;
}
body.kohinoor section .text-block .btn-default:hover, body.kohinoor section .text-block .btn-default:focus {
  background: #e6e6e6;
}
body.kohinoor .gallery .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 100%;
  text-decoration: none;
  color: #FFF;
  position: absolute;
  top: 0;
  z-index: 1;
}
body.kohinoor .gallery .slick-arrow:before {
  content: "\e90f";
  font-family: "psn" !important;
  font-size: 32px;
  color: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.kohinoor .gallery .slick-arrow:hover {
  color: #008e49;
}
body.kohinoor .gallery .slick-next {
  right: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media screen and (min-width: 768px) {
  body.kohinoor #main {
    padding-top: 75px;
  }
  body.kohinoor section:first-of-type {
    margin-bottom: 60px;
  }
  body.kohinoor section .left-col img {
    display: block;
  }
  body.kohinoor section .right-col p {
    padding-left: 0;
  }
  body.kohinoor section .text-block {
    margin: -234px 0 75px;
  }
}
@media screen and (min-width: 1024px) {
  body.kohinoor #main {
    padding-top: 105px;
  }
  body.kohinoor section .left-col {
    margin-right: 50px;
  }
  body.kohinoor section .right-col p {
    padding: 0;
  }
  body.kohinoor section .text-block {
    max-width: 580px;
    margin: -264px 0 80px;
  }
  body.kohinoor .gallery .slick-arrow {
    width: 80px;
  }
  body.kohinoor .gallery .slick-arrow:before {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  body.kohinoor section .left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  body.kohinoor section .right-col {
    max-width: 370px;
  }
  body.kohinoor .gallery .slick-arrow {
    width: 100px;
  }
  body.kohinoor .gallery .slick-arrow:before {
    font-size: 57px;
  }
  body.kohinoor .gallery .slick-prev {
    left: 25px;
  }
  body.kohinoor .gallery .slick-next {
    right: 25px;
  }
}
@media screen and (min-width: 1600px) {
  body.kohinoor section:first-of-type {
    margin-bottom: 133px;
  }
  body.kohinoor section .left-col {
    margin-right: 102px;
  }
  body.kohinoor section .text-block {
    margin-bottom: 141px;
  }
}

/* ------ */

#viewerOverlay {
  background: rgba(0, 0, 0, 0.75) !important;
}
#viewerOverlay img {
  background: rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: 0;
  position: relative;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -webkit-transform: translate(-40px, 15px);
          transform: translate(-40px, 15px);
}

#viewerControls label,
#viewerControls input {
  display: none;
}

/* ------ */

/* LP - INVESTICE */
.hp.invest {
  color: #534e45;
  /* --- */
  /* --- */
}
.hp.invest h1, .hp.invest h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
}
.hp.invest .form-control {
  border-radius: 3px;
  height: 40px;
  color: inherit;
}
.hp.invest .form-control::-webkit-input-placeholder {
  color: inherit;
}
.hp.invest .form-control::-moz-placeholder {
  color: inherit;
}
.hp.invest .form-control:-ms-input-placeholder {
  color: inherit;
}
.hp.invest .form-control::-ms-input-placeholder {
  color: inherit;
}
.hp.invest .form-control::placeholder {
  color: inherit;
}
.hp.invest .form-control:focus {
  border-color: #534e45;
  -webkit-box-shadow: inset 0 -3px 0 0 #534e45;
          box-shadow: inset 0 -3px 0 0 #534e45;
}
.hp.invest .btn-default {
  border-radius: 3px;
  background: #9c9185;
  font-weight: 300;
}
.hp.invest .btn-default:hover {
  background: #534e45;
}
.hp.invest .checkbox:after {
  color: #534e45;
}
.hp.invest #home {
  background: #262523;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hp.invest #home .container {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.hp.invest #home .holder {
  background: #262523;
  padding: 30px;
  text-align: left;
  color: #b1a597;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hp.invest #home h1 {
  margin-bottom: 30px;
  padding: 0;
  line-height: 1.2;
  color: #FFF;
}
.hp.invest #home p {
  line-height: 1.35;
}
.hp.invest #home p:last-of-type {
  margin-bottom: 0;
}
.hp.invest #home .header-img {
  width: 100%;
}
.hp.invest #home .header-img:before {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#262523), color-stop(4%, #262523), color-stop(56%, transparent), to(transparent));
  background: linear-gradient(to right, #262523 0%, #262523 4%, transparent 56%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.hp.invest #home .header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.hp.invest #contact {
  background: #edebe9;
}
.hp.invest #contact .narrow a {
  display: block;
  color: inherit;
}
.hp.invest #contact h2 {
  margin-bottom: 20px;
}
.hp.invest #contact .form-row {
  margin-bottom: 15px;
}
.hp.invest #contact .hidden {
  font-size: 80%;
}
.hp.invest #contact .btn {
  margin-top: 28px;
}
@media screen and (min-width: 576px) {
  .hp.invest h2 {
    font-size: 24px;
  }
  .hp.invest #home .container {
    padding: 100px 0 !important;
  }
  .hp.invest #home .holder {
    border: 1px solid #716960;
    max-width: 635px;
    font-size: 18px;
  }
  .hp.invest #home .header-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .hp.invest h2 {
    font-size: 28px;
  }
  .hp.invest #home .holder {
    width: 55%;
    padding: 40px;
  }
  .hp.invest #home .header-img:before {
    content: "";
  }
  .hp.invest #contact {
    padding-top: 40px;
  }
  .hp.invest #contact h2 {
    margin-bottom: 45px;
  }
  .hp.invest #contact .form-row {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .hp.invest h2 {
    font-size: 34px;
  }
  .hp.invest #home .holder {
    padding: 55px 30px 54px 56px;
    font-size: 22px;
  }
  .hp.invest #home h1 {
    margin-bottom: 43px;
    line-height: 1;
  }
  .hp.invest #home .header-img {
    width: 50%;
    height: 100%;
  }
  .hp.invest #contact {
    padding-top: 71px;
    padding-bottom: 86px;
  }
  .hp.invest #contact h2 {
    padding: 0 30px;
    line-height: 1.1;
  }
  .hp.invest #contact p {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hp.invest h1 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1680px) {
  .hp.invest #home {
    margin-top: 91px;
  }
}
@media screen and (min-width: 2560px) {
  .hp.invest #home .container {
    padding: 150px 0 !important;
  }
  .hp.invest #home .holder {
    max-width: none;
    padding: 70px 60px;
  }
}

/* ------ */
/* LP - HYPOTEKA + BONAMI */
body.lp-hypo #home {
  margin-top: 80px;
}
body.lp-hypo #home .row {
  width: 100%;
}
body.lp-hypo #home .col-left {
  background: #6ca470;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body.lp-hypo #home .col-left:before {
  content: "";
  background: inherit;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
body.lp-hypo #home .text-block {
  background: none;
  padding: 30px 30px 0;
}
body.lp-hypo #home h1 {
  padding: 0;
  line-height: 1.25;
}
body.lp-hypo #home h1 small {
  display: block;
  margin: 31px 0;
  font-weight: bold;
  font-size: 60%;
}
body.lp-hypo #home .slogan {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
body.lp-hypo #home .logo {
  max-height: 30px;
  margin-bottom: 15px;
}
body.lp-hypo #home .btn {
  background: #000;
  font-size: 14px;
}
body.lp-hypo #home .btn:hover {
  background: #FFF;
  color: #000;
}
body.lp-hypo #home .sticker {
  max-width: 100px;
  position: absolute;
  bottom: 50px;
  right: 10%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.lp-hypo #home .skyline {
  background: none;
  width: 100px;
  position: absolute;
  bottom: 50px;
  left: 10%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0;
}
body.lp-hypo #home .header-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.lp-hypo #timer {
  border-radius: 5px;
  background: #e51d1d;
  max-width: 280px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.1764705882rem;
  color: #FFF;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 9;
  overflow: hidden;
}
body.lp-hypo #timer .title {
  background: #ff2f2f;
  padding: 6px 20px;
}
body.lp-hypo #timer #counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 20px;
}
body.lp-hypo #timer #counter b {
  font-weight: inherit;
  font-size: 30px;
  font-size: 1.7647058824rem;
}
body.lp-hypo #main {
  background: #FFF;
  text-align: center;
  overflow: hidden;
}
body.lp-hypo article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}
body.lp-hypo article .big {
  max-width: 1000px;
  margin: 30px auto;
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: bold;
}
body.lp-hypo article .claim {
  margin-bottom: 38px;
  line-height: 1.45;
  font-size: 21px;
  font-size: 1.2352941176rem;
}
body.lp-hypo article p {
  margin: 0 auto 9px;
}
body.lp-hypo article p + h3 {
  margin-top: 35px;
}
body.lp-hypo article a {
  text-decoration: underline;
  color: #6ca470;
}
body.lp-hypo article strong {
  font-weight: bold;
}
body.lp-hypo h3, body.lp-hypo .h3 {
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 23px;
  font-size: 1.3529411765rem;
  color: #6ca470;
}
body.lp-hypo table {
  border-top: 1px solid #6ca470;
  max-width: 800px;
  margin: 57px auto 50px;
  color: inherit;
}
body.lp-hypo table tr {
  border: 0;
}
body.lp-hypo table td {
  border: 0;
  border-bottom: 1px solid #6ca470;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  font-size: 0.8235294118rem;
  vertical-align: top;
}
body.lp-hypo table td:last-of-type {
  text-align: right;
}
body.lp-hypo .btn-default {
  border-radius: 50px;
  background: #6ca470;
  min-height: 57px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  color: #FFF;
}
body.lp-hypo .btn-default:hover {
  background: #000;
}
body.lp-hypo .gallery [class^=col] {
  margin-bottom: 30px;
}
body.lp-hypo .promo {
  margin: 30px 0;
}
body.lp-hypo .promo img {
  max-width: 100%;
}
body.lp-hypo #contact {
  margin-top: 60px;
}
body.lp-hypo #contact .btn {
  background: #008e49;
}
body.lp-hypo.bonami #main {
  background: #000;
}
body.lp-hypo.bonami article {
  color: #FFF;
}
body.lp-hypo.bonami .btn:hover {
  background: #FFF;
  color: #6ca470;
}
body.lp-hypo .timeline-bg {
  background: #343439;
  margin: 60px 0;
  padding: 45px 0;
  position: relative;
  z-index: 1;
}
body.lp-hypo .timeline-bg:before {
  content: "";
  background: inherit;
  width: 200vw;
  position: absolute;
  inset: 0 -50vw;
  z-index: -1;
}
body.lp-hypo .timeline-bg .btn {
  margin-top: 30px;
}
body.lp-hypo .main-timeline {
  background: none;
  padding: 45px 0 20px;
}
body.lp-hypo .main-timeline:before {
  display: none;
  background: #6ca470;
  width: 1px;
}
body.lp-hypo .main-timeline .timeline:before {
  display: none;
}
body.lp-hypo .main-timeline .timeline-icon {
  background: #6ca470;
  width: 47px;
  height: 47px;
}
body.lp-hypo .main-timeline .timeline-year {
  font-size: 23px;
}
body.lp-hypo .main-timeline .timeline-content {
  background: none;
  font-size: 15px;
}
body.lp-hypo .main-timeline .timeline-content p {
  max-width: none;
}
body.lp-hypo .main-timeline .timeline-content strong {
  font-size: 17px;
  color: #6ca470;
}
@media screen and (min-width: 576px) {
  body.lp-hypo #home .col-left:before {
    width: 50px;
    height: 100%;
    top: 0;
    left: 100%;
  }
  body.lp-hypo #home .skyline {
    top: 50px;
    bottom: auto;
    left: auto;
    right: 10%;
    opacity: 1;
  }
  body.lp-hypo table td {
    min-width: 150px;
  }
  body.lp-hypo .promo {
    margin: 33px 0 38px;
  }
  body.lp-hypo.bonami #home .text-block {
    padding-right: 0;
  }
  body.lp-hypo.bonami #home h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  body.lp-hypo #home .col-left {
    padding-left: 50px;
  }
  body.lp-hypo #home .col-left:before {
    width: 75px;
  }
  body.lp-hypo #home .text-block {
    max-width: 86%;
  }
  body.lp-hypo #home .slogan {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  body.lp-hypo #home .skyline,
body.lp-hypo #home .sticker {
    right: 30%;
  }
  body.lp-hypo #timer {
    right: 15%;
  }
  body.lp-hypo article {
    padding: 74px 30px 30px;
  }
  body.lp-hypo article .big {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  body.lp-hypo article .claim {
    max-width: 80%;
  }
  body.lp-hypo article p {
    max-width: 90%;
  }
  body.lp-hypo table td {
    padding: 14.5px 15px;
    font-size: 1rem;
  }
  body.lp-hypo .main-timeline:before {
    display: block;
    height: calc(100% - 200px);
    top: 100px;
  }
  body.lp-hypo .main-timeline .timeline {
    margin: 0;
  }
  body.lp-hypo .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: calc(50% - 24px);
  }
  body.lp-hypo .main-timeline .timeline-icon {
    right: calc(50% - 23px);
  }
  body.lp-hypo .main-timeline .timeline-content {
    min-height: 125px;
  }
  body.lp-hypo .main-timeline .btn-holder {
    padding: 60px 0 30px;
  }
}
@media screen and (min-width: 992px) {
  body.lp-hypo #home .text-block {
    max-width: 600px;
  }
  body.lp-hypo #home h1 {
    font-size: 50px;
    font-size: 2.9411764706rem;
  }
  body.lp-hypo #home .slogan {
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
  body.lp-hypo #home .logo {
    max-height: none;
  }
  body.lp-hypo #home .sticker {
    max-width: 125px;
  }
  body.lp-hypo #timer {
    max-width: 315px;
    font-size: 25.43px;
    font-size: 1.4958823529rem;
    bottom: 81px;
    left: auto;
    right: 10%;
    -webkit-transform: none;
            transform: none;
  }
  body.lp-hypo #timer .title {
    padding: 5px 25px;
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
  body.lp-hypo #timer #counter {
    padding: 9px 25px;
  }
  body.lp-hypo #timer #counter b {
    font-size: 36.97px;
    font-size: 2.1747058824rem;
  }
  body.lp-hypo.bonami #home h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  body.lp-hypo #home .col-left {
    padding-left: 100px;
  }
  body.lp-hypo #home .col-left:before {
    width: 157px;
  }
  body.lp-hypo #home .text-block {
    padding: 0;
  }
  body.lp-hypo #home h1 {
    font-size: 64px;
    font-size: 3.7647058824rem;
  }
  body.lp-hypo #home .sticker {
    max-width: none;
  }
  body.lp-hypo article .big {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
  body.lp-hypo.bonami #home h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1300px) {
  body.lp-hypo #home .sticker {
    bottom: 63px;
    right: 200px;
  }
  body.lp-hypo #home .skyline {
    width: 120px;
    top: 70px;
    right: 200px;
  }
  body.lp-hypo #timer {
    right: 200px;
  }
  body.lp-hypo .main-timeline {
    min-height: 400px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  body.lp-hypo .main-timeline:before {
    width: 200vw;
    height: 1px;
    top: 50%;
    left: -50vw;
  }
  body.lp-hypo .main-timeline .timeline {
    text-align: center;
  }
  body.lp-hypo .main-timeline .timeline:nth-child(even) .timeline-content {
    top: calc(50% + 24px);
    bottom: auto;
  }
  body.lp-hypo .main-timeline .timeline-icon {
    top: 50%;
  }
  body.lp-hypo .main-timeline .timeline-content {
    width: 160%;
    min-height: auto;
    padding: 15px 0;
    float: none !important;
    font-size: 14px;
    position: absolute;
    bottom: calc(50% + 24px);
    left: -30%;
  }
  body.lp-hypo .main-timeline .timeline-content p {
    width: 100%;
  }
}
@media screen and (min-width: 1680px) {
  body.lp-hypo #home {
    margin-top: 91px;
  }
  body.lp-hypo #home .col-left {
    padding-left: 200px;
  }
  body.lp-hypo #home h1 {
    font-size: 77px;
    font-size: 4.5294117647rem;
  }
  body.lp-hypo #home h1 small {
    margin: 31px 0 76px;
    line-height: 1.1;
    font-size: 60%;
  }
  body.lp-hypo #home .slogan {
    margin-bottom: 56px;
    font-size: 28px;
    font-size: 1.6470588235rem;
  }
  body.lp-hypo #home .logo {
    margin-bottom: 54px;
  }
  body.lp-hypo #home .header-img {
    min-height: 727px;
  }
  body.lp-hypo .main-timeline .timeline-content {
    width: 180%;
    font-size: 15px;
    left: -40%;
  }
  body.lp-hypo.bonami #home h1 {
    font-size: 58px;
  }
}
@media screen and (min-width: 2560px) {
  body.lp-hypo #home .col-left {
    padding-left: 15%;
  }
  body.lp-hypo #home .col-left:before {
    width: 200px;
  }
  body.lp-hypo.bonami #home .col-left {
    padding-left: 10%;
  }
  body.lp-hypo.bonami #home .text-block {
    max-width: 800px;
  }
  body.lp-hypo.bonami #home h1 {
    font-size: 77px;
  }
}

/* LP - HANAK */
body.lp-hanak {
  font-weight: 400;
  color: #000;
}
body.lp-hanak h1, body.lp-hanak h2, body.lp-hanak h3 {
  font-weight: 800;
  color: inherit;
}
body.lp-hanak h2 {
  margin-top: 0;
  font-size: 45px;
}
body.lp-hanak p {
  margin-bottom: 24px;
  line-height: 1.2;
}
body.lp-hanak strong {
  font-weight: 800;
}
body.lp-hanak .btn-default {
  border-radius: 0;
  background: #ecb9bc;
  min-height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 44px;
  text-transform: none;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  color: #000;
}
body.lp-hanak .btn-default:hover {
  background: #e85227 !important;
  color: #FFF !important;
}
body.lp-hanak #main {
  background: #FFF;
  overflow: hidden;
}
body.lp-hanak #home {
  --hn-x: 40px;
  --hn-y: 100px;
  --hn-position-x: 20px;
  --hn-position-y: 20px;
  background: #f1b938;
  margin-top: 80px;
  color: inherit;
}
body.lp-hanak #home .row {
  width: 100%;
}
body.lp-hanak #home .col-left {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.lp-hanak #home .col-right {
  position: relative;
}
body.lp-hanak #home .text-block {
  background: none;
  max-width: 560px;
  padding: 30px;
}
body.lp-hanak #home h1 {
  padding: 0;
  line-height: 1.025;
}
body.lp-hanak #home h1 em {
  font-style: normal;
  font-weight: 800;
  color: #e85227;
}
body.lp-hanak #home h1 img {
  max-height: 30px;
  margin-right: 4px;
  position: relative;
}
body.lp-hanak #home .slogan {
  margin-bottom: 45px;
  font-size: 20px;
}
body.lp-hanak #home .steps {
  max-height: 140px;
  position: absolute;
  bottom: var(--hn-position-y);
  right: var(--hn-position-x);
  z-index: 1;
}
body.lp-hanak #home .header-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(50% var(--hn-x), calc(100% - var(--hn-x)) var(--hn-y), calc(100% - var(--hn-x)) calc(100% - var(--hn-x)), var(--hn-x) calc(100% - var(--hn-x)), var(--hn-x) var(--hn-y));
          clip-path: polygon(50% var(--hn-x), calc(100% - var(--hn-x)) var(--hn-y), calc(100% - var(--hn-x)) calc(100% - var(--hn-x)), var(--hn-x) calc(100% - var(--hn-x)), var(--hn-x) var(--hn-y));
}
@media screen and (min-width: 992px) {
  body.lp-hanak #home .col-left {
    max-width: 61%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 61%;
            flex: 0 0 61%;
  }
  body.lp-hanak #home .col-right {
    max-width: 39%;
  }
  body.lp-hanak #home h1 img {
    max-height: 40px;
  }
}
@media screen and (min-width: 1180px) {
  body.lp-hanak #home {
    --hn-x: 80px;
    --hn-y: 164px;
    --hn-position-x: 58px;
    --hn-position-y: 61px;
  }
  body.lp-hanak #home h1 {
    font-size: 56px;
  }
  body.lp-hanak #home h1 img {
    max-height: none;
    top: 2px;
  }
  body.lp-hanak #home .slogan {
    font-size: 32px;
  }
  body.lp-hanak #home .steps {
    max-height: none;
    bottom: 61px;
    right: 58px;
  }
}
@media screen and (min-width: 1200px) {
  body.lp-hanak #home .col-left {
    padding-left: calc(50% - 600px);
  }
  body.lp-hanak #home .text-block {
    padding: 0;
  }
}
body.lp-hanak .hero-img {
  width: 100%;
  padding: 40px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
body.lp-hanak .hero-img .text-block {
  --g: #0000 98%,#000;
  --r: 25px;
  --c: 25px;
  display: inline-block;
  background: #8184c3;
  max-width: 372px;
  margin: 0 0 40px;
  padding: 45px 30px 30px;
  font-weight: bold;
  font-size: 20px;
  -webkit-mask: radial-gradient(var(--c) at 0 0, var(--g)) 0 0, radial-gradient(var(--r) at 100% 0, var(--g)) 100% 0, radial-gradient(var(--c) at 0 100%, var(--g)) 0 100%, radial-gradient(var(--r) at 100% 100%, var(--g)) 100% 100%;
          mask: radial-gradient(var(--c) at 0 0, var(--g)) 0 0, radial-gradient(var(--r) at 100% 0, var(--g)) 100% 0, radial-gradient(var(--c) at 0 100%, var(--g)) 0 100%, radial-gradient(var(--r) at 100% 100%, var(--g)) 100% 100%;
  -webkit-mask-size: 51% 51%;
          mask-size: 51% 51%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
body.lp-hanak .hero-img .logo {
  width: auto;
  max-width: 100%;
  height: 74px;
  position: relative;
  z-index: 1;
}
body.lp-hanak .hero-img .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 576px) {
  body.lp-hanak .hero-img {
    padding: 100px 0;
  }
  body.lp-hanak .hero-img .text-block {
    --c: 0;
    padding: 68px 65px 46px 50px;
  }
  body.lp-hanak .hero-img .logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.lp-hanak .hero-img {
    padding: 140px 0;
  }
  body.lp-hanak .hero-img .text-block {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body.lp-hanak .hero-img .logo {
    bottom: 66px;
    right: 44px;
  }
}
body.lp-hanak .voucher {
  padding: 40px;
}
body.lp-hanak .voucher h2 {
  margin-bottom: 60px;
}
body.lp-hanak .voucher [class^=col] {
  margin-bottom: 30px;
}
body.lp-hanak .voucher h3 {
  font-weight: 800;
  font-size: 32px;
  color: inherit;
}
body.lp-hanak .voucher p {
  line-height: 1.375;
  text-align: left;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  body.lp-hanak .voucher {
    padding: 75px 0 100px;
  }
  body.lp-hanak .voucher h2 {
    margin-bottom: 87px;
  }
}
@media screen and (min-width: 992px) {
  body.lp-hanak .voucher h3 {
    margin-bottom: 14px;
  }
  body.lp-hanak .voucher .row {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1180px) {
  body.lp-hanak .voucher h3 {
    font-size: 38px;
  }
}
body.lp-hanak .process {
  background: #e9e4fe;
  padding: 40px;
}
body.lp-hanak .process h2 {
  max-width: 350px;
  margin-bottom: 60px;
}
body.lp-hanak .process h3 {
  font-size: 24px;
}
body.lp-hanak .process ol {
  margin: 0 0 37px;
  padding: 0;
  list-style: none;
  counter-reset: counter;
}
body.lp-hanak .process ol li {
  counter-increment: counter;
  margin-bottom: 50px;
  padding-left: 40px;
  position: relative;
}
body.lp-hanak .process ol li:before {
  content: counter(counter);
  font-weight: 800;
  line-height: 1;
  font-size: 40px;
  position: absolute;
  top: -1px;
  left: 0;
}
body.lp-hanak .process p {
  font-weight: 500;
}
body.lp-hanak .process .btn {
  background: #8184c3;
}
@media screen and (min-width: 667px) {
  body.lp-hanak .process ol {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (min-width: 768px) {
  body.lp-hanak .process {
    padding: 75px 0 87px;
  }
  body.lp-hanak .process h2 {
    margin-bottom: 82px;
  }
  body.lp-hanak .process ol {
    gap: 60px;
  }
  body.lp-hanak .process ol li {
    margin-bottom: 90px;
    padding-left: 57px;
  }
  body.lp-hanak .process ol li:before {
    font-size: 56px;
    top: -4px;
  }
}
@media screen and (min-width: 1180px) {
  body.lp-hanak .process ol {
    gap: 190px;
  }
}
body.lp-hanak #contact .btn {
  background: #008e49;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF !important;
}
body.lp-hanak #contact .btn:hover {
  background: #1e9453 !important;
}

/* INVESTICE */
body.skyline-investice #main,
body.skyline-investice #homee {
  font-family: "Poppins", sans-serif;
}
body.skyline-investice #main .text-block,
body.skyline-investice #homee .text-block {
  background: none;
  margin: 0;
  padding: 0;
}
body.skyline-investice #main ul,
body.skyline-investice #homee ul {
  list-style: none;
}
body.skyline-investice #main ul li,
body.skyline-investice #homee ul li {
  padding-left: 30px;
  position: relative;
}
body.skyline-investice #main ul li:before,
body.skyline-investice #homee ul li:before {
  content: "";
  border-radius: 50%;
  background: #f1212f;
  width: 8px;
  aspect-ratio: 1/1;
  color: #f1212f;
  position: absolute;
  top: 12px;
  left: 0;
}
body.skyline-investice #main p,
body.skyline-investice #homee p {
  line-height: 1.6;
  font-size: 18px;
}
body.skyline-investice #main .btn-default,
body.skyline-investice #homee .btn-default {
  border-radius: 50px;
  border: 0;
  background: #f1212f;
  padding: 15.75px 26.2px;
  text-transform: uppercase;
  font-size: 17px;
  color: #FFF;
}
body.skyline-investice #main .btn-default:hover,
body.skyline-investice #homee .btn-default:hover {
  background: #d20d1a !important;
}
body.skyline-investice #main img,
body.skyline-investice #homee img {
  max-width: 100%;
}
body.skyline-investice #main {
  background: #FFF;
  color: #003cc1;
}
body.skyline-investice #main h1 {
  font-weight: bold;
}
body.skyline-investice #main h2, body.skyline-investice #main h3 {
  line-height: 1.2;
  font-weight: bold;
  color: inherit;
}
body.skyline-investice #main ul {
  margin: 0;
  padding: 0;
}
body.skyline-investice #main ul li:before {
  width: 5px;
  top: 10px;
}
body.skyline-investice #homee {
  --padding-top: calc(80px + 40px);
  --padding-left: 40px;
  background: #003cc1 url("../img/lp/picto-01.svg") calc(100% - 253px) -40px/720px auto no-repeat;
  height: auto;
  padding: var(--padding-top) 0 57px var(--padding-left);
  color: #FFF;
}
body.skyline-investice #homee .row {
  --margin-bottom: 100px;
  gap: 85px;
  margin-bottom: var(--margin-bottom);
}
body.skyline-investice #homee .row:last-of-type {
  margin: 0;
}
body.skyline-investice #homee .col-left {
  max-width: 600px;
}
body.skyline-investice #homee .col-left .img-wrapper {
  height: auto;
}
body.skyline-investice #homee .col-right .img-wrapper {
  padding-left: 45px;
}
body.skyline-investice #homee .img-wrapper {
  height: 100%;
  position: relative;
}
body.skyline-investice #homee .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.skyline-investice #homee .limited {
  background: #f1212f;
  padding: 6px 46px 6px 41px;
  font-size: 26px;
  position: absolute;
  top: 0;
  right: 0;
}
body.skyline-investice #homee h1 {
  margin-bottom: 80px;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 40px;
  color: inherit;
}
body.skyline-investice #homee h1 strong {
  display: block;
  margin: -5px 0;
  letter-spacing: -8px;
  font-size: 100px;
}
body.skyline-investice #homee ul {
  margin-left: 0;
  line-height: 1.2;
  font-size: 27px;
}
body.skyline-investice #homee ul li {
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  body.skyline-investice #homee {
    --padding-top: calc(80px + 60px);
    --padding-left: 60px;
  }
  body.skyline-investice #homee .row {
    --margin-bottom: 100px;
    gap: 0;
  }
  body.skyline-investice #homee .col-right .text-block {
    margin-left: 40px;
    padding-right: var(--padding-left);
  }
}
@media screen and (min-width: 1280px) {
  body.skyline-investice #homee .col-right {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.skyline-investice #homee .col-right .text-block {
    --padding-top: 175px;
    padding-top: var(--padding-top);
  }
}
@media screen and (min-width: 1600px) {
  body.skyline-investice #homee {
    --padding-top: calc(91px + 140px);
    --padding-left: 100px;
  }
  body.skyline-investice #homee .row {
    --margin-bottom: 195px;
    gap: 85px;
  }
  body.skyline-investice #homee .col-right .text-block {
    --padding-left: 240px;
    margin-left: 0;
  }
  body.skyline-investice #homee h1 strong {
    font-size: 154px;
  }
}
@media screen and (min-width: 1920px) {
  body.skyline-investice #homee {
    --padding-left: 200px;
  }
}
@media screen and (min-width: 2560px) {
  body.skyline-investice #homee {
    padding: calc(91px + 140px) 253px 140px;
  }
  body.skyline-investice #homee .col-left {
    max-width: 50%;
  }
  body.skyline-investice #homee .col-left img {
    max-width: 800px;
  }
  body.skyline-investice #homee h1 {
    display: block;
    max-width: 500px;
    margin-left: 0;
  }
}
body.skyline-investice #investice {
  --padding-x: 40px;
  padding: 100px var(--padding-x) 108px;
}
body.skyline-investice #investice .row {
  gap: 60px;
}
body.skyline-investice #investice .col-left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.skyline-investice #investice .col-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.skyline-investice #investice h2 {
  margin-bottom: 12px;
  font-size: 28px;
}
body.skyline-investice #investice p {
  margin-bottom: 43px;
}
body.skyline-investice #investice img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.skyline-investice #investice {
    --padding-x: 60px;
  }
  body.skyline-investice #investice .row [class^=col] {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  body.skyline-investice #investice .col-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.skyline-investice #investice .text-block {
    max-width: 520px;
  }
}
@media screen and (min-width: 1600px) {
  body.skyline-investice #investice {
    --padding-x: 100px;
  }
  body.skyline-investice #investice .row {
    gap: 0;
  }
}
@media screen and (min-width: 1920px) {
  body.skyline-investice #investice {
    --padding-x: 200px;
  }
}
@media screen and (min-width: 2560px) {
  body.skyline-investice #investice {
    --padding-x: 253px;
  }
  body.skyline-investice #investice .text-block,
body.skyline-investice #investice img {
    max-width: 700px;
  }
}
body.skyline-investice #model {
  --padding-x: 40px;
  background: #edf2f8;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
body.skyline-investice #model:before {
  background: #FFF;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
body.skyline-investice #model .wrapper {
  padding-bottom: 40px;
  position: relative;
}
body.skyline-investice #model .wrapper .text-block {
  background: #003cc1;
  padding: 30px 40px 45px;
  color: #FFF;
  bottom: 0;
  right: 0;
  z-index: 1;
}
body.skyline-investice #model .wrapper .text-block h2 {
  margin-bottom: 31px;
  font-size: 40px;
}
body.skyline-investice #model .wrapper .text-block p {
  margin-bottom: 32px;
  line-height: 1.35;
  font-weight: bold;
  font-size: 17px;
}
body.skyline-investice #model .wrapper .text-block p em {
  font-style: normal;
  font-size: 28px;
}
body.skyline-investice #model .wrapper .text-block .btn {
  margin-top: 19px;
}
body.skyline-investice #model .wrapper img {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.skyline-investice #model .wrapper + .row {
  padding-top: 30px;
}
body.skyline-investice #model .col {
  padding: 0 15px;
}
body.skyline-investice #model .col .text-block {
  max-width: 520px;
}
body.skyline-investice #model .col .text-block li {
  margin-bottom: 13px;
}
body.skyline-investice #model .col-left {
  padding-left: var(--padding-x) !important;
}
body.skyline-investice #model .col-left h2 {
  margin-bottom: 15px;
  font-size: 28px;
}
body.skyline-investice #model .col-right {
  padding-right: var(--padding-x) !important;
}
@media screen and (min-width: 992px) {
  body.skyline-investice #model {
    --padding-x: 60px;
  }
  body.skyline-investice #model:before {
    content: "";
  }
  body.skyline-investice #model .wrapper {
    padding-bottom: 134px;
  }
  body.skyline-investice #model .wrapper .text-block {
    width: 50%;
    position: absolute;
  }
  body.skyline-investice #model .wrapper .text-block h2 {
    max-width: 600px;
  }
  body.skyline-investice #model .wrapper img {
    height: 655px;
  }
  body.skyline-investice #model .col {
    padding: 0 85px;
  }
}
@media screen and (min-width: 1200px) {
  body.skyline-investice #model .wrapper .text-block {
    padding: 66px;
  }
}
@media screen and (min-width: 1600px) {
  body.skyline-investice #model {
    --padding-x: 100px;
  }
  body.skyline-investice #model .wrapper .text-block {
    padding: 66px 85px 85px;
  }
}
@media screen and (min-width: 1920px) {
  body.skyline-investice #model {
    --padding-x: 200px;
  }
}
@media screen and (min-width: 2560px) {
  body.skyline-investice #model {
    --padding-x: 253px;
  }
}
body.skyline-investice #postup {
  --padding-x: 40px;
  --number: 2;
  --gap: 30px;
  background: #003cc1;
  padding: 94px var(--padding-x);
  color: #FFF;
}
body.skyline-investice #postup .grid {
  display: grid;
  gap: var(--gap);
}
body.skyline-investice #postup h2 {
  font-size: 40px;
}
body.skyline-investice #postup h3 {
  font-size: 28px;
}
body.skyline-investice #postup p {
  line-height: 1.35;
}
body.skyline-investice #postup .number {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 70px;
  color: #f1212f;
}
@media screen and (min-width: 480px) {
  body.skyline-investice #postup .grid {
    grid-template-columns: repeat(var(--number), 1fr);
  }
  body.skyline-investice #postup .full-width {
    grid-column: span var(--number);
  }
}
@media screen and (min-width: 768px) {
  body.skyline-investice #postup {
    --number: 3;
  }
}
@media screen and (min-width: 992px) {
  body.skyline-investice #postup {
    --padding-x: 60px;
  }
}
@media screen and (min-width: 1200px) {
  body.skyline-investice #postup {
    --number: 5;
  }
}
@media screen and (min-width: 1600px) {
  body.skyline-investice #postup {
    --padding-x: 100px;
    --gap: 60px;
    padding-bottom: 158px;
  }
}
@media screen and (min-width: 1920px) {
  body.skyline-investice #postup {
    --padding-x: 200px;
  }
}
@media screen and (min-width: 2560px) {
  body.skyline-investice #postup {
    --padding-x: 253px;
  }
}
body.skyline-investice #action .col-left img {
  position: relative;
}
body.skyline-investice #action .col-right {
  padding: 40px;
}
body.skyline-investice #action .text-block {
  max-width: 530px;
}
body.skyline-investice #action .text-block h2 {
  margin-bottom: 70px;
  font-size: 28px;
}
body.skyline-investice #action .text-block p {
  line-height: 1.2;
  font-size: 28px;
}
@media screen and (min-width: 992px) {
  body.skyline-investice #action .col-left img {
    top: -96px;
  }
  body.skyline-investice #action .col-right {
    padding: 66px;
  }
}
@media screen and (min-width: 1200px) {
  body.skyline-investice #action .col-right {
    padding: 66px 100px 85px 85px;
  }
}
body.skyline-investice .pravidla {
  margin-bottom: 100px;
  text-align: center;
}
body.skyline-investice #contact {
  background: #003cc1;
  color: #FFF;
}
body.skyline-investice #contact form a,
body.skyline-investice #contact .checkbox:after {
  color: #f1212f;
}
body.skyline-investice #contact .form-control {
  color: #003cc1;
}
body.skyline-investice #contact .form-control:focus {
  border-color: #f1212f;
  -webkit-box-shadow: inset 0 -3px 0 0 #f1212f;
          box-shadow: inset 0 -3px 0 0 #f1212f;
}

/* ------ */
/*# sourceMappingURL=style7.css.map */
