/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#1a1a1c; opacity: 0.8; filter: alpha(opacity = 80);}
#colorbox{outline:0;}
    #cboxContent{margin-bottom:80px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border-color: transparent; border-style: solid; border-width: 0;}
        #cboxTitle{position:absolute; bottom: -40px; left:0; right: 0; color:#ffffff;text-align: center;font-size: 20px;line-height: 1.3em;}
        #cboxCurrent{display: none !important; position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:0; bottom: 0; left: 0;  width:122px; text-indent:-9999px;}
        #cboxPrevious:before{position: absolute;content: ""; width: 72px; height: 72px; display: block;
            left: 50%; top: 50%; background: url(../images/sipka_vlevo.svg); margin: -36px 0 0 -36px;}
        #cboxPrevious:hover:before{background-position: left bottom;}
        #cboxNext{position:absolute; top:0; bottom: 0; right: 0;  width:122px; text-indent:-9999px;}
        #cboxNext:before{position: absolute;content: ""; width: 72px; height: 72px; display: block;
            left: 50%; top: 50%; background: url(../images/sipka_vpravo.svg);margin: -36px 0 0 -36px;}
        #cboxNext:hover:before{background-position: left bottom;}
        #cboxClose{position:absolute; top: 25px; left: 50%; margin-left: -36px; display:block; background: url(../images/zaviraci_krizek.svg) ; width:72px; height:72px; text-indent:-9999px;}
        #cboxClose:hover{background-position: left bottom;}

