:root {
  --black-2: #242424;
  --lime-green: #02d402;
  --gold: #ff7305;
  --white: white;
  --black: black;
}

body {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nexa Bold;
  font-size: 70px;
  line-height: 44px;
}

h2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Nexa Bold;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 48px;
  margin-bottom: 30px;
  font-family: Nexa Bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #ececec;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.start-hero-section {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  min-height: 768px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .58), rgba(209, 209, 209, .35));
  flex-direction: column;
  justify-content: space-between;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-hero-headline {
  width: 45%;
  background-color: var(--lime-green);
  color: #292929;
  text-align: left;
  margin-top: 24vh;
  display: inline-block;
  position: relative;
}

.section-body {
  z-index: 99;
  background-color: #909090;
  background-image: radial-gradient(circle farthest-side, #6e6e6e, #929292);
  padding: 9vw 36px 11vw;
  position: relative;
  overflow: hidden;
}

.section-footer {
  z-index: 99;
  color: #e9e9e9;
  background-color: #3f3f3f;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.start-hero-div {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  max-height: 1000px;
  min-height: 768px;
  background-image: url('../images/titul_hr.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: fixed;
}

.img-foto {
  z-index: -2;
  height: 132vh;
  max-width: 300%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 3vw;
  right: 6%;
  overflow: hidden;
}

.div-hero-container {
  z-index: 10;
  max-width: 1440px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-hero-linka {
  width: 60px;
  height: 7px;
  background-color: var(--gold);
  margin-top: 20px;
  margin-bottom: 16px;
}

.img-logo {
  width: 60px;
  opacity: .9;
  filter: brightness(240%) invert();
  margin-top: 50px;
  margin-left: auto;
  display: block;
}

.p-footer-disclaimer {
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.img-sipka-scroll {
  z-index: 99;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  transition: all .2s cubic-bezier(.445, .05, .55, .95);
  display: block;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, .11);
}

.img-sipka-scroll:hover {
  background-color: #4b4b4b;
}

.button {
  width: 240px;
  box-shadow: none;
  color: #c7c7c7;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #494949;
  border: 1px #cecece;
  border-radius: 2px;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
  position: static;
  bottom: -26px;
  left: 0;
  right: 0;
}

.button:hover {
  color: #585858;
  background-color: #ececec;
  text-decoration: none;
  box-shadow: 1px 1px 17px rgba(0, 0, 0, .18);
}

.button.submit {
  width: 150px;
  color: #d4d4d4;
  letter-spacing: .08em;
  background-color: #5f5f5f;
  margin-top: 35px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  position: static;
}

.button.submit:hover {
  color: #333;
  background-color: #ccc;
}

.img-logo-velke {
  opacity: .89;
  margin-bottom: 46px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  max-width: 500px;
  color: #fff;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 75px;
}

.button-login {
  width: 130px;
  text-align: left;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #3f3f3f;
  background-image: url('../images/Chevron-Down-26.png');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 14px;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-login:hover {
  background-color: #555;
  text-decoration: none;
}

.form-login {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 15px;
  display: block;
  overflow: hidden;
}

.form {
  color: #a7a7a7;
}

.input {
  background-color: #e9e9e9;
  border-style: none;
  margin-bottom: 20px;
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.input:focus {
  background-color: #fff;
  border-style: none;
}

.error-message {
  border: 2px solid var(--gold);
  text-align: center;
  background-color: rgba(58, 57, 57, 0);
  border-radius: 2px;
}

.sucess-message {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #48c20e;
  border-radius: 2px;
  font-size: 18px;
}

.div-form {
  overflow: hidden;
}

.heading-2 {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.text-span {
  font-size: 18px;
  line-height: 40px;
}

.text-span-2 {
  max-width: 510px;
  margin-bottom: 10px;
  font-family: Nexa Light;
  font-size: 23px;
  line-height: 35px;
  display: inline-block;
}

.image {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.foto_head {
  display: none;
  position: fixed;
  top: -10%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block {
  z-index: 2;
  width: 45%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 37%;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.text-block2 {
  white-space: normal;
  display: inline;
}

.div-block-2 {
  color: var(--white);
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.text-block {
  margin-top: 31px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.text-block3 {
  white-space: nowrap;
  display: inline;
}

.field-label, .field-label-2 {
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="h1-load"], html.w-mod-js [data-ix="linka-load-2"] {
  opacity: 0;
  transform: translate(0, -14px);
}

html.w-mod-js [data-ix="login-init"] {
  height: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 52px;
  }

  .div-hero-headline {
    z-index: 1000;
    width: 500px;
    height: 500px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .section-body {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .start-hero-div {
    background-position: 30%;
  }

  .img-foto {
    height: 140vh;
  }

  .div-hero-container {
    height: 800px;
    display: block;
  }

  .heading {
    font-size: 70px;
    line-height: 70px;
  }

  .text-span-2 {
    font-size: 80%;
    font-weight: 300;
    line-height: 143%;
    display: inline-block;
  }

  .div-block {
    z-index: 5;
    width: 50%;
    padding-right: 5%;
  }

  .text-block2 {
    font-size: 80%;
    font-weight: 300;
    line-height: 143%;
  }

  .text-block {
    margin-top: 20px;
  }

  .text-block3 {
    font-size: 80%;
    font-weight: 300;
    line-height: 143%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  .start-hero-section {
    min-height: 260px;
  }

  .section-body {
    padding: 120px 20px;
  }

  .start-hero-div {
    min-height: 260px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-foto {
    right: 7%;
  }

  .img-logo {
    height: 40px;
  }

  .p-footer-disclaimer {
    text-align: center;
  }

  .img-logo-velke {
    max-width: 300px;
  }

  .div-block {
    width: 60%;
    left: 35%;
  }

  .text-block2 {
    line-height: 143%;
    display: inline;
  }

  .text-block {
    margin-top: 20px;
  }

  .text-block3 {
    line-height: 143%;
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  .start-hero-section {
    height: 100vh;
    min-height: auto;
  }

  .section-body {
    padding: 141px 8px;
  }

  .start-hero-div {
    min-height: auto;
    background-position: 18% -60px;
    background-repeat: no-repeat;
    background-size: auto 110%;
  }

  .img-foto {
    right: -9%;
  }

  .img-logo-velke {
    max-width: 150px;
  }

  .heading {
    font-size: 50px;
    line-height: 50px;
  }

  .div-block {
    width: 85%;
    top: 30%;
    left: 10%;
  }

  .text-block2 {
    line-height: 143%;
  }

  .text-block {
    margin-top: 20px;
  }

  .text-block3 {
    line-height: 143%;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}