@media screen and (max-width: 600px) {

    #cboxPrevious:before{left: 20px; width: 36px; height: 36px; margin: -18px 0 0 0;background-size: 100% auto;}
    #cboxNext:before{left: auto; right: 20px; width: 36px; height: 36px; margin: -18px 0 0 0;;background-size: 100% auto;}
    #cboxClose{top: 20px; width: 36px; height: 36px;margin-left: -18px;background-size: 100% auto;}
}
@font-face {
  font-family: 'AvenirNext LT Pro Bold';
  src: url('../fonts/AvenirNextLTPro-Bold.eot');
  src: url('../fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'), url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: 'AvenirNext LT Pro Regular';
  src: url('../fonts/AvenirNextLTPro-Regular.eot');
  src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
hr,
form,
menu,
header,
footer {
  padding: 0;
  margin: 0;
  border: none;
  font-weight: normal;
}
body,
input,
select,
textarea {
  font-family: 'AvenirNext LT Pro Regular', Arial, sans-serif;
  font-size: 17px;
  color: #000000;
  line-height: 1.35em;
}
@media screen and (max-width: 1000px) {
  body,
  input,
  select,
  textarea {
    font-size: 15px;
    line-height: 1.35em;
  }
}
body {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
strong,
h1,
h2,
h3 {
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #000000;
}
*:focus {
  outline: none;
}
.h {
  display: none;
}
[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.btn {
  display: inline-block;
  padding: 12px 30px;
  border: solid 2px #005240;
  font-size: 15px;
  line-height: 1.35em;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  color: #005240;
  background: #ffffff;
}
.btn:hover {
  background: #005240;
  color: #ffffff;
  cursor: pointer;
}
sup {
  font-size: 50%;
}
header {
  padding: 0;
  position: relative;
}
header .header-fixed {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  transition: all 0.3s ease-out;
  background: #ffffff;
  border-bottom: solid 1px #e0e0e7;
  max-width: 1920px;
  margin: 0 auto;
}
header .header-fixed.close {
  top: -101px;
}
header .header-fixed.close .logo {
  top: -30px;
}
header .header-placeholder {
  height: 100px;
}
header .logo {
  position: absolute;
  left: 90px;
  top: 35px;
  background: url(../images/logo.svg) no-repeat;
  width: 130px;
  height: 130px;
  transition: all 0.3s ease-out;
}
header nav {
  position: absolute;
  right: 20px;
}
header nav ul {
  display: flex;
  list-style: none;
}
header nav ul li a {
  display: block;
  line-height: 100px;
  font-size: 16px;
  text-decoration: none;
  padding: 0 25px;
}
header nav ul li a:hover,
header nav ul li a.active,
header nav ul li a.lang {
  color: #005240;
}
header nav ul li a.active,
header nav ul li a.lang {
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
}
header nav ul li a.lang:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1570px) {
  header .header-fixed {
    height: 80px;
  }
  header .header-fixed.close {
    top: -81px;
  }
  header .header-placeholder {
    height: 80px;
  }
  header nav {
    right: 30px;
  }
  header nav ul li a {
    font-size: 15px;
    padding: 0 15px;
    line-height: 80px;
  }
  header .logo {
    top: 30px;
    width: 100px;
    height: 100px;
    background-size: contain;
  }
}
@media screen and (max-width: 1300px) {
  header .menu-trigger {
    position: absolute;
    height: 80px;
    width: 80px;
    right: 23px;
    top: 0;
    cursor: pointer;
    display: block;
  }
  header .menu-trigger:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 16px;
    content: "";
    display: block;
    background: url(../images/ikony_hamurger_menu_a_zaviraci_krizek.svg);
    margin: -8px 0 0 -13px;
  }
  header nav {
    position: fixed;
    left: -130vw;
    top: 0;
    right: auto;
    width: 100%;
    bottom: 0;
    background: #005240;
    display: flex;
    padding-top: 80px;
    transition: left 0.3s ease-in;
    overflow: auto;
  }
  header nav ul {
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
    padding-bottom: 60px;
  }
  header nav ul li a {
    line-height: 2.5em;
    color: #ffffff;
    font-size: 20px;
  }
  header nav ul li a.active {
    color: #ffffff;
    font-weight: 700;
    font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  }
  header nav ul li a:hover {
    color: #ffffff;
  }
  header nav ul li a.lang {
    position: absolute;
    left: 23px;
    top: 12px;
    color: #ffffff;
  }
  header nav .menu-close-trigger {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 23px;
    display: block;
    cursor: pointer;
  }
  header nav .menu-close-trigger:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 16px;
    content: "";
    display: block;
    background: url(../images/ikony_hamurger_menu_a_zaviraci_krizek.svg) left bottom;
    margin: -8px 0 0 -13px;
  }
  header.open .header-fixed {
    z-index: 9999;
  }
  header.open .header-fixed nav {
    left: 0;
    transition: left 0.3s ease-out;
  }
}
@media screen and (max-width: 1000px) {
  header .logo {
    left: 50px;
  }
}
@media screen and (max-width: 600px) {
  header .header-fixed {
    height: 60px;
  }
  header .header-fixed.close {
    top: -61px;
  }
  header .header-fixed.close .logo {
    top: -40px;
  }
  header .header-placeholder {
    height: 60px;
  }
  header .menu-trigger {
    width: 60px;
    height: 60px;
    right: 0;
  }
  header nav {
    right: 30px;
  }
  header nav .menu-trigger,
  header nav .menu-close-trigger {
    width: 60px;
    height: 60px;
    right: 0;
  }
  header .logo {
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
}
.section-footer {
  background: #f7f7f9;
  border-top: solid 1px #e0e0e7;
}
.section-footer .content {
  max-width: 1600px;
  padding: 110px 50px 90px;
  display: flex;
  justify-content: space-between;
}
.section-footer .content .left h2 {
  font-size: 70px;
  line-height: 1em;
  color: #005240;
}
.section-footer .content .left p {
  color: #005240;
  font-size: 25px;
  line-height: 1.5em;
  display: block;
  margin: 0 0 65px;
}
.section-footer .content .left .btn {
  background: transparent;
}
.section-footer .content .left .btn:hover {
  background: #005240;
}
.section-footer .content .right {
  line-height: 1.5em;
  font-size: 15px;
  margin-left: 30px;
  display: flex;
}
.section-footer .content .right p {
  margin: auto;
}
.section-footer .content .right strong {
  color: #005240;
  font-size: 17px;
  margin-bottom: 10px;
  display: inline-block;
}
.section-footer .content .right a:hover {
  color: #005240;
}
.section-footer .content .right a:hover strong {
  text-decoration: underline;
}
.section-footer .content-small {
  border-top: solid 1px #e0e0e7;
}
.section-footer .content-small ul {
  list-style: none;
  max-width: 1600px;
  padding: 25px 50px 15px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.section-footer .content-small ul a:hover {
  color: #005240;
}
@media screen and (max-width: 1000px) {
  .section-footer .content,
  .section-footer .content-small ul {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-footer .content {
    padding: 90px 30px 50px;
    display: block;
  }
  .section-footer .content .left {
    text-align: center;
  }
  .section-footer .content .left h2 {
    font-size: 50px;
  }
  .section-footer .content .left h2 span {
    text-align: left;
    display: inline-block;
  }
  .section-footer .content .left p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .section-footer .content .right {
    margin: 30px 0 0;
    text-align: center;
  }
  .section-footer .content-small ul {
    display: block;
    text-align: center;
  }
}
.section-hp-photo {
  height: 0;
  padding-top: 40%;
  background: url(../images/hp/header.webp) center / cover no-repeat;
  position: relative;
  margin: 0 50px;
  /*overflow: hidden;*/
}
.section-hp-photo .row {
  flex-direction: row;
}
.section-hp-photo .col-3 {
  width: 30%;
}
.section-hp-photo .claim {
  position: absolute;
  right: 70px;
  bottom: -345px;
  color: #ffffff;
  text-align: right;
}
.section-hp-photo .claim strong {
  font-size: 50px;
  line-height: 1.4em;
}
.section-hp-photo .metro {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: transparent;
  font-size: 0;
  background: url(../images/stitek_metro.svg) center / contain no-repeat;
  width: 152px;
  height: 152px;
}
.section-hp-photo .points {
  list-style: none;
}
.section-hp-photo .points li a {
  position: absolute;
  z-index: 100;
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  left: 38%;
  top: 29%;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  color: #005240;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1em;
}
.section-hp-photo .points li a:before {
  position: absolute;
  content: "";
  background: transparent;
  border: solid 3px #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  display: block;
}
.section-hp-photo .points li a:hover {
  background: #005240;
  color: #ffffff;
}
.section-hp-photo .points li:nth-child(1) a {
  left: 54%;
  top: 21%;
}
.section-hp-photo .points li:nth-child(2) a {
  z-index: 100;
  width: 75px;
  height: 75px;
  background: url(../images/hp/timber.png);
  left: 73%;
  top: 39%;
  background-size: 75px 75px;
}
.section-hp-photo .points li:nth-child(2) a:before {
  display: none;
}
.section-hp-photo .points li:nth-child(2) a:hover {
  background: url(../images/hp/timber_active.png);
  background-size: 75px 75px;
}
.section-hp-photo .points li:nth-child(2) a:hover:before {
  border-color: #005240;
}
.section-hp-photo .phase {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.section-hp-photo .phase.active {
  display: block;
}
.section-hp-photo .phase.phase-1 {
  background: url(../images/hp/header_2etapa.png) center / cover no-repeat;
}
.section-hp-photo .phase.phase-2 {
  background: url(../images/hp/building_jkl.png) center / cover no-repeat;
}
.section-hp-photo .phase .bottom-text {
  background: #ffffff;
  position: absolute;
  bottom: 65px;
  left: 65px;
  display: flex;
}
.section-hp-photo .phase .bottom-text .left {
  padding: 40px;
  background: #005240;
  display: flex;
  justify-content: center;
  text-align: left;
  color: #ffffff;
  align-items: center;
}
.section-hp-photo .phase .bottom-text .right {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #005240;
}
.section-hp-photo .phase .bottom-text h2 {
  font-size: 19px;
  line-height: 1.4em;
}
.section-hp-photo .phase .bottom-text p {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.35em;
}
@media screen and (max-width: 1200px) {
  .section-hp-photo .phase .bottom-text {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .section-hp-photo {
    margin: 0;
    padding-top: 62.5%;
    background-position: center;
    background-size: auto 100%;
    /* .claim {
                right: 30px;
                bottom: 30px;

                strong {
                    font-size: 30px;
                }
            }
            */
  }
}
@media screen and (max-width: 600px) {
  .section-hp-photo {
    margin: 0;
    padding-top: 90%;
    /*
        .claim {
            strong {
                font-size: 20px;
            }
        }
        */
  }
  .section-hp-photo .metro {
    left: 20px;
    bottom: 30px;
    width: 76px;
    height: 76px;
  }
  .section-hp-photo .phase .bottom-text {
    margin-right: 30px;
  }
  .section-hp-photo .phase .bottom-text .left,
  .section-hp-photo .phase .bottom-text .right {
    padding: 30px;
  }
  .section-hp-photo .points li a {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .section-hp-photo .points li a:before {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 500px) {
  .section-hp-photo {
    background-position: center top;
    background-size: auto 80%;
  }
  .section-hp-photo .phase .bottom-text {
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: 0;
    border-bottom: solid 1px #005240;
  }
  .section-hp-photo .phase .bottom-text .left,
  .section-hp-photo .phase .bottom-text .right {
    padding: 15px;
  }
  .section-hp-photo .phase .bottom-text h2 {
    font-size: 16px;
  }
}
.section-banner-resp {
  position: relative;
  padding: 0 ;
  justify-content: space-between;
  /*max-width: 1160px;*/
  margin: 50px;
}
@media screen and (max-width: 1000px) {
  .section-banner-resp {
    margin: 50px 0;
  }
}
.section-banner-resp .banner-timber {
  position: relative;
  width: 100%;
  min-height: 120px;
  background: #005240;
  color: white;
  background-size: 60px 100%;
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Regular', Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 80px;
  padding: 20px;
}
.section-banner-resp .banner-timber .flex-center-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-banner-resp .banner-timber .flex-center-column .banner-button {
  margin: 10px;
}
.section-banner-resp .banner-timber .banner-button {
  display: block;
  width: 205px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 2px solid #ffffff;
  white-space: nowrap;
  color: #ffffff;
  cursor: pointer!important;
  padding: 0 20px;
  background-color: #005240;
}
.section-banner-resp .banner-timber .banner-button:hover {
  background-color: #ffffff;
  color: #005240;
}
@media screen and (max-width: 1110px) {
  .section-banner-resp .banner-timber {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 510px) {
  .section-banner-resp .banner-timber .banner-button {
    width: unset;
  }
}
@media screen and (max-width: 410px) {
  .section-banner-resp .banner-timber .banner-button {
    padding: 0 5px;
  }
}
.section-banner-resp .banner-timber .banner-timber-logo {
  width: 40%;
}
.section-banner-resp .banner-timber .banner-timber-logo p {
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
}
@media screen and (max-width: 700px) {
  /*.section-banner-resp .banner-timber {*/
  /*  background-color: #005240;*/
  /*}*/
}
@media screen and (max-width: 1380px) {
  .section-hp-photo .banner-timber {
    display: none;
  }
  .section-banner-resp {
    display: flex;
  }
}
.section-introduction {
  position: relative;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 115px auto 130px;
}
.section-introduction .left {
  width: 580px;
}
.section-introduction .left h1 {
  font-size: 70px;
  line-height: 1em;
  color: #005240;
}
.section-introduction .left h1 small {
  color: #000000;
  font-size: 25px;
  line-height: 1.5em;
  display: block;
  margin: 0 0 80px;
  font-weight: 400;
  font-family: 'AvenirNext LT Pro Regular', Arial, sans-serif;
}
.section-introduction .right {
  width: 690px;
}
.section-introduction .right p {
  margin-bottom: 30px;
  line-height: 1.7em;
  text-align: justify;
}
.section-introduction .right p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .section-introduction {
    display: block;
    /*text-align: center;*/
    padding: 0 30px;
    margin-bottom: 80px;
    margin-top: 90px;
  }
  .section-introduction .left {
    width: auto;
  }
  .section-introduction .left h1 {
    font-size: 50px;
  }
  .section-introduction .left h1 small {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .section-introduction .left .btn {
    display: none;
  }
  .section-introduction .right {
    width: auto;
    max-width: 700px;
    margin: 30px auto 0;
  }
  .section-introduction .right p {
    text-align: justify;
  }
  .section-introduction .right .btn {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .section-introduction {
    margin-top: 50px;
  }
  .section-introduction .left h1 {
    font-size: 40px;
  }
}
.section-steps-container {
  margin: 0 auto 130px;
  padding: 90px 75px 0;
  max-width: 1380px;
}
.section-steps-container .steps {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 18px;
  background: #f7f7f9;
}
.section-steps-container .steps:after {
  position: absolute;
  content: "";
  height: 18px;
  background: #005240;
  left: -25px;
  top: 0;
  width: 25px;
}
.section-steps-container .steps:before {
  position: absolute;
  content: "";
  height: 18px;
  background: #f7f7f9;
  left: 100%;
  top: 0;
  width: 25px;
}
.section-steps-container .steps li {
  position: relative;
  /*
            &:nth-child(4n+1):after{
                position: absolute;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                content: "";
                display: block;
                background: @green;
                top: -5px;
                left: -5px;
            }
            */
}
.section-steps-container .steps li.point:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  display: block;
  border: solid 2px #005240;
  top: -5px;
  left: -5px;
  box-sizing: border-box;
}
.section-steps-container .steps li:last-child {
  position: absolute;
  left: 0;
  height: 18px;
  background: #005240;
}
.section-steps-container .steps li:last-child:after {
  position: absolute;
  content: "";
  right: -14px;
  top: -7px;
  width: 21px;
  height: 21px;
  border: solid 5px #ffffff;
  border-radius: 50%;
  background: #005240;
  box-shadow: 1px 3px 16px 0 rgba(0, 82, 64, 0.34);
  left: auto;
  z-index: 1;
}
.section-steps-container .steps li .year {
  position: absolute;
  top: 21px;
  font-size: 14px;
  text-align: center;
  left: 14px;
  transform: translate(-95%);
  color: #7a7a7a;
}
.section-steps-container .steps li .title {
  position: absolute;
  top: -90px;
  font-size: 14px;
  line-height: 1.5em;
  font-style: normal;
  width: 120px;
}
.section-steps-container .steps li .title.title-center {
  text-align: center;
  transform: translate(-50%);
}
.section-steps-container .steps li .title.title-right {
  text-align: right;
  transform: translate(-100%);
}
.section-steps-container .steps li .title strong {
  display: block;
  font-size: 18px;
  color: #005240;
}
.section-steps-container .steps li .main-title {
  width: 140px;
}
@media screen and (max-width: 1400px) {
  .section-steps-container .steps li .title {
    width: 90px;
    font-size: 13px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 1000px) {
  .section-steps-container {
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 40px;
    margin-bottom: 70px;
  }
  .section-steps-container .steps li .title {
    font-size: 12px;
    width: 75px;
  }
  .section-steps-container .steps li .title strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .section-steps-container {
    overflow: auto;
    cursor: grab;
  }
  .section-steps-container .steps {
    width: 550px;
  }
}
.section-hp-gallery {
  overflow: hidden;
  max-width: 1820px;
  width: calc(100% - 100px);
  margin: 0 auto 90px;
}
.section-hp-gallery .content {
  position: relative;
  padding: 54% 0 0;
  height: 0;
}
.section-hp-gallery .photo {
  position: absolute;
  display: block;
  overflow: hidden;
}
.section-hp-gallery .photo:after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  transition: all 0.6s ease-in;
}
.section-hp-gallery .photo:hover:after {
  transform: translate(-50%, -50%) scale(1.05);
  transition: all 0.3s ease-out;
}
.section-hp-gallery .photo.photo-1 {
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 30.5%;
}
.section-hp-gallery .photo.photo-1:after {
  background-image: url(../images/hp/2.webp);
}
.section-hp-gallery .photo.photo-1 .text {
  position: absolute;
  right: 110px;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 500px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
}
.section-hp-gallery .photo.photo-1 .text h2 {
  font-size: 58px;
  color: #ffffff;
  line-height: 1.3em;
  margin-bottom: 20px;
  white-space: nowrap;
}
.section-hp-gallery .photo.photo-1 .text p {
  font-size: 19px;
  color: #ffffff;
  max-width: 300px;
  margin-bottom: 30px;
}
.section-hp-gallery .photo.photo-1 .text .btn {
  border-color: transparent;
}
.section-hp-gallery .photo.photo-2 {
  width: 32.4%;
  left: 0;
  bottom: 0;
  padding-top: 21.98%;
}
.section-hp-gallery .photo.photo-2:after {
  background-image: url(../images/hp/1.webp);
}
.section-hp-gallery .photo.photo-3 {
  width: 32.4%;
  left: 33.63%;
  bottom: 0;
  padding-top: 21.98%;
}
.section-hp-gallery .photo.photo-3:after {
  background-image: url(../images/hp/3.webp);
}
.section-hp-gallery .photo.photo-4 {
  width: 32.4%;
  bottom: 0;
  right: 0;
  padding-top: 21.98%;
}
.section-hp-gallery .photo.photo-4:after {
  background-image: url(../images/hp/5.webp);
}
@media screen and (max-width: 1300px) {
  .section-hp-gallery .photo.photo-0 .text {
    right: 50px;
  }
  .section-hp-gallery .photo.photo-0 .text h2 {
    font-size: 22px;
    line-height: 1em;
  }
  .section-hp-gallery .photo.photo-1 .text {
    right: 50px;
  }
  .section-hp-gallery .photo.photo-1 .text h2 {
    font-size: 22px;
    line-height: 1em;
  }
}
@media screen and (max-width: 1000px) {
  .section-hp-gallery {
    width: calc(100% - 60px);
  }
  .section-hp-gallery .photo.photo-1 .text h2 {
    margin-bottom: 15px;
  }
  .section-hp-gallery .photo.photo-1 .text p {
    margin-bottom: 15px;
  }
  .section-hp-gallery .photo.photo-0 .text h2 {
    margin-bottom: 15px;
  }
  .section-hp-gallery .photo.photo-0 .text p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 800px) {
  .section-hp-gallery {
    width: calc(100% - 60px);
  }
  .section-hp-gallery .photo.photo-1 .text h2 {
    margin-bottom: 5px;
  }
  .section-hp-gallery .photo.photo-1 .text p {
    margin-bottom: 5px;
  }
  .section-hp-gallery .photo.photo-0 .text h2 {
    margin-bottom: 5px;
  }
  .section-hp-gallery .photo.photo-0 .text p {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  .section-hp-gallery {
    width: calc(100% - 40px);
    margin-bottom: 50px;
  }
  .section-hp-gallery .content {
    padding: 0;
    height: auto;
  }
  .section-hp-gallery .photo {
    position: relative;
    width: 100% !important;
    height: 0 !important;
    left: 0 !important;
    padding-top: 75% !important;
    margin-bottom: 10px;
  }
  .section-hp-gallery .photo.photo-1 .text {
    left: 50px;
    align-items: center;
    text-align: center;
  }
  .section-hp-gallery .photo.photo-0 .text {
    left: 50px;
    align-items: center;
    text-align: center;
  }
}
.section-hp-search {
  max-width: 1380px;
  padding: 0 50px;
  margin: 0 auto 100px;
}
.section-hp-search h2 {
  font-size: 40px;
  line-height: 1.2em;
  text-align: center;
  margin: 0 0 60px;
  color: #005240;
}
.section-hp-search h2 a {
  color: #005240;
}
.section-hp-search ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 80px;
}
.section-hp-search ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f7f7f9;
  width: 164px;
  height: 220px;
  border-color: #ffffff;
  border-width: 25px 12px;
  border-style: solid;
  font-size: 19px;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  color: #005240;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-hp-search ul li a:hover,
.section-hp-search ul li a.active {
  color: #ffffff;
  background: #005240;
  border-color: #005240;
  box-shadow: 1px 3px 16px 0 rgba(0, 82, 64, 0.34);
  z-index: 1;
  position: relative;
}
.section-hp-search p {
  text-align: center;
}
@media screen and (max-width: 1450px) {
  .section-hp-search {
    padding: 0 38px;
  }
  .section-hp-search ul li {
    width: 15%;
  }
  .section-hp-search ul li a {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .section-hp-search {
    padding: 0;
    margin-bottom: 60px;
  }
  .section-hp-search h2 {
    font-size: 30px;
    margin: 0 20px 40px;
  }
  .section-hp-search .slider {
    padding: 0 18px;
    overflow: auto;
    margin-bottom: 20px;
  }
  .section-hp-search ul {
    margin-bottom: 20px;
  }
  .section-hp-search ul li {
    width: auto;
  }
  .section-hp-search ul li a {
    width: 164px;
  }
}
.section-hp-news {
  display: flex;
  max-width: 1380px;
  padding: 0 50px;
  justify-content: space-between;
  margin: 0 auto 170px;
}
.section-hp-news a {
  width: calc(100% / 3 - 40px);
  display: block;
}
.section-hp-news a img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.section-hp-news a h2 {
  font-size: 20px;
  margin: 0 10px 10px 10px;
  color: #005240;
}
.section-hp-news a p {
  margin: 0 10px 0 10px;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .section-hp-news {
    padding: 0 30px;
    margin-bottom: 90px;
  }
  .section-hp-news a {
    width: calc(50% - 15px);
  }
  .section-hp-news a:last-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section-hp-news {
    padding: 0 20px;
    display: block;
    margin-bottom: 50px;
  }
  .section-hp-news a {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-hp-news a:last-child {
    display: block;
  }
}
.section-hp-newsletter {
  max-width: 1080px;
  padding: 0 50px;
  margin: 0 auto 170px;
}
.section-hp-newsletter h2 {
  font-size: 40px;
  line-height: 1em;
  color: #005240;
  text-align: center;
  margin: 0 0 45px;
}
.section-hp-newsletter .errors,
.section-hp-newsletter .flashes {
  list-style: none;
  color: #8b0000;
  margin-bottom: 10px;
  text-align: center;
}
.section-hp-newsletter .flashes {
  color: #000000;
}
.section-hp-newsletter .form {
  padding: 25px 30px;
  background: #f7f7f9;
  display: flex;
}
.section-hp-newsletter .form [type=text] {
  flex: 1 1 auto;
  background: none;
  border: none;
  color: #005240;
  font-size: 22px;
  margin-right: 10px;
}
.section-hp-newsletter .form [type=submit] {
  appearance: none;
  -webkit-appearance: none;
  background: #005240;
  color: #FFFFFF;
}
.section-hp-newsletter .form [type=submit]:hover {
  background: #FFFFFF;
  color: #005240;
}
.section-hp-newsletter .g-recaptcha {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .section-hp-newsletter {
    padding: 0 30px;
    margin-bottom: 100px;
  }
  .section-hp-newsletter h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 870px) {
  .section-hp-newsletter {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .section-hp-newsletter h2 {
    margin-bottom: 20px;
  }
  .section-hp-newsletter .form {
    display: block;
    padding: 0;
    text-align: center;
    background: none;
  }
  .section-hp-newsletter .form [type=text] {
    width: 100%;
    margin: 0 0 20px;
    background: #f7f7f9;
    height: 60px;
    box-sizing: border-box;
    font-size: 15px;
    padding: 0 20px;
  }
  .section-hp-newsletter .g-recaptcha {
    margin: 0 0 20px 0;
  }
  .section-hp-newsletter .g-recaptcha > div {
    margin: 0 auto;
  }
}
.section-map {
  max-width: 1380px;
  margin: 0 auto 150px;
}
.section-map .map-holder {
  max-width: 100%;
  width: 1380px;
  margin-bottom: 300px;
}
.section-map .map-holder .map {
  position: relative;
}
.section-map .map-holder .map .prague {
  position: absolute;
  bottom: -280px;
  right: 100px;
  width: 40%;
}
.section-map .map-holder .map .prague > svg {
  max-width: 100%;
  display: block;
  height: auto;
}
.section-map .map-holder .map > svg {
  max-width: 100%;
  display: block;
  height: auto;
}
.section-map .map-holder .map > svg #body > g:hover path,
.section-map .map-holder .map > svg #body > g:hover circle {
  fill: #005240;
  cursor: pointer;
}
.section-map .map-holder .map > svg #body > g:hover circle[fill="#ffffff"] {
  fill: #ffffff;
}
.section-map .map-holder .map .labels .label {
  display: none;
  width: 380px;
  background: #ffffff;
  padding: 20px;
  position: absolute;
  border-radius: 5px;
  box-shadow: 3px 9px 20px 0 rgba(30, 30, 37, 0.25);
}
.section-map .map-holder .map .labels .label.active {
  display: block;
}
.section-map .map-holder .map .labels .label h2 {
  font-size: 17px;
  margin-bottom: 5px;
  color: #005240;
}
.section-map .map-holder .map .labels .label .text {
  font-size: 15px;
  margin-bottom: 5px;
}
.section-map .map-holder .map .labels .label .minutes {
  font-size: 15px;
  color: #005240;
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
}
@media screen and (max-width: 1400px) {
  .section-map .map-holder {
    overflow: auto;
    cursor: grab;
    padding-bottom: 300px;
    margin-bottom: 0;
  }
  .section-map .map-holder .map {
    width: 1380px;
    height: 780px;
  }
  .section-map .map-holder .map > svg {
    max-width: none;
    width: 1380px;
    height: 780px;
  }
}
@media screen and (max-width: 600px) {
  .section-map {
    margin-bottom: 50px;
  }
  .section-map .map-holder .map .labels .label {
    width: 280px;
  }
}
.section-gallery {
  max-width: 1600px;
  padding: 0 50px;
  margin: 0 auto 90px;
  text-align: center;
}
.section-gallery video {
  width: 60%;
}
.section-gallery .text-empty {
  margin: 50px 0;
  text-align: center;
}
.section-gallery h2 {
  font-size: 30px;
  margin: 90px 0 40px;
  color: #005240;
  line-height: 1.3em;
}
.section-gallery .row {
  display: flex;
  /*justify-content: space-between;*/
  padding-bottom: 1.25%;
}
.section-gallery .row a {
  flex: 0 1 auto;
  padding-top: 25%;
  height: 0;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  /*&.video {
                background: url(../images/video-bg.jpg) center/cover no-repeat;

                &:before {
                    background: url(../images/tlacitko_play.svg);
                    background-size: 100% auto;
                    width: 70px;
                    height: 70px;
                    display: block;
                    content: "";
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin: -35px 0 0 -35px;
                }

                &:hover:before {
                    background-position: 0 bottom;
                }
            }
            */
}
.section-gallery .row a:nth-child(1) {
  width: 47.5%;
}
.section-gallery .row a:nth-child(2) {
  width: 25%;
}
.section-gallery .row a:nth-child(3) {
  width: 25%;
}
.section-gallery .row a span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  transition: all 0.6s ease-in;
}
.section-gallery .row a span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-gallery .row a:hover span {
  transform: translate(-50%, -50%) scale(1.05);
  transition: all 0.3s ease-out;
}
.section-gallery .row:nth-child(2n) a:nth-child(1) {
  width: 25%;
}
.section-gallery .row:nth-child(2n) a:nth-child(2) {
  width: 25%;
}
.section-gallery .row:nth-child(2n) a:nth-child(3) {
  width: 47.5%;
}
@media screen and (max-width: 1000px) {
  .section-gallery {
    padding: 0 30px;
  }
  .section-gallery video {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section-gallery {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .section-gallery .row {
    display: block;
  }
  .section-gallery .row a {
    width: 100% !important;
    display: block;
    padding-top: 75%;
    margin-bottom: 11px;
  }
  .section-gallery h2 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.section-flat-gallery {
  margin: 0 70px 90px 0;
}
.section-flat-gallery .row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.7%;
}
.section-flat-gallery .row a {
  flex: 0 1 auto;
  padding-top: 25%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.section-flat-gallery .row a:nth-child(1) {
  width: 65%;
}
.section-flat-gallery .row a:nth-child(2) {
  width: 33.3%;
}
.section-flat-gallery .row a span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  transition: all 0.6s ease-in;
}
.section-flat-gallery .row a span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-flat-gallery .row a:hover span {
  transform: translate(-50%, -50%) scale(1.05);
  transition: all 0.3s ease-out;
}
.section-flat-gallery .row:nth-child(2n) a:nth-child(1) {
  width: 33.3%;
}
.section-flat-gallery .row:nth-child(2n) a:nth-child(2) {
  width: 65%;
}
@media screen and (max-width: 1000px) {
  .section-flat-gallery {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .section-flat-gallery {
    margin-bottom: 50px;
  }
  .section-flat-gallery .row {
    display: block;
    padding-bottom: 0;
  }
  .section-flat-gallery .row a {
    width: 100% !important;
    display: block;
    padding-top: 75%;
    margin-bottom: 10px;
  }
}
.section-gallery-menu {
  margin: 110px auto 55px;
}
.section-gallery-menu ul {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.section-gallery-menu ul li {
  display: inline-block;
}
.section-gallery-menu ul li a {
  display: inline-block;
  height: 70px;
  width: 150px;
  background: #f7f7f9;
  border: solid 10px #ffffff;
  text-align: center;
  line-height: 70px;
  font-size: 15px;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  color: #005240;
}
.section-gallery-menu ul li a:hover,
.section-gallery-menu ul li a.active {
  background: #005240;
  border-color: #005240;
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  .section-gallery-menu ul li a {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-gallery-menu {
    padding: 0 20px;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .section-gallery-menu ul li {
    display: block;
  }
  .section-gallery-menu ul li a {
    width: auto;
    display: block;
    height: 50px;
    line-height: 50px;
  }
}
.section-articles {
  margin: 120px auto 0;
  max-width: 1380px;
  padding: 0 50px;
}
.section-articles .articles {
  display: flex;
  flex-wrap: wrap;
}
.section-articles .articles a {
  width: 30%;
  margin: 0 5% 7% 0;
}
.section-articles .articles a:nth-child(3n) {
  margin-right: 0;
}
.section-articles .articles a img {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
.section-articles .articles a h2 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #005240;
}
@media screen and (max-width: 1000px) {
  .section-articles {
    padding: 0 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .section-articles {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .section-articles .articles a {
    width: 48%;
    margin: 0 4% 7% 0;
  }
  .section-articles .articles a:nth-child(2n) {
    margin-right: 0;
  }
  .section-articles .articles a:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 600px) {
  .section-articles {
    padding: 0 20px;
    margin-top: 50px;
  }
  .section-articles .articles a {
    width: 100%;
    margin: 0 0 12% 0;
  }
  .section-articles .articles a:nth-child(3n) {
    margin-right: 0;
  }
}
.section-article + .section-articles {
  margin-top: 50px;
}
.section-article {
  margin: 120px auto;
  max-width: 1380px;
  padding: 0 50px;
}
.section-article img {
  width: 100%;
  display: block;
  margin: 0 0 65px;
}
.section-article .date {
  font-size: 20px;
  text-align: center;
  color: #005240;
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  margin-bottom: 10px;
}
.section-article h1 {
  font-size: 40px;
  line-height: 1.2em;
  margin: 0 auto 30px;
  text-align: center;
  max-width: 1000px;
  color: #005240;
}
.section-article p {
  max-width: 1000px;
  margin: 0 auto 25px;
  line-height: 1.47em;
  text-align: justify;
}
.section-article p.center {
  margin: 0 auto;
  text-align: center;
}
.section-article p a {
  color: #005240;
}
.section-article .btn-back {
  padding-left: 55px;
  position: relative;
  display: inline-block;
  margin-top: 50px;
}
.section-article .btn-back:before {
  position: absolute;
  content: "";
  left: 15px;
  background: url(../images/sipka_zpet_na_seznam_novinek.svg);
  width: 27px;
  height: 15px;
  top: 15px;
}
.section-article .btn-back:hover:before {
  background-position: left bottom;
}
@media screen and (max-width: 1000px) {
  .section-article {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .section-article h1 {
    font-size: 30px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 600px) {
  .section-article {
    padding: 0 20px;
    margin-top: 50px;
  }
  .section-article img {
    margin-bottom: 30px;
  }
  .section-article .btn-back {
    margin-top: 30px;
  }
}
.section-standard-menu {
  margin: 110px auto 55px;
}
.section-standard-menu ul {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.section-standard-menu ul li {
  display: inline-block;
}
.section-standard-menu ul li a {
  padding: 15px 20px;
  display: inline-block;
  background: #f7f7f9;
  border: solid 5px #ffffff;
  text-align: center;
  font-size: 15px;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  color: #005240;
}
.section-standard-menu ul li a:hover,
.section-standard-menu ul li a.active {
  background: #005240;
  border-color: #005240;
  color: #ffffff;
}
.section-standard-menu .notice {
  margin: -70px auto 50px;
  max-width: 940px;
  padding: 0 50px 40px;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .section-standard-menu ul {
    flex-direction: column;
  }
  .section-standard-menu ul br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section-standard-menu {
    padding: 0 20px;
    margin-top: 50px;
  }
  .section-standard-menu ul {
    display: flex;
  }
  .section-standard-menu ul li {
    display: flex;
    flex: 1 1 auto;
  }
  .section-standard-menu ul li a {
    width: auto;
    flex: 1 1 auto;
    line-height: 1.2em;
    padding: 10px;
    height: auto;
  }
  .section-standard-menu .notice {
    padding: 0;
    margin: 0;
  }
}
.section-standards {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.section-standards h1 {
  display: none;
}
.section-standards .buttons {
  list-style: none;
}
.section-standards .buttons li {
  padding-left: 40px;
  position: relative;
  text-align: center;
}
.section-standards .buttons a {
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
}
.section-standards .buttons a:hover {
  color: #005240;
}
.section-standards .sipka {
  width: 27px;
  height: 15px;
  content: "";
  display: inline-block;
  background: url(../images/sipka_dalsi_etapa.svg) center 2px;
}
.section-standards article {
  margin: 0 auto 50px;
  max-width: 1160px;
  padding: 0 110px 40px;
  border-bottom: solid 1px #e0e0e7;
}
.section-standards article:last-child {
  border: none;
  padding-bottom: 0;
}
.section-standards article h2 {
  font-size: 30px;
  color: #005240;
  margin-bottom: 25px;
  line-height: 1em;
}
.section-standards article h3 {
  margin-bottom: 5px;
}
.section-standards article p {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .section-standards {
    padding: 0 20px;
  }
  .section-standards .buttons {
    display: block;
    margin: 20px 0;
  }
  .section-standards .buttons li {
    display: block;
  }
  .section-standards .buttons li .btn {
    margin: 0 0 10px;
    display: block;
  }
  .section-standards article {
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
}
.section-contact-intro {
  margin: 130px auto;
  text-align: center;
}
.section-contact-intro h2 {
  color: #005240;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 20px;
  padding: 0 50px;
}
.section-contact-intro p {
  font-size: 19px;
  margin-bottom: 50px;
  padding: 0 50px;
}
.section-contact-intro .contacts {
  list-style: none;
  max-width: 420px;
  margin: 0 auto;
}
.section-contact-intro .contacts li a.btn-email {
  background-color: #005240;
  color: #ffffff;
  font-size: 25px;
  padding: 20px 100px;
  line-height: 1.35em;
  margin-bottom: 40px;
}
.section-contact-intro .contacts li a.btn-email:hover {
  background-color: #ffffff;
  color: #005240;
}
.section-contact-intro .contacts li a.phone {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/ikona_telefon.svg) left center no-repeat;
  font-size: 25px;
  color: #005240;
}
@media screen and (max-width: 600px) {
  .section-contact-intro {
    margin: 50px 0 50px;
  }
  .section-contact-intro h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .section-contact-intro .contacts {
    list-style: none;
    max-width: 420px;
    margin: 0 auto;
  }
  .section-contact-intro .contacts li a.phone,
  .section-contact-intro .contacts li a.btn {
    font-size: 20px;
  }
  .section-contact-intro .contacts li a.btn-email {
    padding: 20px 50px;
  }
}
.section-persons .bg {
  background: #f7f7f9;
  padding: 60px 50px 60px;
  text-align: center;
}
.section-persons .bg h2 {
  color: #005240;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 20px;
}
.section-persons .bg img {
  margin: 0 auto 25px;
  display: block;
}
.section-persons .content {
  position: relative;
}
.section-persons .content:before {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  background: #f7f7f9;
  z-index: -1;
}
.section-persons .content .persons {
  display: flex;
  justify-content: space-between;
  max-width: 1090px;
  padding: 0 50px;
  margin: 0 auto 125px;
}
.section-persons .content .persons .person {
  display: block;
  max-width: 100%;
  text-align: center;
  width: calc(25% - 22.5px);
}
.section-persons .content .persons .person img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.section-persons .content .persons .person h3 {
  color: #005240;
  font-size: 17px;
}
.section-persons .content .persons .person p {
  margin-bottom: 25px;
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .section-persons .bg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-persons .content .persons {
    padding: 0 30px;
    flex-wrap: wrap;
    max-width: 520px;
  }
  .section-persons .content .persons .person {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .section-persons .bg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-persons .bg h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .section-persons .content .persons {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .section-persons .content .persons .person .btn {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section-contact-sale-center {
  margin: 0 auto 110px;
  padding: 0 50px;
  max-width: 1160px;
  text-align: center;
}
.section-contact-sale-center h2 {
  color: #005240;
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1em;
}
.section-contact-sale-center p {
  font-size: 19px;
  margin-bottom: 50px;
}
.section-contact-sale-center .open-day-banner {
  color: white;
  background: #005240;
  height: 140px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-contact-sale-center .open-day-banner p {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .section-contact-sale-center .open-day-banner {
    padding: 10px;
    max-height: 220px;
    height: auto;
  }
}
.section-contact-sale-center .building {
  display: flex;
  justify-content: space-between;
}
.section-contact-sale-center .building .photo {
  flex: 1 1 auto;
  background: url(../images/foto-recepce2.jpg) top / cover;
}
.section-contact-sale-center .building .opening-hours {
  flex: 0 0 465px;
  background: #f7f7f9;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  margin-left: 30px;
}
.section-contact-sale-center .building .opening-hours h2 {
  font-size: 30px;
}
.section-contact-sale-center .building .opening-hours .address {
  font-size: 19px;
  margin: 0 0 20px;
}
.section-contact-sale-center .building .opening-hours table {
  margin-bottom: 20px;
}
.section-contact-sale-center .building .opening-hours table td:first-child {
  text-align: left;
  padding-right: 10px;
  line-height: 1.5em;
}
.section-contact-sale-center .building .opening-hours table td:last-child {
  text-align: right;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  color: #005240;
}
.section-contact-sale-center .building .opening-hours .contacts {
  list-style: none;
}
.section-contact-sale-center .building .opening-hours .contacts .btn-meet {
  position: relative;
  padding: 16px 50px 16px 80px;
  font-size: 17px;
  margin-bottom: 15px;
  background: transparent;
}
.section-contact-sale-center .building .opening-hours .contacts .btn-meet:before {
  position: absolute;
  left: 48px;
  content: "";
  display: block;
  top: 50%;
  background: url(../images/ikona_mail.svg) center / contain no-repeat;
  width: 19px;
  height: 12px;
  margin-top: -6px;
}
.section-contact-sale-center .building .opening-hours .contacts .btn-meet:hover {
  background: #005240;
}
.section-contact-sale-center .building .opening-hours .contacts .btn-meet:hover:before {
  background: url(../images/ikona_mail_bila.svg) center / contain no-repeat;
}
.section-contact-sale-center .building .opening-hours .contacts .phone {
  color: #005240;
}
@media screen and (max-width: 1000px) {
  .section-contact-sale-center {
    padding: 0 30px;
  }
  .section-contact-sale-center .building .opening-hours {
    flex: 0 0 400px;
    min-height: 400px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .section-contact-sale-center {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .section-contact-sale-center .building .opening-hours {
    flex: 1 1 auto;
    min-height: 0;
    margin-left: 0;
    padding: 30px;
  }
  .section-contact-sale-center .building .photo {
    display: none;
  }
}
.section-contact-socials {
  max-width: 506px;
  padding: 0 50px;
  margin: 0 auto 90px;
}
.section-contact-socials ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.section-contact-socials ul li {
  display: flex;
}
.section-contact-socials ul li a {
  width: 140px;
  height: 170px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 24px 12px;
  background: #f7f7f9;
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005240;
  position: relative;
}
.section-contact-socials ul li a:hover {
  background: #005240;
  color: #ffffff;
  border-color: #005240;
}
.section-contact-socials ul li a:hover:after {
  content: "";
  display: block;
  background: #ffffff;
  width: 36px;
  height: 2px;
  top: calc(50% + 28px);
  left: 50%;
  margin: 0 0 0 -18px;
  position: absolute;
}
@media screen and (max-width: 760px) {
  .section-contact-socials {
    padding: 0 30px;
  }
  .section-contact-socials ul {
    flex-wrap: wrap;
  }
  .section-contact-socials ul li {
    width: calc(50% - 10px);
  }
  .section-contact-socials ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section-contact-socials {
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .section-contact-socials ul li {
    width: 50%;
  }
  .section-contact-socials ul li a {
    height: 120px;
  }
}
.section-contact-form {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 1003;
}
.section-contact-form.h {
  display: none;
}
.section-contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f9fac;
  opacity: 1;
}
.section-contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9fac;
  opacity: 1;
}
.section-contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #9f9fac;
  opacity: 1;
}
.section-contact-form .content {
  max-width: 750px;
  margin: auto;
  display: flex;
}
.section-contact-form .content .content-left {
  flex: 0 1 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005240;
  padding: 20px;
  flex-direction: column;
}
.section-contact-form .content .content-left img {
  display: block;
  margin-bottom: 25px;
}
.section-contact-form .content .content-left h3 {
  color: #ffffff;
}
.section-contact-form .content .content-right {
  flex: 0 1 auto;
  background: #ffffff;
  padding: 60px 60px 30px;
  width: 304px;
  position: relative;
}
.section-contact-form .content .content-right .close {
  width: 13px;
  height: 13px;
  background: url(../images/krizek_popup_2.svg);
  position: absolute;
  display: block;
  right: 18px;
  top: 18px;
  cursor: pointer;
  z-index: 1;
}
.section-contact-form .content .content-right .close:hover {
  background-position: left bottom;
}
.section-contact-form .content .content-right .errors,
.section-contact-form .content .content-right .flashes {
  list-style: none;
  color: #bd2b2b;
  font-size: 15px;
  margin: 0 0 15px;
}
.section-contact-form .content .content-right .flashes {
  color: #000000;
}
.section-contact-form .content .content-right .row {
  margin-bottom: 10px;
  color: #9797a3;
}
.section-contact-form .content .content-right .row [type=text],
.section-contact-form .content .content-right .row textarea {
  height: 48px;
  border: 1px solid #9f9fac;
  background: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  color: #005240;
}
.section-contact-form .content .content-right .row [type=text]:hover,
.section-contact-form .content .content-right .row textarea:hover {
  border-color: #005240;
}
.section-contact-form .content .content-right .row textarea {
  height: 100px;
  padding: 10px 20px;
}
.section-contact-form .content .content-right .row.row-checkbox {
  margin-bottom: 20px;
}
.section-contact-form .content .content-right .row.row-checkbox input {
  display: none;
}
.section-contact-form .content .content-right .row.row-checkbox label {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding-left: 27px;
}
.section-contact-form .content .content-right .row.row-checkbox label:before {
  position: absolute;
  background: url(../images/checkbox.svg);
  width: 17px;
  height: 17px;
  content: "";
  display: block;
  top: 0;
}
.section-contact-form .content .content-right .row.row-checkbox label:hover {
  color: #005240;
}
.section-contact-form .content .content-right .row.row-checkbox label:hover a {
  color: #005240;
}
.section-contact-form .content .content-right .row.row-checkbox label a:hover {
  text-decoration: underline;
}
.section-contact-form .content .content-right .row.row-checkbox input:checked + label:before {
  background-position: left bottom;
}
.section-contact-form .content .content-right .row [type=submit] {
  width: 100%;
}
.section-contact-form .content .content-right .success {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  text-align: center;
  padding: 40px 20px;
  min-height: 200px;
}
.section-contact-form .content .content-right .success h3 {
  color: #005240;
  margin-bottom: 20px;
}
.section-contact-form .content .content-right .success .btn-close {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .section-contact-form .content .content-left {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section-contact-form {
    background: #ffffff;
    overflow: auto;
  }
  .section-contact-form .content .content-right {
    padding: 60px 20px 30px;
    width: auto;
  }
}
.section-contact-general-form {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 1003;
}
.section-contact-general-form.h {
  display: none;
}
.section-contact-general-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f9fac;
  opacity: 1;
}
.section-contact-general-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9fac;
  opacity: 1;
}
.section-contact-general-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #9f9fac;
  opacity: 1;
}
.section-contact-general-form .content {
  margin: auto;
  display: flex;
  flex: 0 1 auto;
  background: #ffffff;
  padding: 60px 60px 30px;
  width: 304px;
  position: relative;
}
.section-contact-general-form .content .close {
  width: 13px;
  height: 13px;
  background: url(../images/krizek_popup_2.svg);
  position: absolute;
  display: block;
  right: 18px;
  top: 18px;
  cursor: pointer;
  z-index: 1;
}
.section-contact-general-form .content .close:hover {
  background-position: left bottom;
}
.section-contact-general-form .content .errors,
.section-contact-general-form .content .flashes {
  list-style: none;
  color: #bd2b2b;
  font-size: 15px;
  margin: 0 0 15px;
}
.section-contact-general-form .content .flashes {
  color: #000000;
}
.section-contact-general-form .content .row {
  margin-bottom: 10px;
  color: #9797a3;
}
.section-contact-general-form .content .row [type=text],
.section-contact-general-form .content .row textarea {
  height: 48px;
  border: 1px solid #9f9fac;
  background: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  color: #005240;
}
.section-contact-general-form .content .row [type=text]:hover,
.section-contact-general-form .content .row textarea:hover {
  border-color: #005240;
}
.section-contact-general-form .content .row textarea {
  height: 100px;
  padding: 10px 20px;
}
.section-contact-general-form .content .row.row-checkbox {
  margin-bottom: 20px;
}
.section-contact-general-form .content .row.row-checkbox input {
  display: none;
}
.section-contact-general-form .content .row.row-checkbox label {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding-left: 27px;
}
.section-contact-general-form .content .row.row-checkbox label:before {
  position: absolute;
  background: url(../images/checkbox.svg);
  width: 17px;
  height: 17px;
  content: "";
  display: block;
  top: 0;
}
.section-contact-general-form .content .row.row-checkbox label:hover {
  color: #005240;
}
.section-contact-general-form .content .row.row-checkbox label:hover a {
  color: #005240;
}
.section-contact-general-form .content .row.row-checkbox label a:hover {
  text-decoration: underline;
}
.section-contact-general-form .content .row.row-checkbox input:checked + label:before {
  background-position: left bottom;
}
.section-contact-general-form .content .row [type=submit] {
  width: 100%;
}
.section-contact-general-form .content .success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  text-align: center;
  padding: 40px 20px;
}
.section-contact-general-form .content .success h3 {
  color: #005240;
  margin-bottom: 20px;
}
.section-contact-general-form .content .success .btn-close {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .section-contact-general-form {
    background: #ffffff;
    overflow: auto;
  }
  .section-contact-general-form .content {
    padding: 60px 20px 30px;
    width: auto;
  }
}
.section-sale-start-form {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 1003;
}
.section-sale-start-form.h {
  display: none;
}
.section-sale-start-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f9fac;
  opacity: 1;
}
.section-sale-start-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9fac;
  opacity: 1;
}
.section-sale-start-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #9f9fac;
  opacity: 1;
}
.section-sale-start-form .content {
  max-width: 300px;
  margin: auto;
  background: #ffffff;
  padding: 90px 50px 50px;
  position: relative;
}
.section-sale-start-form .content .close {
  width: 13px;
  height: 13px;
  background: url(../images/krizek_popup_2.svg);
  position: absolute;
  display: block;
  right: 18px;
  top: 18px;
  cursor: pointer;
  z-index: 1;
}
.section-sale-start-form .content .close:hover {
  background-position: left bottom;
}
.section-sale-start-form .content h2 {
  text-align: center;
  color: #005240;
  font-size: 20px;
  margin-bottom: 20px;
}
.section-sale-start-form .content .errors,
.section-sale-start-form .content .flashes {
  list-style: none;
  color: #bd2b2b;
  font-size: 15px;
  margin: 0 0 15px;
}
.section-sale-start-form .content .flashes {
  color: #000000;
}
.section-sale-start-form .content .row {
  margin-bottom: 10px;
  color: #9797a3;
}
.section-sale-start-form .content .row [type=text] {
  height: 48px;
  border: 1px solid #9f9fac;
  background: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  color: #005240;
}
.section-sale-start-form .content .row [type=text]:hover {
  border-color: #005240;
}
.section-sale-start-form .content .row.row-checkbox {
  margin: 50px 50px 20px;
}
.section-sale-start-form .content .row.row-checkbox input {
  display: none;
}
.section-sale-start-form .content .row.row-checkbox label {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  display: inline-block;
  line-height: 1.2em;
}
.section-sale-start-form .content .row.row-checkbox label:before {
  position: absolute;
  background: url(../images/checkbox.svg);
  width: 17px;
  height: 17px;
  content: "";
  display: block;
  top: 0;
  left: 0;
}
.section-sale-start-form .content .row.row-checkbox label:hover {
  color: #005240;
}
.section-sale-start-form .content .row.row-checkbox label:hover a {
  color: #005240;
}
.section-sale-start-form .content .row.row-checkbox label a:hover {
  text-decoration: underline;
}
.section-sale-start-form .content .row.row-checkbox input:checked + label:before {
  background-position: left bottom;
}
.section-sale-start-form .content .row [type=submit] {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-sale-start-form {
    background: #ffffff;
    overflow: auto;
  }
  .section-sale-start-form .content {
    padding: 60px 20px 30px;
    width: auto;
  }
}
.section-meeting-form {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: 1003;
}
.section-meeting-form.h {
  display: none;
}
.section-meeting-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f9fac;
  opacity: 1;
}
.section-meeting-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9fac;
  opacity: 1;
}
.section-meeting-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #9f9fac;
  opacity: 1;
}
.section-meeting-form .content {
  width: 304px;
  margin: auto;
  background: #ffffff;
  padding: 60px 60px 30px;
  position: relative;
}
.section-meeting-form .content .close {
  width: 13px;
  height: 13px;
  background: url(../images/krizek_popup_2.svg);
  position: absolute;
  display: block;
  right: 18px;
  top: 18px;
  cursor: pointer;
  z-index: 1;
}
.section-meeting-form .content .close:hover {
  background-position: left bottom;
}
.section-meeting-form .content h2 {
  text-align: center;
  color: #005240;
  font-size: 20px;
  margin-bottom: 20px;
}
.section-meeting-form .content .errors,
.section-meeting-form .content .flashes {
  list-style: none;
  color: #bd2b2b;
  font-size: 15px;
  margin: 0 0 15px;
}
.section-meeting-form .content .flashes {
  color: #000000;
}
.section-meeting-form .content .row {
  margin-bottom: 10px;
  color: #9797a3;
}
.section-meeting-form .content .row [type=text] {
  height: 48px;
  border: 1px solid #9f9fac;
  background: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 14px;
  color: #005240;
}
.section-meeting-form .content .row [type=text]:hover {
  border-color: #005240;
}
.section-meeting-form .content .row.row-checkbox {
  margin: 0 0 20px;
}
.section-meeting-form .content .row.row-checkbox input {
  display: none;
}
.section-meeting-form .content .row.row-checkbox label {
  cursor: pointer;
  font-size: 14px;
  position: relative;
  padding-left: 27px;
  display: inline-block;
  line-height: 1.2em;
}
.section-meeting-form .content .row.row-checkbox label:before {
  position: absolute;
  background: url(../images/checkbox.svg);
  width: 17px;
  height: 17px;
  content: "";
  display: block;
  top: 0;
  left: 0;
}
.section-meeting-form .content .row.row-checkbox label:hover {
  color: #005240;
}
.section-meeting-form .content .row.row-checkbox label:hover a {
  color: #005240;
}
.section-meeting-form .content .row.row-checkbox label a:hover {
  text-decoration: underline;
}
.section-meeting-form .content .row.row-checkbox input:checked + label:before {
  background-position: left bottom;
}
.section-meeting-form .content .row [type=submit] {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .section-meeting-form {
    background: #ffffff;
    overflow: auto;
  }
  .section-meeting-form .content {
    padding: 60px 20px 30px;
    width: auto;
  }
}
.section-sale-center .main-image {
  display: block;
  margin: 120px auto 45px;
  max-width: 100%;
}
.section-sale-center .content {
  max-width: 940px;
  padding: 0 50px;
  margin: 0 auto;
}
.section-sale-center h1 {
  font-size: 40px;
  line-height: 1em;
  color: #005240;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 150px;
}
.section-sale-center .subtitle {
  font-size: 19px;
  margin-bottom: 50px;
  text-align: center;
}
.section-sale-center .text {
  margin-bottom: 20px;
}
.section-sale-center .opening-hours {
  list-style: none;
  margin: 0 auto 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0 50px;
}
.section-sale-center .opening-hours li {
  height: 100px;
  width: 150px;
  background: #f7f7f9;
  border-color: #ffffff;
  border-width: 24px 12px;
  border-style: solid;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-sale-center .opening-hours li.active {
  background: #005240;
  border-color: #005240;
  color: #ffffff;
}
.section-sale-center .opening-hours li.active strong {
  color: #ffffff;
}
.section-sale-center .opening-hours li strong {
  display: block;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  color: #005240;
}
.section-sale-center .contacts {
  list-style: none;
  margin: 0 auto 120px;
  text-align: center;
}
.section-sale-center .contacts li a {
  font-size: 19px;
}
.section-sale-center .contacts li a.btn-email {
  background-color: #005240;
  color: #ffffff;
  padding: 20px 100px;
  line-height: 1.35em;
  margin-bottom: 30px;
}
.section-sale-center .contacts li a.btn-email:hover {
  background-color: #ffffff;
  color: #005240;
}
.section-sale-center .contacts li a.phone {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/ikona_telefon.svg) left center no-repeat;
  color: #005240;
}
@media screen and (max-width: 1000px) {
  .section-sale-center .content {
    padding: 0 30px;
  }
  .section-sale-center .opening-hours {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-sale-center .main-image {
    margin-top: 50px;
  }
  .section-sale-center .content {
    padding: 0 20px;
  }
  .section-sale-center .opening-hours {
    padding: 0 20px;
    display: block;
    margin: 50px auto;
  }
  .section-sale-center .opening-hours li {
    width: auto;
    height: auto;
    border-color: #f7f7f9;
    margin-bottom: 10px;
  }
}
.section-about-info {
  padding: 0 50px;
  margin: 0 auto 90px;
  max-width: 1180px;
}
.section-about-info ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.section-about-info ul li {
  display: flex;
}
.section-about-info ul li a {
  width: 140px;
  height: 170px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 24px 12px;
  background: #f7f7f9;
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005240;
  position: relative;
  text-align: center;
  flex-direction: column;
  line-height: 1.2em;
}
.section-about-info ul li a strong {
  display: block;
  font-size: 40px;
  line-height: 1em;
}
.section-about-info ul li a:hover,
.section-about-info ul li a.active {
  background: #005240;
  color: #ffffff;
  border-color: #005240;
}
.section-about-info ul li a:hover:after,
.section-about-info ul li a.active:after {
  content: "";
  display: block;
  background: #ffffff;
  width: 36px;
  height: 2px;
  top: calc(50% + 60px);
  left: 50%;
  margin: 0 0 0 -18px;
  position: absolute;
}
@media screen and (max-width: 1450px) {
  .section-about-info {
    padding: 0 38px;
  }
  .section-about-info ul li {
    width: 15%;
  }
  .section-about-info ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .section-about-info {
    padding: 0;
    margin-bottom: 10px;
  }
  .section-about-info h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .section-about-info .slider {
    padding: 50px 18px;
    overflow: auto;
    cursor: grab;
    margin-bottom: 20px;
    margin-top: -50px;
  }
  .section-about-info ul {
    margin-bottom: 20px;
  }
  .section-about-info ul li {
    width: auto;
  }
  .section-about-info ul li a {
    width: 164px;
  }
}
.section-financing {
  padding: 0 50px;
  margin: 100px auto 80px;
  max-width: 940px;
}
.section-financing h1 {
  text-align: center;
  font-size: 70px;
  color: #005240;
  line-height: 1em;
  margin-bottom: 50px;
}
.section-financing h2 {
  text-align: center;
  font-size: 25px;
  color: #005240;
  line-height: 1.5em;
  margin-bottom: 20px;
  margin-top: 50px;
}
.section-financing .subtitle {
  margin-bottom: 45px;
  text-align: center;
  font-size: 19px;
}
.section-financing .text {
  max-width: 700px;
  text-align: justify;
  margin: 0 auto 40px;
}
.section-financing .big-list {
  list-style: none;
  margin-bottom: 80px;
}
.section-financing .big-list li {
  background: #f7f7f9;
  padding: 20px 30px;
  color: #005240;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.section-financing .big-list li:nth-child(2n) {
  background-color: #f2f6f5;
}
.section-financing .center {
  text-align: center;
}
.section-financing .small-list {
  list-style: none;
  margin-bottom: 60px;
}
.section-financing .small-list li {
  background: #f7f7f9;
  padding: 20px 30px;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.section-financing .middle-list {
  margin: 20px;
  list-style: none;
}
.section-financing .middle-list li::before {
  content: "\2022";
  color: #005240;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media screen and (max-width: 1000px) {
  .section-financing {
    padding: 0 30px;
  }
  .section-financing h1 {
    font-size: 40px;
  }
  .section-financing h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-financing {
    margin-top: 50px;
    padding: 0 20px;
  }
}
.section-financing-hypoasistent {
  background-image: linear-gradient(to bottom, #f7f7f9, #f7f7f9 50%, white 50%, white);
  text-align: center;
}
.section-financing-hypoasistent .logo-hypo {
  margin: 60px 0 10px 0;
}
.section-financing-hypoasistent h2 {
  color: #005240;
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.section-financing-hypoasistent p {
  margin-bottom: 40px;
}
.section-financing-hypoasistent .hypo-1 {
  width: 250px;
  height: 550px;
  text-align: center;
  display: inline-block;
}
.section-financing-hypoasistent .hypo-2 {
  width: 250px;
  height: 550px;
  text-align: center;
  margin-left: 20px;
  display: inline-block;
}
.section-financing-hypoasistent .hypo-1 h3,
.section-financing-hypoasistent .hypo-2 h3 {
  color: #005240;
  font-size: 15px;
  margin-top: 20px;
}
.section-financing-hypoasistent .hypo-person {
  width: 100%;
}
.section-location h1 {
  display: none;
}
.section-location .map {
  display: block;
  width: 100%;
}
.section-location .content {
  max-width: 1300px;
  margin: 180px auto 100px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
}
.section-location .content .claim {
  position: absolute;
  font-size: 35px;
  font-weight: 600;
  left: 80px;
  line-height: 1.35em;
  color: #005240;
  text-transform: uppercase;
  max-width: 350px;
}
.section-location .content .column {
  max-width: 700px;
}
.section-location .content .column p {
  line-height: 2em;
  margin-bottom: 30px;
  text-align: justify;
}
.section-location .content .column p.right {
  text-align: right;
  font-weight: 600;
}
.section-location .grid {
  max-width: 1300px;
  margin: 0 auto 100px;
  overflow: hidden;
  width: 100%;
}
.section-location .grid .row {
  display: flex;
}
.section-location .grid .row .text {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 50px;
  flex: 0 0 50%;
  box-sizing: border-box;
}
.section-location .grid .row .text h2 {
  color: #005240;
  font-size: 19px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-location .grid .row .text ul li {
  display: inline-block;
  text-indent: 22px;
  position: relative;
  margin-bottom: 30px;
  text-align: justify;
  text-align-last: center;
  line-height: 1.5em;
}
.section-location .grid .row .text ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 11px;
  background: #005240;
  left: 0;
}
.section-location .grid .row:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .section-location .content {
    flex-direction: column;
    align-items: center;
    margin-top: 130px;
  }
  .section-location .content .claim {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    max-width: 700px;
    padding: 0;
    left: 0;
  }
  .section-location .content .claim:before {
    left: 50%;
    margin-left: -30px;
  }
  .section-location .content .claim br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .section-location .content {
    margin-bottom: 50px;
  }
  .section-location .grid {
    max-width: 700px;
  }
  .section-location .grid .row,
  .section-location .grid .row:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .section-location .grid .row .text,
  .section-location .grid .row:nth-child(2n) .text {
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 600px) {
  .section-location .content {
    margin: 130px auto 30px;
    padding: 0 15px;
  }
  .section-location .content .claim {
    font-size: 20px;
    line-height: 1.57em;
  }
  .section-location .grid .row .text {
    padding: 30px 15px;
  }
  .section-location .grid .row .text ul {
    text-align: left;
  }
  .section-location .grid .row .text ul li {
    text-align: left;
    text-align-last: left;
  }
  .section-location .grid .row .text ul li::before {
    top: 8px;
  }
  .section-location .grid .row img {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-location .map-container {
    height: 500px;
    overflow: auto;
  }
  .section-location .map-container img {
    width: auto;
    height: 100%;
  }
}
.section-flat-filter {
  max-width: 1380px;
  min-height: 150px;
  padding: 0 30px;
  margin: 70px auto;
}
.section-flat-filter .no-mobile {
  display: flex;
  justify-content: space-between;
}
.section-flat-filter .no-mobile > div {
  font-size: 16px;
}
.section-flat-filter .no-mobile > div:last-child {
  text-align: right;
}
.section-flat-filter .no-mobile > div h3 {
  color: #005240;
  margin-bottom: 25px;
}
.section-flat-filter .no-mobile > div .filter {
  list-style: none;
}
.section-flat-filter .no-mobile > div .filter li input {
  display: none;
}
.section-flat-filter .no-mobile > div .filter li input:checked + label:before {
  background-position: left bottom;
}
.section-flat-filter .no-mobile > div .filter li label {
  margin: 0 0 10px;
  cursor: pointer;
}
.section-flat-filter .no-mobile > div .filter li label:before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/checkbox.svg);
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.section-flat-filter .no-mobile > div .btn {
  margin: 45px 0 0 5px;
  position: relative;
}
.section-flat-filter .no-mobile > div .btn.btn-clear {
  padding-left: 45px;
}
.section-flat-filter .no-mobile > div .btn.btn-clear:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  background: url(../images/krizek_zrusit_filtr.svg);
  width: 13px;
  height: 13px;
  top: 50%;
  margin-top: -6px;
}
.section-flat-filter .no-mobile > div .btn.btn-clear:hover:before {
  background-position: left bottom;
}
.section-flat-filter .no-mobile > div .btn.btn-fav {
  padding-left: 45px;
}
.section-flat-filter .no-mobile > div .btn.btn-fav:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  background: url(../images/srdce_filtr_vybrane_byty.svg);
  width: 18px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
}
.section-flat-filter .no-mobile > div .btn.btn-fav:hover:before {
  background-position: left bottom;
}
.section-flat-filter .mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .section-flat-filter {
    margin-bottom: 40px;
  }
  .section-flat-filter .no-mobile {
    flex-wrap: wrap;
  }
  .section-flat-filter .no-mobile > div {
    width: 25%;
  }
  .section-flat-filter .no-mobile > div:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section-flat-filter {
    padding: 0 20px;
  }
  .section-flat-filter .no-mobile > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .section-flat-filter {
    margin-bottom: 30px;
  }
  .section-flat-filter .no-mobile > div {
    width: 50%;
    margin-bottom: 10px;
  }
  .section-flat-filter .no-mobile > div h3 {
    margin-bottom: 5px;
  }
  .section-flat-filter .no-mobile > div:last-child {
    text-align: center;
  }
  .section-flat-filter .no-mobile > div:last-child .btn {
    margin-top: 20px;
  }
}
.section-flat-table {
  margin: 0 auto 100px;
  padding: 0 30px;
  max-width: 1650px;
}
.section-flat-table table {
  border-collapse: collapse;
  width: 100%;
}
.section-flat-table table thead th {
  background: #005240;
  position: relative;
  padding-bottom: 20px;
}
.section-flat-table table thead th:before {
  content: "";
  display: block;
  height: 20px;
  background: #ffffff;
  border-bottom: solid 1px #e3e3e3;
  bottom: 0;
  left: -1px;
  position: absolute;
  width: calc(100% + 2px);
}
.section-flat-table table thead th a {
  color: #ffffff;
  display: flex;
  height: 70px;
  font-size: 16px;
  background: #005240;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.section-flat-table table thead th a:hover {
  background: #136855;
}
.section-flat-table table thead th a:after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  margin-left: 8px;
}
.section-flat-table table thead th a.asc:after {
  background: url(../images/sipka_NAHORU_radek_nad_cenikem.svg);
}
.section-flat-table table thead th a.desc:after {
  background: url(../images/sipka_DOLU_radek_nad_cenikem.svg);
}
.section-flat-table table thead th.fav {
  width: 70px;
}
.section-flat-table table thead th.fav a:after {
  display: none;
}
.section-flat-table table thead th:last-child a:after {
  display: none;
}
.section-flat-table table tbody td {
  font-size: 16px;
  text-align: center;
  vertical-align: center;
  height: 80px;
  border-bottom: solid 1px #e3e3e3;
}
.section-flat-table table tbody td .title {
  display: none;
}
.section-flat-table table tbody td sup {
  font-size: 10px;
}
.section-flat-table table tbody td .btn-favourite {
  display: block;
  width: 70px;
  height: 44px;
  position: relative;
}
.section-flat-table table tbody td .btn-favourite:before {
  content: "";
  position: absolute;
  background: url(../images/srdce_radek.svg);
  width: 21px;
  height: 19px;
  left: 20px;
  top: 12px;
}
.section-flat-table table tbody td .btn-favourite.active:before,
.section-flat-table table tbody td .btn-favourite:hover:before {
  background-position: left bottom;
}
.section-flat-table table tbody td img.plan {
  max-width: 90px;
  max-height: 60px;
}
.section-flat-table table tbody td.price {
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  color: #005240;
}
.section-flat-table table tbody td:last-child {
  width: 120px;
}
.section-flat-table table tbody td:last-child .button {
  width: 108px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005240;
  border: solid 2px #005240;
  color: #ffffff;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.section-flat-table table tbody td .direction {
  padding: 0 0 0 20px;
  background-position: 0 center;
  background-repeat: no-repeat;
  display: inline-block;
}
.section-flat-table table tbody td .direction.direction-J {
  background-image: url(../images/orientation/J.svg);
}
.section-flat-table table tbody td .direction.direction-JV {
  background-image: url(../images/orientation/JV.svg);
}
.section-flat-table table tbody td .direction.direction-JZ {
  background-image: url(../images/orientation/JZ.svg);
}
.section-flat-table table tbody td .direction.direction-S {
  background-image: url(../images/orientation/S.svg);
}
.section-flat-table table tbody td .direction.direction-SV {
  background-image: url(../images/orientation/SV.svg);
}
.section-flat-table table tbody td .direction.direction-SZ {
  background-image: url(../images/orientation/SZ.svg);
}
.section-flat-table table tbody td .direction.direction-V {
  background-image: url(../images/orientation/V.svg);
}
.section-flat-table table tbody td .direction.direction-Z {
  background-image: url(../images/orientation/Z.svg);
}
.section-flat-table table tbody td .direction.direction-SJ {
  background-image: url(../images/orientation/SJ.svg);
}
.section-flat-table table tbody td .direction.direction-JVZ {
  background-image: url(../images/orientation/JVZ.svg);
}
.section-flat-table table tbody td .direction.direction-VZ {
  background-image: url(../images/orientation/VZ.svg);
}
.section-flat-table table tbody tr {
  position: relative;
}
.section-flat-table table tbody tr:hover {
  cursor: pointer;
}
.section-flat-table table tbody tr:hover td {
  background-color: #e6f1ef;
}
.section-flat-table table tbody tr.tr-state-sold {
  cursor: auto;
}
.section-flat-table table tbody tr.tr-state-sold td {
  color: #b8b8c0;
}
.section-flat-table table tbody tr.tr-state-reservation td .button {
  background: #ffffff;
  color: #005240;
}
.section-flat-table .no-rows {
  text-align: center;
  font-size: 20px;
  margin: 50px 20px 100px;
  line-height: 1em;
}
.section-flat-table .parking-note {
  margin: 20px auto;
  text-align: center;
  padding: 0 20px;
}
.section-flat-table .fixedFavButton {
  width: 65px;
  height: 65px;
  position: fixed;
  left: 50%;
  bottom: 30px;
  margin-left: -32px;
  background: #005240 url(../images/srdce_popup_1.svg) center 20px/50% no-repeat;
  display: block;
  border-radius: 50%;
  z-index: 1;
}
.section-flat-table .fixedFavButton.h {
  display: none;
}
@media screen and (max-width: 1200px) {
  .section-flat-table table thead th,
  .section-flat-table table thead th a,
  .section-flat-table table tbody td,
  .section-flat-table table tbody td.state {
    font-size: 14px;
  }
  .section-flat-table table .btn {
    padding: 0 30px;
    font-size: 14px;
  }
  .section-flat-table table tbody td:last-child {
    width: 135px;
  }
}
@media screen and (max-width: 1000px) {
  .section-flat-table table thead th:nth-child(8),
  .section-flat-table table tbody td:nth-child(8),
  .section-flat-table table thead th:nth-child(9),
  .section-flat-table table tbody td:nth-child(9),
  .section-flat-table table thead th:nth-child(10),
  .section-flat-table table tbody td:nth-child(10) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .section-flat-table {
    padding: 0;
    margin-bottom: 50px;
  }
  .section-flat-table table thead th:nth-child(5),
  .section-flat-table table tbody td:nth-child(5),
  .section-flat-table table thead th:nth-child(6),
  .section-flat-table table tbody td:nth-child(6),
  .section-flat-table table thead th:nth-child(7),
  .section-flat-table table tbody td:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section-flat-table {
    padding: 0;
    margin-bottom: 50px;
  }
  .section-flat-table table tbody td .btn-favourite {
    width: 21px;
    margin: auto;
  }
  .section-flat-table table tbody td .btn-favourite:before {
    left: 0;
    width: 21px;
  }
  .section-flat-table table thead th:nth-child(1),
  .section-flat-table table tbody td:nth-child(1),
  .section-flat-table table thead th:nth-child(13),
  .section-flat-table table tbody td:nth-child(13) {
    display: none;
  }
}
.section-random-flats {
  padding: 0 50px;
  margin-bottom: 115px;
}
.section-random-flats .content {
  margin: 0 auto;
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
}
.section-random-flats .flat {
  cursor: pointer;
}
.section-random-flats h2 {
  font-size: 40px;
  color: #005240;
  line-height: 60px;
  margin: 0 0 45px;
  text-align: center;
  font-weight: normal;
  font-family: 'AvenirNext LT Pro Regular', Arial, sans-serif;
}
.section-random-flats h2 a {
  color: #005240;
}
.section-random-flats .image {
  width: 350px;
  height: 220px;
  background: #f7f7f9;
  position: relative;
  margin: 0 0 20px;
  display: flex;
}
.section-random-flats .image img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.section-random-flats .image .btn-fav {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  display: block;
  right: 20px;
  bottom: 20px;
  background: url(../images/srdce_doporucujeme.svg);
}
.section-random-flats .image .btn-fav.active,
.section-random-flats .image .btn-fav:hover {
  background-position: left bottom;
}
.section-random-flats h3 {
  font-size: 17px;
  font-weight: 400;
  font-family: 'AvenirNext LT Pro Regular', Arial, sans-serif;
  text-align: center;
  line-height: 1.5em;
}
.section-random-flats h3 span {
  display: inline-block;
  padding: 0 20px;
  border-right: solid 1px #e3e3e3;
}
.section-random-flats h3 span:nth-child(3) {
  border-right: none;
}
.section-random-flats h3 strong {
  display: block;
  color: #005240;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .section-random-flats .content .flat {
    width: 32%;
  }
  .section-random-flats .content .flat .image {
    width: 100%;
  }
  .section-random-flats .content .flat h3 span {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .section-random-flats {
    padding: 0 30px;
    margin-bottom: 90px;
  }
  .section-random-flats h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .section-random-flats .content .flat {
    width: 48%;
  }
  .section-random-flats .content .flat:last-child {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .section-random-flats {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .section-random-flats .content .flat h3 {
    font-size: 15px;
  }
  .section-random-flats .content .flat h3 span {
    padding: 0 5px;
  }
}
.section-privacy {
  margin: 100px auto;
  padding: 0 50px;
  max-width: 950px;
}
.section-privacy h1 {
  font-size: 30px;
  line-height: 1.2em;
  color: #005240;
  margin-bottom: 30px;
}
.section-privacy p {
  margin-bottom: 20px;
}
.section-privacy ul {
  list-style: inside;
  margin-bottom: 20px;
}
.section-privacy ol {
  list-style: none;
  margin-bottom: 20px;
}
.section-privacy table {
  margin-bottom: 20px;
  font-size: 10px;
}
@media screen and (max-width: 1000px) {
  .section-privacy {
    padding: 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .section-privacy {
    padding: 0 20px;
  }
}
.section-floor {
  margin: 100px 0;
  padding: 0 50px;
}
.section-floor h1 {
  font-family: 'AvenirNext LT Pro Regular', Arial, sans-serif;
  font-weight: 400;
}
.section-floor h1 strong {
  color: #005240;
}
.section-floor .btn {
  position: relative;
}
.section-floor .btn.btn-back {
  padding-left: 50px;
}
.section-floor .btn.btn-back:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/sipka_zpet_na_seznam_novinek.svg);
  width: 27px;
  height: 15px;
  top: 50%;
  left: 13px;
  margin-top: -7px;
}
.section-floor .btn.btn-back:hover:before {
  background-position: left bottom;
}
.section-floor .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}
.section-floor .content {
  display: flex;
}
.section-floor .content .floor,
.section-floor .content .flat {
  flex: 0 1 auto;
  text-align: center;
}
.section-floor .content .floor img,
.section-floor .content .flat img {
  max-width: 80%;
  margin: 0 auto;
}
.section-floor .content .floor h2,
.section-floor .content .flat h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'AvenirNext LT Pro Regular', Arial, sans-serif;
  font-weight: 400;
}
.section-floor .content .floor .notice,
.section-floor .content .flat .notice {
  margin: 30px auto;
  padding: 0 20px;
  max-width: 380px;
}
.section-floor .content .floor svg,
.section-floor .content .flat svg {
  max-width: 100%;
}
.section-floor .content .floor {
  width: 40%;
  border-right: solid 1px #e0e0e7;
}
.section-floor .content .floor #rez-domem .st1 {
  fill: transparent;
  display: block;
}
.section-floor .content .floor #rez-domem .st1:hover,
.section-floor .content .floor #rez-domem .st1.available {
  fill: #005240;
  cursor: pointer;
}
.section-floor .content .flat {
  width: 60%;
}
.section-floor .content .flat svg {
  max-width: 90%;
  width: 800px;
  height: auto;
}
.section-floor .content .flat #svg-floors .available {
  fill: #005240;
  cursor: pointer;
  opacity: 0.5;
}
.section-floor .content .flat #svg-floors .available:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .section-floor {
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .section-floor .header h1 {
    position: absolute;
  }
  .section-floor .header .btn {
    position: relative;
    top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .section-floor {
    padding: 0 20px;
  }
  .section-floor .content {
    flex-direction: column-reverse;
  }
  .section-floor .content .floor {
    width: auto;
    border: none;
  }
  .section-floor .content .flat {
    width: auto;
  }
  .section-floor .header {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .section-floor .header h1 {
    position: static;
    order: -1;
    margin-bottom: 40px;
    font-size: 30px;
  }
  .section-floor .header .btn {
    position: relative;
    top: 0;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
  }
}
.section-reservation-form,
.section-reservation-one-form,
.section-registration-form {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  overflow: auto;
  z-index: 1002;
  background: rgba(0, 0, 0, 0.8);
}
.section-reservation-form.h,
.section-reservation-one-form.h,
.section-registration-form.h {
  display: none;
}
.section-reservation-form ::-webkit-input-placeholder,
.section-reservation-one-form ::-webkit-input-placeholder,
.section-registration-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9f9fac;
  opacity: 1;
}
.section-reservation-form ::-moz-placeholder,
.section-reservation-one-form ::-moz-placeholder,
.section-registration-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9f9fac;
  opacity: 1;
}
.section-reservation-form :-ms-input-placeholder,
.section-reservation-one-form :-ms-input-placeholder,
.section-registration-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #9f9fac;
  opacity: 1;
}
.section-reservation-form .content,
.section-reservation-one-form .content,
.section-registration-form .content {
  position: relative;
  width: 780px;
  margin: auto;
  text-align: center;
  display: flex;
}
.section-reservation-form .content .left,
.section-reservation-one-form .content .left,
.section-registration-form .content .left {
  flex: 0 0 auto;
  width: 50%;
  background: #005240;
  color: #ffffff;
  padding: 50px 60px;
  display: flex;
  box-sizing: border-box;
}
.section-reservation-form .content .left .text,
.section-reservation-one-form .content .left .text,
.section-registration-form .content .left .text {
  margin: auto;
}
.section-reservation-form .content .left .text img,
.section-reservation-one-form .content .left .text img,
.section-registration-form .content .left .text img {
  margin-bottom: 5px;
}
.section-reservation-form .content .left .text h2,
.section-reservation-one-form .content .left .text h2,
.section-registration-form .content .left .text h2 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.section-reservation-form .content .left .text p,
.section-reservation-one-form .content .left .text p,
.section-registration-form .content .left .text p {
  margin-bottom: 10px;
}
.section-reservation-form .content .left .text p + p,
.section-reservation-one-form .content .left .text p + p,
.section-registration-form .content .left .text p + p {
  margin-top: 30px;
  position: relative;
}
.section-reservation-form .content .left .text p + p:before,
.section-reservation-one-form .content .left .text p + p:before,
.section-registration-form .content .left .text p + p:before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #ffffff;
  left: 50%;
  margin-left: -18px;
  top: -15px;
  position: absolute;
}
.section-reservation-form .content .right,
.section-reservation-one-form .content .right,
.section-registration-form .content .right {
  flex: 0 0 auto;
  width: 50%;
  background: #ffffff;
  padding: 40px 60px 30px;
  display: flex;
  box-sizing: border-box;
}
.section-reservation-form .content .right .text,
.section-reservation-one-form .content .right .text,
.section-registration-form .content .right .text {
  margin: auto;
}
.section-reservation-form .content .right .text h3,
.section-reservation-one-form .content .right .text h3,
.section-registration-form .content .right .text h3 {
  font-size: 20px;
  color: #005240;
}
.section-reservation-form .content .right .text .subtitle,
.section-reservation-one-form .content .right .text .subtitle,
.section-registration-form .content .right .text .subtitle {
  font-size: 15px;
  margin-bottom: 25px;
}
.section-reservation-form .content .right .text .fav-flats,
.section-reservation-one-form .content .right .text .fav-flats,
.section-registration-form .content .right .text .fav-flats {
  font-size: 14px;
  color: #005240;
  border: solid 1px #005240;
  padding: 20px 20px 15px 40px;
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  background: url(../images/srdce_popup_2_oblibene_byty.svg) 15px 24px no-repeat;
  text-align: left;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.section-reservation-form .content .right .text .fav-flats.fav-flats-input,
.section-reservation-one-form .content .right .text .fav-flats.fav-flats-input,
.section-registration-form .content .right .text .fav-flats.fav-flats-input {
  padding-top: 15px;
  padding-bottom: 10px;
  background-position: 15px 18px;
}
.section-reservation-form .content .right .text .fav-flats.fav-flats-input input,
.section-reservation-one-form .content .right .text .fav-flats.fav-flats-input input,
.section-registration-form .content .right .text .fav-flats.fav-flats-input input {
  border: none;
  font-size: 14px;
  color: #005240;
  font-weight: 700;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
}
.section-reservation-form .content-empty,
.section-reservation-one-form .content-empty,
.section-registration-form .content-empty {
  position: relative;
  max-width: 300px;
  margin: auto;
  text-align: center;
  display: flex;
  background: #005240;
  padding: 125px 50px;
  color: #FFFFFF;
}
.section-reservation-form .content-empty .text,
.section-reservation-one-form .content-empty .text,
.section-registration-form .content-empty .text {
  margin: auto;
}
.section-reservation-form .content-empty .text img,
.section-reservation-one-form .content-empty .text img,
.section-registration-form .content-empty .text img {
  margin-bottom: 20px;
}
.section-reservation-form .content-empty .text h2,
.section-reservation-one-form .content-empty .text h2,
.section-registration-form .content-empty .text h2 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.section-reservation-form .content-empty + .content,
.section-reservation-one-form .content-empty + .content,
.section-registration-form .content-empty + .content {
  display: none;
}
.section-reservation-form .close,
.section-reservation-one-form .close,
.section-registration-form .close {
  width: 49px;
  height: 49px;
  right: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.section-reservation-form .close:before,
.section-reservation-one-form .close:before,
.section-registration-form .close:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/krizek_popup_2.svg);
  position: absolute;
  display: block;
  right: 18px;
  top: 18px;
}
.section-reservation-form .close:hover:before,
.section-reservation-one-form .close:hover:before,
.section-registration-form .close:hover:before {
  background-position: left bottom;
}
.section-reservation-form .errors,
.section-reservation-one-form .errors,
.section-registration-form .errors,
.section-reservation-form .flashes,
.section-reservation-one-form .flashes,
.section-registration-form .flashes {
  list-style: none;
  color: #bd2b2b;
  font-size: 15px;
  margin: 0 0 15px;
}
.section-reservation-form .flashes,
.section-reservation-one-form .flashes,
.section-registration-form .flashes {
  color: #000000;
}
.section-reservation-form .row,
.section-reservation-one-form .row,
.section-registration-form .row {
  text-align: left;
}
.section-reservation-form .row [type=text],
.section-reservation-one-form .row [type=text],
.section-registration-form .row [type=text] {
  height: 50px;
  border: 1px solid #9f9fac;
  background: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px;
  margin-bottom: 9px;
  font-size: 14px;
}
.section-reservation-form .row [type=text]:hover,
.section-reservation-one-form .row [type=text]:hover,
.section-registration-form .row [type=text]:hover {
  background: #ffffff;
}
.section-reservation-form .row.error,
.section-reservation-one-form .row.error,
.section-registration-form .row.error {
  border: solid 1px #bd2b2b;
}
.section-reservation-form .row.error [type=text],
.section-reservation-one-form .row.error [type=text],
.section-registration-form .row.error [type=text] {
  border: none;
}
.section-reservation-form .row.row-checkbox,
.section-reservation-one-form .row.row-checkbox,
.section-registration-form .row.row-checkbox {
  text-align: center;
  margin: 15px;
}
.section-reservation-form .row.row-checkbox input,
.section-reservation-one-form .row.row-checkbox input,
.section-registration-form .row.row-checkbox input {
  display: none;
}
.section-reservation-form .row.row-checkbox label,
.section-reservation-one-form .row.row-checkbox label,
.section-registration-form .row.row-checkbox label {
  padding-left: 30px;
  position: relative;
  font-size: 13px;
  color: #9f9fac;
  line-height: 1em;
}
.section-reservation-form .row.row-checkbox label:before,
.section-reservation-one-form .row.row-checkbox label:before,
.section-registration-form .row.row-checkbox label:before {
  position: absolute;
  background: url(../images/checkbox.svg);
  width: 17px;
  height: 17px;
  content: "";
  left: 0;
  top: 0;
  display: block;
}
.section-reservation-form .row.row-checkbox label:hover,
.section-reservation-one-form .row.row-checkbox label:hover,
.section-registration-form .row.row-checkbox label:hover {
  cursor: pointer;
  color: #005240;
}
.section-reservation-form .row.row-checkbox label:hover a,
.section-reservation-one-form .row.row-checkbox label:hover a,
.section-registration-form .row.row-checkbox label:hover a {
  color: #005240;
  text-decoration: underline;
}
.section-reservation-form .row.row-checkbox :checked + label:before,
.section-reservation-one-form .row.row-checkbox :checked + label:before,
.section-registration-form .row.row-checkbox :checked + label:before {
  background-position: left bottom;
}
.section-reservation-form .row .btn,
.section-reservation-one-form .row .btn,
.section-registration-form .row .btn {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .section-reservation-form .content .left,
  .section-reservation-one-form .content .left,
  .section-registration-form .content .left,
  .section-reservation-form .content .right,
  .section-reservation-one-form .content .right,
  .section-registration-form .content .right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .section-reservation-form,
  .section-reservation-one-form,
  .section-registration-form {
    background: #ffffff;
  }
  .section-reservation-form .content,
  .section-reservation-one-form .content,
  .section-registration-form .content {
    flex-direction: column;
  }
  .section-reservation-form .content .left,
  .section-reservation-one-form .content .left,
  .section-registration-form .content .left,
  .section-reservation-form .content .right,
  .section-reservation-one-form .content .right,
  .section-registration-form .content .right {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.section-building-map {
  position: relative;
}
.section-building-map .bg-holder {
  margin: 0 auto;
  height: 0;
  padding-top: 62.5%;
  position: relative;
  background: url(../images/pohled-a.webp) center / contain;
}
.section-building-map .bg-holder.view-a {
  background: url(../images/pohled-a.webp) center / contain;
}
.section-building-map .bg-holder.view-b {
  background: url(../images/pohled-b.webp) center / contain;
}
.section-building-map .bg-holder.view-c {
  background: url(../images/pohled-c.webp) center / contain;
}
.section-building-map .bg-holder svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.section-building-map .switch-info-text {
  bottom: 40px;
  position: absolute;
  color: white;
  z-index: 100;
  left: 50%;
  text-align: center;
  font-family: "AvenirNext LT Pro Bold", Arial, sans-serif;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1000px) {
  .section-building-map .switch-info-text {
    bottom: 20px;
    transform: translate(-30%, 0);
  }
}
@media screen and (max-width: 800px) {
  .section-building-map .switch-info-text {
    width: 100%;
    transform: unset;
    left: 10%;
  }
}
.section-building-map .switch {
  position: absolute;
  bottom: 80px;
  display: flex;
  background: #ffffff;
  height: 60px;
  border-radius: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  gap: 10px;
  box-sizing: border-box;
  z-index: 1;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #005240;
}
.section-building-map .switch a {
  border: solid 1.5px;
  border-radius: 30px;
  line-height: 48px;
  display: inline-block;
  padding: 0 25px;
  cursor: pointer;
  color: #005240;
}
.section-building-map .switch a.active,
.section-building-map .switch a:hover {
  background: #005240;
  color: #ffffff;
  border-radius: 25px;
}
@media screen and (max-width: 1000px) {
  .section-building-map .select {
    top: 30px;
  }
  .section-building-map .switch {
    bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .section-building-map .map {
    overflow: auto;
  }
  .section-building-map .map .bg-holder {
    width: 1000px;
    height: 625px;
    padding: 0;
  }
  .section-building-map .map .select {
    left: 50vw;
  }
}
@media screen and (max-width: 400px) {
  .section-building-map .switch a {
    padding: 0 10px;
  }
}
.video-container {
  position: relative;
}
.video-container video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .video-container {
    height: 90vh;
    max-width: 90vw;
  }
  .video-container img {
    display: block;
    height: 100%;
  }
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .video-container {
    width: 90vw;
    max-height: 90vh;
  }
  .video-container img {
    display: block;
    width: 100%;
  }
}
.section-flat-detail {
  display: flex;
  margin: 100px auto;
  padding: 0 0 0 50px;
  flex-direction: row-reverse;
}
.section-flat-detail .right {
  flex: 0 0 350px;
  width: 350px;
  border-left: solid 1px #e0e0e7;
  padding: 0 100px 30px;
}
.section-flat-detail .right h1 {
  font-size: 30px;
  color: #005240;
  margin-bottom: 30px;
}
.section-flat-detail .right .flat-data {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.section-flat-detail .right .main-image-response {
  display: none;
  overflow: auto;
  margin: 0 -20px;
}
.section-flat-detail .right .main-image-response img {
  width: 600px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-flat-detail .right .rooms {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.section-flat-detail .right .rooms tr:last-child td {
  border-bottom: solid 1px #e0e0e7;
}
.section-flat-detail .right .rooms tr td {
  font-size: 16px;
  border-top: solid 1px #e0e0e7;
  padding: 15px 0 15px 25px;
}
.section-flat-detail .right .rooms tr td:last-child {
  text-align: right;
  border-bottom: solid 1px #e0e0e7;
  padding-right: 15px;
}
.section-flat-detail .right .price {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #005240;
  margin-bottom: 25px;
}
.section-flat-detail .right .price strong {
  font-size: 20px;
  display: block;
}
.section-flat-detail .right .btn-ask {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 18px;
}
.section-flat-detail .right .btn-notice {
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
}
.section-flat-detail .left {
  flex: 1 1 auto;
}
.section-flat-detail .left .buttons {
  display: flex;
  padding-right: 75px;
  justify-content: end;
  list-style: none;
}
.section-flat-detail .left .buttons li {
  margin-left: 20px;
}
.section-flat-detail .left .buttons li:first-child {
  margin-right: auto;
  margin-left: 0;
}
.section-flat-detail .left .buttons .btn {
  position: relative;
}
.section-flat-detail .left .buttons .btn.btn-back {
  padding-left: 50px;
}
.section-flat-detail .left .buttons .btn.btn-back:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/sipka_zpet_na_seznam_novinek.svg);
  width: 27px;
  height: 15px;
  top: 50%;
  left: 13px;
  margin-top: -7px;
}
.section-flat-detail .left .buttons .btn.btn-back:hover:before {
  background-position: left bottom;
}
.section-flat-detail .left .buttons .btn.btn-download {
  align-self: end;
}
.section-flat-detail .left .buttons .btn.btn-fav {
  padding-left: 45px;
}
.section-flat-detail .left .buttons .btn.btn-fav:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  background: url(../images/srdce_filtr_vybrane_byty.svg);
  width: 18px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
}
.section-flat-detail .left .buttons .btn.btn-fav:hover:before,
.section-flat-detail .left .buttons .btn.btn-fav.active:before {
  background-position: left bottom;
}
.section-flat-detail .left .buttons .btn.btn-fav.active {
  background: #005240;
  color: #FFFFFF;
}
.section-flat-detail .left .main-image {
  display: flex;
}
.section-flat-detail .left .main-image img {
  max-width: 800px;
  margin: 30px auto;
}
.section-flat-detail .left .other-images {
  display: flex;
  justify-content: space-between;
  padding-right: 70px;
  margin-bottom: 40px;
}
.section-flat-detail .left .other-images > div {
  pointer-events: none;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
.section-flat-detail .left .other-images > div h3 {
  position: absolute;
  bottom: 0;
  font-family: 'AvenirNext LT Pro Regular', Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 14px;
}
.section-flat-detail .left .other-images > div svg,
.section-flat-detail .left .other-images > div img {
  width: 100%;
  height: auto;
}
.section-flat-detail .left .other-images > div.direction {
  max-width: 150px;
}
.section-flat-detail .left .other-images > div.building .bg {
  width: 225px;
  height: 127px;
}
.section-flat-detail .left .other-images > div.floor {
  width: 190px;
}
.section-flat-detail .left .other-images > div.flat {
  width: 220px;
}
.section-flat-detail .attention {
  text-align: justify;
  margin: 0 70px 70px 0;
  font-size: 14px;
}
@media screen and (max-width: 1450px) {
  .section-flat-detail .other-images {
    flex-wrap: wrap;
  }
  .section-flat-detail .right {
    padding-left: 50px;
    padding-right: 50px;
    flex: 0 0 310px;
    width: 310px;
  }
}
@media screen and (max-width: 1250px) {
  .section-flat-detail .left .buttons {
    padding-right: 50px;
  }
  .section-flat-detail .left .buttons li:last-child {
    display: flex;
  }
  .section-flat-detail .left .btn.btn-fav {
    font-size: 0;
    color: transparent;
    display: flex;
    padding-right: 12px;
  }
  .section-flat-detail .left .other-images {
    padding-right: 50px;
  }
  .section-flat-detail .left .attention {
    margin-right: 50px;
  }
  .section-flat-detail .right {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .section-flat-detail {
    display: block;
    padding: 0 30px;
  }
  .section-flat-detail .right {
    width: auto;
    padding: 0;
    border: none;
    margin-bottom: 30px;
  }
  .section-flat-detail .right .main-image-response {
    display: block;
  }
  .section-flat-detail .right .btn-ask {
    background: #005240;
    color: #FFFFFF;
  }
  .section-flat-detail .right .btn-ask:hover {
    background: transparent;
    color: #005240;
  }
  .section-flat-detail .left .buttons {
    padding-right: 0;
  }
  .section-flat-detail .left .other-images {
    padding-right: 0;
    margin-top: 40px;
  }
  .section-flat-detail .left .attention {
    margin-right: 0;
  }
  .section-flat-detail .left .main-image {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section-flat-detail {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .section-flat-detail .right .rooms tr td {
    padding-left: 10px;
  }
  .section-flat-detail .left .buttons {
    display: block;
  }
  .section-flat-detail .left .buttons li {
    margin-left: 0;
  }
  .section-flat-detail .left .btn {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
  }
  .section-flat-detail .left .btn.btn-fav {
    color: #005240;
    font-size: 15px;
  }
  .section-flat-detail .left .btn.btn-fav:hover {
    color: #ffffff;
  }
}
.section-architect {
  max-width: 940px;
  padding: 0 50px;
  margin: 0 auto 100px;
}
.section-architect h2 {
  font-size: 40px;
  line-height: 1em;
  color: #005240;
  text-align: center;
  margin-bottom: 10px;
}
.section-architect .subtitle {
  font-size: 19px;
  margin-bottom: 50px;
  text-align: center;
}
.section-architect .text {
  margin-bottom: 20px;
  line-height: 1.6em;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  .section-architect {
    padding: 0 30px;
  }
}
.section-error {
  max-width: 600px;
  padding: 0 50px;
  margin: 80px auto;
}
.section-error h1 {
  color: #005240;
  margin-bottom: 20px;
}
.section-error p {
  margin-bottom: 20px;
}
#umisteni_bytu #pudorys,
#umisteni_bytu #obrys {
  pointer-events: none;
}
#umisteni_bytu #pozadi {
  display: none;
}
#umisteni_bytu #BYTY path,
#umisteni_bytu #BYTY polygon {
  z-index: 1;
  fill: #f0f0f1;
}
#umisteni_bytu #BYTY path.available,
#umisteni_bytu #BYTY polygon.available {
  fill: #005240;
  opacity: 0.5;
}
#umisteni_bytu #BYTY path.available:hover,
#umisteni_bytu #BYTY polygon.available:hover {
  opacity: 1;
  cursor: pointer;
}
#umisteni_bytu #BYTY path.reserved,
#umisteni_bytu #BYTY polygon.reserved {
  fill: #a9a9b4;
  opacity: 0.5;
}
#umisteni_bytu #BYTY path.reserved:hover,
#umisteni_bytu #BYTY polygon.reserved:hover {
  opacity: 1;
  cursor: pointer;
}
#rez_domem .st2.available {
  fill: #005240;
}
#rez_domem .st2:hover {
  fill: #005240;
  opacity: 1;
  cursor: pointer;
}
#rez_domem #OBRYS_BUDOVY,
#rez_domem #obrys {
  pointer-events: none;
}
#rez_domem #pozadi {
  display: none;
}
.paginationWrapper {
  text-align: center;
  margin-bottom: 30px;
}
.paginationWrapper ul {
  list-style: none;
}
.paginationWrapper ul li {
  display: inline-block;
}
.paginationWrapper ul li .btn {
  padding: 12px;
}
.paginationWrapper ul li.active .btn {
  background: #005240;
  color: #ffffff;
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
      if greater that the natural height of the tooltip, will be enforced
      in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}
.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
      and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}
.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow .tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing .tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall .tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall .tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}
/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}
/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
/* DEFAULT STYLE OF THE SIDETIP PLUGIN */
/* All styles are "namespaced" with .tooltipster-sidetip to prevent conflicts between plugins. */
.tooltipster-sidetip .tooltipster-box {
  background: #FFFFFF;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #000000;
  font-size: 15px;
  line-height: 1.3em;
  padding: 14px;
}
.tooltipster-sidetip .tooltipster-content strong {
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  color: #005240;
}
.tooltipster-sidetip.tooltipster-flat-reserved .tooltipster-content {
  color: #999999;
}
.tooltipster-sidetip.tooltipster-flat-reserved .tooltipster-content strong {
  color: #999999;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-bottom.tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-bottom.tooltipster-arrow-background {
  border-bottom-color: #FFFFFF;
  left: 0;
  top: 1px;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-bottom.tooltipster-arrow-border {
  border-bottom-color: #cccccc;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-bottom.tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-left.tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-left.tooltipster-arrow-background {
  border-left-color: #FFFFFF;
  left: -1px;
  top: 0;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-left.tooltipster-arrow-border {
  border-left-color: #cccccc;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-left.tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-right.tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-right.tooltipster-arrow-background {
  border-right-color: #FFFFFF;
  left: 1px;
  top: 0;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-right.tooltipster-arrow-border {
  border-right-color: #cccccc;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-right.tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-top.tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-top.tooltipster-arrow-background {
  border-top-color: #FFFFFF;
  left: 0;
  top: -1px;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-top.tooltipster-arrow-border {
  border-top-color: #cccccc;
}
.tooltipster-sidetip .tooltipster-arrow.tooltipster-top.tooltipster-arrow-uncropped {
  top: -10px;
}
.g-recaptcha {
  margin-bottom: 10px;
}
.section-financing ul.middle-list {
  margin: 20px;
  list-style: none;
}
.section-financing ul.middle-list li::before {
  content: "\2022";
  color: #005240;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.section-financing-hypoasistent {
  background-image: linear-gradient(to bottom, #f7f7f9, #f7f7f9 50%, white 50%, white);
  text-align: center;
}
.section-financing-hypoasistent .logo-hypo {
  margin: 60px 0 10px 0;
}
.section-financing-hypoasistent h2 {
  color: #005240;
  font-size: 35px;
  margin-bottom: 10px;
}
.section-financing-hypoasistent p {
  margin-bottom: 40px;
}
.section-financing-hypoasistent .hypo-1,
.section-financing-hypoasistent .hypo-2 {
  width: 250px;
  height: 550px;
  text-align: center;
  display: inline-block;
}
.section-financing-hypoasistent .hypo-1 h3,
.section-financing-hypoasistent .hypo-2 h3 {
  color: #005240;
  font-size: 15px;
  margin-top: 20px;
}
.section-contact-partners {
  max-width: 1160px;
  padding: 0 50px;
  margin: 0 auto 150px;
}
.section-contact-partners ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.section-contact-partners ul li {
  display: flex;
  position: relative;
}
.section-contact-partners ul li a {
  width: 280px;
  height: 165px;
  border-color: #a6a4b2;
  border-style: solid;
  border-width: 1px;
  background: #f7f7f9;
  /* font-weight: 700; */
  /* font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005240;
  position: relative;
  background-position: center top !important;
}
.section-contact-partners ul li a span.txt {
  position: absolute;
  left: 0;
  bottom: -40px;
  /* height: 40px; */
  text-align: center;
  width: 280px;
  font-size: 15px;
  color: #a6a4b2;
}
.section-contact-partners ul li a:hover {
  background: #005240;
  color: #ffffff;
  border-color: #005240;
}
.section-contact-partners ul li a:hover span.txt {
  color: #005240;
}
.section-contact-partners ul li.p_rb a {
  background: url(../images/01_raiffeisen.svg) no-repeat;
}
.section-contact-partners ul li.p_ln a {
  background: url(../images/02_lexxus.svg) no-repeat;
}
.section-contact-partners ul li.p_ha a {
  background: url(../images/03_hypoasistent.svg) no-repeat;
}
.section-contact-partners ul li.p_cs a {
  background: url(../images/04_casua.svg) no-repeat;
}
.section-contact-partners h2 {
  color: #005240;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .section-contact-partners {
    padding: 0 30px;
  }
  .section-contact-partners ul {
    flex-wrap: wrap;
  }
  .section-contact-partners ul li {
    width: calc(50% - 10px);
  }
  .section-contact-partners ul li a {
    width: 100%;
  }
  .section-contact-partners ul li a span.txt {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section-contact-partners {
    padding: 0 20px;
    margin-bottom: 50px;
    max-width: 520px;
  }
  .section-contact-partners ul li {
    width: 100%;
  }
  .section-contact-partners ul li a {
    margin-bottom: 80px;
  }
  .section-contact-partners ul li a span.txt {
    width: 100%;
  }
}
.section-filter {
  margin: 110px auto 55px;
}
.section-filter ul {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.section-filter ul li {
  display: inline-block;
  margin-right: 60px;
}
.section-filter ul li a {
  padding: 15px 20px;
  display: inline-block;
  background: #f7f7f9;
  border: solid 5px #ffffff;
  text-align: center;
  font-size: 15px;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  color: #005240;
}
.section-filter ul li a:hover,
.section-filter ul li a.active {
  background: #005240;
  border-color: #005240;
  color: #ffffff;
}
.section-filter .notice {
  margin: -70px auto 50px;
  max-width: 940px;
  padding: 0 50px 40px;
  font-size: 12px;
}
.section-filter .filter li label {
  margin: 0 0 10px;
  cursor: pointer;
}
.section-filter .filter li label:before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/checkbox.svg);
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.section-filter .filter li input {
  display: none;
}
.section-filter .filter li input:checked + label:before {
  background-position: left bottom;
}
.section-retail {
  margin: 20px auto 0;
  max-width: 1200px;
  padding: 0 50px;
}
.section-retail .retails {
  display: flex;
  flex-wrap: wrap;
}
.section-retail .retails a {
  width: 330px;
  margin: 0 0 7% 5%;
  text-align: center;
  position: relative;
}
.section-retail .retails a:hover img {
  background-color: #f7f7f9;
}
.section-retail .retails a img {
  display: block;
  width: 290px;
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
  padding: 20px;
}
.section-retail .retails a h2 {
  font-size: 18px;
  font-weight: lighter;
  margin: 20px 0 10px;
  color: #000;
  font-family: 'AvenirNext LT Pro Regular', Arial, sans-serif;
}
.section-retail .retails a p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #005240;
}
.section-retail .retails a .heart {
  fill: #dfe0e5;
  position: absolute;
  left: 290px;
  bottom: 120px;
  width: 20px;
  z-index: 99;
}
.section-retail .retails a .heart2 {
  position: absolute;
  left: 281px;
  bottom: 112px;
  width: 18px;
  height: 18px;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
  z-index: 98;
}
@media screen and (max-width: 1000px) {
  .section-retail {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .section-retail .retails a {
    width: 48%;
    margin: 0 0 7% 4%;
  }
  .section-retail .retails a:nth-child(2n) {
    margin-right: 0;
  }
  .section-retail .retails a:nth-child(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 600px) {
  .section-retail {
    padding: 0 20px;
    margin-top: 50px;
  }
  .section-retail .retails a {
    width: 100%;
    margin: 0 0 7% 0;
  }
  .section-retail .retails a:nth-child(3n) {
    margin-right: 0;
  }
}
.section-introduction ul.middle-list {
  margin: 20px;
  list-style: none;
}
.section-introduction ul.middle-list li {
  margin-bottom: 30px;
}
.section-introduction ul.middle-list li:before {
  content: "\2022";
  color: #005240;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.section-standards embed {
  width: 1200px;
  height: 800px;
}
.section-standards embed.emb1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  .section-standards embed {
    width: 900px;
  }
}
#newsletter {
  cursor: pointer;
}
.in-sale-center {
  margin-top: 100px;
}
.p.st-image {
  text-align: center;
  margin-bottom: 100px;
}
.p.st-image img {
  width: 500px;
}
.onlydef {
  margin: 0;
  padding: 0;
  background: url(../images/uvod_UBM_img.webp) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 926px) {
  .section-standards embed {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section-retail {
    padding: 0 20px;
    margin-top: 50px;
  }
  .retails a img {
    width: 300px;
  }
}
header.first {
  border: 0;
  height: auto;
  pointer-events: none;
  width: 100%;
}
header.first .header-bar-wrapper {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 1;
  padding: 40px 40px 0 40px;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 1s ease 0.5s;
  z-index: 10;
}
@media screen and (max-width: 48rem) {
  header.first .header-bar-wrapper {
    padding: 30px 30px 0 30px;
  }
}
header.first .header-bar-wrapper.scrolled .header-bar .header-logo {
  display: none;
}
header.first .header-bar-wrapper.scrolled .header-bar .hamburger-button .hamburger-bar {
  background-color: #005240;
}
header.first .header-bar-wrapper.scrolled .header-bar .lanuage-wrapper {
  display: none;
}
header.first .header-bar-wrapper.menu-opened .header-main-navigation {
  max-height: 100vh;
}
header.first .header-bar-wrapper.menu-opened .header-bar .hamburger-button .hamburger-bar {
  background-color: #fff;
}
header.first .header-bar-wrapper.menu-opened .header-bar .hamburger-button .hamburger-bar.top {
  top: calc(50% - 0.15625rem);
  transform: rotate(45deg);
}
header.first .header-bar-wrapper.menu-opened .header-bar .hamburger-button .hamburger-bar.mid {
  opacity: 0;
}
header.first .header-bar-wrapper.menu-opened .header-bar .hamburger-button .hamburger-bar.bot {
  bottom: calc(50% - 0.15625rem);
  transform: rotate(-45deg);
}
header.first .header-bar-wrapper.menu-opened .header-bar .lanuage-wrapper {
  display: flex;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
}
header.first .header-bar-wrapper.menu-opened .header-bar .lanuage-wrapper .lang-switcher {
  color: #1effc1;
}
header.first .header-bar-wrapper.menu-opened .header-bar .lanuage-wrapper .lang-switcher.active {
  color: #fff;
}
header.first .header-bar-wrapper .header-main-navigation {
  align-items: flex-end;
  background-color: #002d25;
  display: flex;
  left: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: max-height 0.5s ease;
  z-index: 0;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .nav-bg {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .nav-bg .bg-text {
  max-width: 680px;
  width: 100%;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  z-index: 1;
  scrollbar-color: #005240;
  scrollbar-width: thin;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container::-webkit-scrollbar-track {
  border-radius: 12px;
  background-color: transparent;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container::-webkit-scrollbar {
  margin-right: 3px;
  width: 5px;
  background-color: transparent;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #005240;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container .menu-main-menu-container {
  max-width: 760px;
  padding: 0 40px 0 40px;
  width: 100%;
}
@media screen and (max-width: 48rem) {
  header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container .menu-main-menu-container {
    padding: 0 30px 0 30px;
  }
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container .menu-main-menu-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container .menu-main-menu-container .menu .menu-item {
  align-items: center;
  display: flex;
  min-height: 70px;
  justify-content: center;
  padding: 0;
  width: 100%;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container .menu-main-menu-container .menu .menu-item a {
  color: #1effc1;
  font-family: AvenirNext, sans-serif;
  font-size: 27.6px;
  font-weight: 600;
  letter-spacing: 6.9px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
header.first .header-bar-wrapper .header-main-navigation .header-main-nav .menu-main-container .menu-main-menu-container .menu .menu-item a.active {
  color: #fff;
}
header.first .header-bar-wrapper .header-bar {
  display: flex;
  height: 40px;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
}
header.first .header-bar-wrapper .header-bar .header-bar-col {
  height: 40px;
  position: relative;
  width: 40px;
}
header.first .header-bar-wrapper .header-bar .header-bar-col .header-logo {
  display: flex;
  height: 100%;
  position: relative;
}
header.first .header-bar-wrapper .header-bar .header-bar-col .header-logo .header-logo-link img {
  height: 100%;
  width: auto;
}
header.first .header-bar-wrapper .header-bar .header-bar-col .hamburger-button {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
header.first .header-bar-wrapper .header-bar .header-bar-col .hamburger-button .hamburger-bar {
  background-color: #fff;
  height: 5px;
  opacity: 1;
  position: absolute;
  transform-origin: center;
  transition: all 0.5s ease;
  width: 100%;
}
header.first .header-bar-wrapper .header-bar .header-bar-col .hamburger-button .hamburger-bar.top {
  top: 0;
}
header.first .header-bar-wrapper .header-bar .header-bar-col .hamburger-button .hamburger-bar.mid {
  top: calc(50% - 2.5px);
}
header.first .header-bar-wrapper .header-bar .header-bar-col .hamburger-button .hamburger-bar.bot {
  bottom: 0;
}
header.first .header-bar-wrapper .header-bar .header-bar-col .lanuage-wrapper {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
}
header.first .header-bar-wrapper .header-bar .header-bar-col .lanuage-wrapper .lang-switcher {
  color: #1effc1;
  font-family: AvenirNext, sans-serif;
  font-size: 27.6px;
  font-weight: 600;
  letter-spacing: 6.9px;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
header.first .header-bar-wrapper .header-bar .header-bar-col .lanuage-wrapper .lang-switcher.active {
  color: #fff;
}
.section-standards {
  text-align: center;
}
.section-standards .item-1 {
  text-align: center;
  width: 215px;
  margin-right: 25px;
  margin-bottom: 80px;
  font-size: 16px;
  display: inline-block;
}
.section-standards .item-1 .photo-view {
  padding: 20px 30px;
  border: 1px solid #a6a4b2;
  width: 155px;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}
.section-standards .item-1 .photo-view img {
  width: 155px;
  height: 220px;
}
.section-standards .item-2 {
  text-align: center;
  width: 370px;
  margin-right: 25px;
  margin-bottom: 80px;
  font-size: 16px;
  display: inline-block;
}
.section-standards .item-2 .photo-view {
  padding: 20px 20px;
  border: 1px solid #a6a4b2;
  width: 330px;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}
.section-standards .item-2 .photo-view img {
  width: 330px;
  height: 220px;
}
.section-standards .item-2-off {
  text-align: center;
  height: 220px;
  margin-right: 25px;
  margin-bottom: 80px;
  font-size: 16px;
  display: inline-block;
}
.section-standards .item-2-off .photo-view {
  border: 1px solid #a6a4b2;
  width: 330px;
  height: 265px;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 220px;
  color: #5a6268;
}
.section-standards .item-2-off .photo-view2 {
  margin: 20px 20px;
  width: 290px;
  height: 220px;
  display: block;
  line-height: 220px;
  color: #cccbd0;
  background-color: #f7f7f9;
}
.section-standards a.photo-view:hover {
  border: 1px solid #005240;
}
.section-standards .standard-desc {
  margin-bottom: 30px;
}
.section-standards .standard-download {
  width: 125px;
  height: 50px;
  border: 2px solid #005240;
  display: inline-block;
  line-height: 50px;
  color: #005240;
  font-weight: bold;
}
.section-standards .standard-download-off {
  width: 125px;
  height: 50px;
  border: 2px solid #dadae2;
  display: inline-block;
  line-height: 50px;
  color: #dadae2;
  font-weight: bold;
}
.section-standards a.standard-download:hover {
  color: white;
  background-color: #005240;
}
@media screen and (max-width: 400px) {
  .section-standards .item-1,
  .section-standards .item-2,
  .section-standards .item-3 {
    margin-right: 0;
  }
  .section-standards .item-2 {
    width: auto;
  }
  .section-standards .item-2 .photo-view {
    width: auto;
  }
  .section-standards .item-2 .photo-view img {
    width: 100%;
    height: auto;
  }
}
#penb {
  max-width: 1300px;
  text-align: left;
}
@media screen and (max-width: 926px) {
  #penb {
    text-align: center;
  }
}
#breeam {
  max-width: 840px;
}
#breeam p {
  text-align: center;
  margin: 100px 0 200px 0;
}
.cookie-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  color: #000000;
  overflow: auto;
  z-index: 1000;
}
.cookie-alert .content {
  width: 670px;
  padding: 50px 80px;
  box-sizing: border-box;
  margin: auto;
  background: #FFFFFF;
  position: relative;
}
.cookie-alert .content h2 {
  color: #005240;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.cookie-alert .content p {
  font-size: 17px;
  line-height: 1.3em;
  text-align: justify;
  margin-bottom: 30px;
}
.cookie-alert .content .close {
  width: 60px;
  height: 60px;
  background: url(../images/cookie/zaviraci_krizek.svg) center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  appearance: none;
  border: none;
}
.cookie-alert .content .close:hover {
  background: url(../images/cookie/zaviraci_krizek_aktivni_stav.svg) center no-repeat;
  cursor: pointer;
}
.cookie-alert .content .buttons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cookie-alert .content .buttons li {
  width: calc(50% - 10px);
  display: flex;
}
.cookie-alert .content .buttons li.w100 {
  width: 100%;
}
.cookie-alert .content .buttons li input,
.cookie-alert .content .buttons li a {
  line-height: 60px;
  flex: 0 0 100%;
  appearance: none;
  margin-bottom: 20px;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 15px;
  color: #005240;
  text-align: center;
}
.cookie-alert .content .buttons li .bg {
  border: solid 1px #005240;
  border-radius: 6px;
  background: #005240;
  color: #FFFFFF;
  cursor: pointer;
}
.cookie-alert .content .buttons li .bg:hover {
  background: #FFFFFF;
  color: #005240;
}
.cookie-alert .content .buttons li .border {
  border: solid 1px #005240;
  border-radius: 6px;
}
.cookie-alert .content .buttons li .border:hover {
  background: #005240;
  color: #FFFFFF;
  cursor: pointer;
}
.cookie-alert .content .buttons li .center {
  margin: 0 auto;
}
.cookie-alert .content .settings {
  display: none;
}
.open-settings .cookie-alert .content .settings {
  display: block;
}
.cookie-alert .content .settings .open-settings .intro {
  display: none;
}
.cookie-alert .content .types {
  margin-bottom: 40px;
}
.cookie-alert .content .row {
  background: #f6f6f6;
  padding: 23px 25px;
  position: relative;
  margin-bottom: 10px;
}
.cookie-alert .content .row:hover {
  background: #f1f7f5;
}
.cookie-alert .content .row .cookies {
  padding-top: 20px;
  display: none;
}
.cookie-alert .content .row .cookies.open {
  display: block;
}
.cookie-alert .content .row [type=checkbox] {
  display: none;
}
.cookie-alert .content .row label {
  background: url(../images/cookie/checkbox_1.svg) 0 center no-repeat;
  padding-left: 45px;
  font-size: 19px;
  font-weight: bold;
  cursor: pointer;
}
.cookie-alert .content .row label.checked,
.cookie-alert .content .row label:checked + .cookie-alert .content .row label {
  background-image: url(../images/cookie/checkbox_3_aktivni_stav.svg);
}
.cookie-alert .content .row label:hover {
  background-image: url(../images/cookie/checkbox_2_hover.svg);
}
.cookie-alert .content .row .arrow {
  position: absolute;
  width: 50px;
  top: 0;
  height: 70px;
  right: 0;
  background: url(../images/cookie/sipka_accordion.svg) center no-repeat;
  display: block;
}
.cookie-alert .content .row .arrow:hover {
  background: url(../images/cookie/sipka_accordion_aktivni_stav.svg) center no-repeat;
}
.cookie-alert .content .row .arrow.open {
  background: url(../images/cookie/sipka_accordion_otevreno.svg) center no-repeat;
}
.cookie-alert .content .row .arrow.open:hover {
  background: url(../images/cookie/sipka_accordion_otevreno_aktivni_stav.svg) center no-repeat;
}
.cookie-alert .content .row table {
  border-collapse: collapse;
  width: 100%;
}
.cookie-alert .content .row table th {
  text-align: left;
  padding: 20px 0;
}
.cookie-alert .content .row table td {
  border-top: solid 1px #d5dfe4;
  padding: 15px 10px 15px 0;
}
@media screen and (max-width: 600px) {
  .cookie-alert .content {
    max-width: 670px;
    padding: 30px 20px;
  }
  .cookie-alert .buttons li {
    width: 100%;
  }
  .cookie-alert table th,
  .cookie-alert table td {
    font-size: 12px;
  }
  .cookie-alert .row {
    padding: 20px 10px;
  }
}
.banner-ocenenie {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  line-height: 100px;
  background-color: #d9c080;
  color: #383639;
  display: none;
  /*font-weight: bolder;*/
  font-size: 25px;
  padding-left: 40px;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
}
.banner-ocenenie .w {
  color: #ffffff;
}
.banner-ocenenie .arr {
  display: flow;
  margin-left: 40px;
  position: absolute;
  right: 30px;
  bottom: 0px;
}
a.oceneni {
  position: relative;
  height: 220px;
  display: block;
  z-index: 1000;
}
.oceneni2 {
  display: none;
  margin: -90px auto 40px auto;
}
@media screen and (max-width: 1000px) {
  .section-introduction .left .oceneni1 {
    display: none;
  }
  .section-introduction .left .oceneni2 {
    display: block;
  }
}
@media screen and (max-width: 1600px) {
  .section-hp-photo .claim {
    display: none;
  }
  .banner-ocenenie {
    display: block;
  }
  .oceneni2 {
    margin-top: -50px !important;
  }
}
@media screen and (max-width: 520px) {
  .banner-ocenenie {
    font-size: 20px;
  }
}
@media screen and (max-width: 415px) {
  .banner-ocenenie {
    font-size: 15px;
    height: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 320px) {
  .banner-ocenenie {
    font-size: 12px;
  }
}
.price-text-banner {
  margin: 10px 0 120px 0;
  background-color: #005240;
  color: #ffffff;
  font-size: 20px;
  line-height: 75px;
  font-family: 'AvenirNext LT Pro Bold', Arial, sans-serif;
  font-weight: 700;
  height: 75px;
  max-width: 100%;
  width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.price-text-banner .scrolling_text {
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}
.price-text-banner .text span {
  margin: 0 100px;
}
@keyframes animate_text {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.price-text-banner .text {
  animation: animate_text 60s linear infinite;
}
.text-center {
  text-align: center !important;
}
.open-day {
  position: absolute;
  background-image: url('../images/stitek_den_otevrenych_dveri.svg');
  background-repeat: no-repeat;
  z-index: 1000;
  width: 100px;
  height: 100px;
  top: 8%;
  left: 90%;
}
.open-day:hover {
  background-image: url('../images/stitek_den_otevrenych_dveri_aktivni_stav.svg');
}
.section-introduction .open-day {
  top: -5%;
  left: unset;
  margin: 0;
  position: relative;
}
.about-project .left {
  width: 35%;
}
.about-project .middle {
  width: 45%;
}
.about-project .middle p {
  margin-bottom: 30px;
  line-height: 1.7em;
  text-align: justify;
}
.about-project .middle p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .about-project .left {
    width: auto;
  }
  .about-project .middle {
    width: auto;
    max-width: 700px;
    margin: 30px auto 0;
  }
}
html.page-default {
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/uvod_UBM_img.webp) no-repeat center center fixed;
  background-size: cover;
}
html.page-default body {
  height: 100%;
}
.section-hp-first {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.section-hp-first .logo {
  position: absolute;
  top: 50px;
  left: 22%;
  z-index: 50;
}
.section-hp-first .box {
  cursor: pointer;
  text-align: center;
  max-width: 500px;
  max-height: 370px;
  background-color: #005240;
  opacity: 0.81;
  padding: 50px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  font-size: 14px;
  font-weight: 100;
}
.section-hp-first svg {
  height: 40%;
  max-height: 195px;
  min-height: 48px;
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
  width: 100%;
}
.section-hp-first h1 {
  font-size: 75px;
  margin: 20px 0 30px 0;
  line-height: 77px;
  height: 150px;
  color: white;
  opacity: 1;
}
.section-hp-first h1 span {
  text-align: left;
  display: inline-block;
}
.section-hp-first strong {
  letter-spacing: 1px;
}
.section-hp-first .def-claim {
  font-size: 24px;
  font-weight: lighter;
}
.section-hp-first .header-bar {
  z-index: 25;
  position: absolute;
  top: 50px;
  right: 22%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.section-hp-first .header-bar .hamburger-button {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.section-hp-first .header-bar .hamburger-button .hamburger-bar {
  background-color: #fff;
  height: 5px;
  opacity: 1;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease, top 0.3s ease, bottom 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease, top 0.3s ease, bottom 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 100%;
}
.section-hp-first .header-bar .hamburger-button .hamburger-bar.top {
  top: 0;
  transform: rotate(0);
}
.section-hp-first .header-bar .hamburger-button .hamburger-bar.mid {
  top: calc(50% - 2.5px);
}
.section-hp-first .header-bar .hamburger-button .hamburger-bar.bot {
  bottom: 0;
  transform: rotate(0);
}
.section-hp-first .overlay-content ul {
  margin-top: -20px;
}
.section-hp-first .overlay-content li {
  margin: 0 0 20px 0;
}
.section-hp-first .overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: #005240;
  /* Black fallback color */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.7s;
}
.section-hp-first .overlay .nav-bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.1;
}
.section-hp-first .overlay-content {
  position: relative;
  top: 25%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}
.section-hp-first .overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #1EFFC1;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}
.section-hp-first .overlay a:hover,
.section-hp-first .overlay a:focus {
  color: #f1f1f1;
}
.section-hp-first .overlay .closebtn {
  position: absolute;
  top: 50px;
  right: 21%;
  text-align: center;
  font-size: 75px;
  color: white;
}
.section-hp-first .lanuage-wrapper {
  bottom: 0;
  color: #1effc1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  right: 3px;
  text-transform: uppercase;
  transform: translateY(calc(100% + 16px));
}
.section-hp-first .lanuage-wrapper .lang-switcher {
  color: #1effc1;
  pointer-events: auto;
  text-decoration: none;
}
.section-hp-first .lanuage-wrapper .lang-switcher.active {
  color: #fff;
}
.section-hp-first .lanuage-wrapper .lang-separator {
  padding: 0 4px;
}
@media screen and (max-width: 926px) {
  .section-hp-first .logo {
    position: absolute;
    top: 25px;
    left: 25px;
    margin: auto;
    width: 80px;
    height: 80px;
  }
  .section-hp-first .header-bar {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .section-hp-first .box {
    height: 50%;
    max-height: 288px;
    max-width: 352px;
    text-align: center;
    padding: 0px;
    position: absolute;
    margin: auto;
  }
  .section-hp-first .box h1 {
    font-size: 55px;
    line-height: 57px;
    height: 100px;
  }
  .section-hp-first .box .def-claim {
    font-size: 20px;
    font-weight: lighter;
  }
  .section-hp-first .overlay a {
    font-size: 20px;
  }
  .section-hp-first .overlay .closebtn {
    font-size: 40px;
    top: 5px;
    right: 5px;
  }
}
.section-projects {
  margin: 0 0 75px;
}
.section-projects .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  color: #005240;
  padding: 0 20px;
  line-height: 1em;
}
.section-projects .subtitle {
  font-size: 17px;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}
.section-projects .projects {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  max-width: 1120px;
}
.section-projects .projects .project {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 540 / 400;
  color: #FFFFFF;
  flex: 1 1 auto;
}
.section-projects .projects .project:after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  transition: all 0.6s ease-in;
  z-index: -1;
}
.section-projects .projects .project:hover:after {
  transform: translate(-50%, -50%) scale(1.05);
  transition: all 0.3s ease-out;
}
.section-projects .projects .project.project-astrid:after {
  background-image: url('../images/footer-astrid.webp');
}
.section-projects .projects .project.project-arcus:after {
  background-image: url('../images/footer-arcus.webp');
}
.section-projects .projects .project h3 {
  font-size: 45px;
  position: absolute;
  bottom: 80px;
  left: 40px;
  line-height: 1em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.section-projects .projects .project p {
  font-size: 16px;
  position: absolute;
  bottom: 50px;
  left: 40px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 800px) {
  .section-projects .projects {
    flex-direction: column;
    max-width: 540px;
  }

  .price-text-banner .text span {
    margin: 0 50px;
  }
}
@media screen and (max-width: 400px) {
  .section-projects .projects .project h3 {
    font-size: 40px;
    bottom: 60px;
    left: 20px;
  }
  .section-projects .projects .project p {
    bottom: 30px;
    left: 20px;
  }
}
