body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
.container-fluid {
  overflow-x: hidden;
}
.hidden {
  display: none;
}
.formblock {
  padding-top: 45px;
}
.formblock input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #29398c;
  opacity: 1;
  /* Firefox */
}
.formblock input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #29398c;
}
.formblock input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #29398c;
}
.formblock input::-webkit-input-placeholder {
  color: #29398c;
}
.formblock textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #29398c;
  opacity: 1;
  /* Firefox */
}
.formblock textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #29398c;
}
.formblock textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #29398c;
}
.formblock textarea::-webkit-input-placeholder {
  color: #29398c;
}
.formblock input[type="text"] {
  color: #29398c;
}
.formblock input[type="submit"] {
  width: 340px;
  height: 52px;
  border-radius: 26px;
  background-color: #ffffff;
  color: #29398c;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16.86px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  clear: both;
  margin-left: 80px;
  transition: all 0.2s;
}
.formblock input[type="submit"]:hover {
  background-color: #29398c;
  color: #ffffff;
}
.formblock.smileradio p {
  color: #29398c;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 23px;
  text-align: left;
}
.formblock.smileradio .moretext {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.formblock .label-check input {
  display: none;
}
.formblock .label-check label::before {
  width: 1.4em;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: black;
  transition: color 0.3s ease;
  text-shadow: 0px 0px 1px #cccccc;
}
.formblock .label-check label:hover::before {
  text-shadow: 0px 0px 1px #6286d0;
}
.formblock .label-check [type='checkbox']:checked + label::before,
.formblock .label-check [type='radio']:checked + label::before {
  color: #056dce;
}
.formblock label {
  position: relative;
  color: #29398c;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 23px;
  text-align: left;
  padding-left: 80px;
  margin-bottom: 30px;
  min-height: 53px;
  display: inline-block;
  max-width: 380px;
}
.formblock .fake-label label {
  padding-left: 0px;
  max-width: 500px;
  min-height: auto;
  margin-bottom: 0px;
}
.formblock .label-check [type='checkbox'] + label::before {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  content: "";
  border-radius: 50%;
  left: 0px;
  position: absolute;
}
.formblock .label-check [type='checkbox']:checked + label::after {
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 20px;
  height: 20px;
  background-color: #f9a13a;
  border-radius: 50%;
}
.formblock .label-check [type='radio'] + label::before {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  content: "";
  border-radius: 50%;
  left: 0px;
  position: absolute;
}
.formblock .label-check [type='radio']:checked + label::after {
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 20px;
  height: 20px;
  background-color: #f9a13a;
  border-radius: 50%;
}
.formblock .label-check.inline {
  display: inline-block;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 40px;
}
.formblock .label-check.inline label {
  padding-left: 0px;
  width: 53px;
  cursor: pointer;
  margin-bottom: 0px;
}
.formblock .label-check.good [type='radio'] + label::before {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  content: "";
  border-radius: 50%;
  left: 0px;
  position: absolute;
}
.formblock .label-check.good [type='radio'] + label::after {
  width: 50px;
  height: 50px;
  background-color: transparent;
  content: "";
  border-radius: 50%;
  left: 2px;
  top: 2px;
  position: absolute;
  background-image: url(../img/dobre.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.formblock .label-check.neutral [type='radio'] + label::before {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  content: "";
  border-radius: 50%;
  left: 0px;
  position: absolute;
}
.formblock .label-check.neutral [type='radio'] + label::after {
  width: 50px;
  height: 50px;
  background-color: transparent;
  content: "";
  border-radius: 50%;
  left: 2px;
  top: 2px;
  position: absolute;
  background-image: url(../img/neutral.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.formblock .label-check.bad [type='radio'] + label::before {
  width: 53px;
  height: 53px;
  background-color: #ffffff;
  content: "";
  border-radius: 50%;
  left: 0px;
  position: absolute;
}
.formblock .label-check.bad [type='radio'] + label::after {
  width: 50px;
  height: 50px;
  background-color: transparent;
  content: "";
  border-radius: 50%;
  left: 2px;
  top: 2px;
  position: absolute;
  background-image: url(../img/spatne.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.formblock .label-check [type='radio']:checked + label::before {
  border: 3px solid #f9a13a;
}
.moretext {
  padding-left: 80px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.moretext input {
  /* Style for "Obdélník 1" */
  width: 100%;
  max-width: 420px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #29398c;
  background-color: transparent;
  color: #29398c;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16.86px;
  text-align: center;
}
.moretext textarea {
  width: 503px;
  height: 265px;
  border-radius: 26px;
  border: 1px solid #29398c;
  background-color: transparent;
  padding: 35px;
  color: #29398c;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16.86px;
  text-align: left;
}
.moretext.cislodarce {
  margin-top: 20px;
}
.moretext.cislodarce p {
  float: left;
  max-width: 165px;
  color: #29398c;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16.86px;
  text-align: right;
  margin-right: 25px;
}
.moretext.cislodarce p label {
  padding-left: 0px;
  text-align: right;
}
.moretext.cislodarce input {
  max-width: 310px;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.arrow {
  -webkit-animation: pulse 3s infinite ease-in-out;
  -o-animation: pulse 3s infinite ease-in-out;
  -ms-animation: pulse 3s infinite ease-in-out;
  -moz-animation: pulse 3s infinite ease-in-out;
  animation: pulse 3s infinite ease-in-out;
}
.foot {
  position: relative;
  background-color: #f9a13a;
}
.foot .rodina {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url('../img/2024/footer_orange.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 61px;
  padding-left: 50px;
}
.footer {
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 0 50px;
}
.footer .top {
  padding-top: 50px;
}
.footer .left img {
  position: relative;
  left: -60px;
  max-width: 690px;
}
.footer .right {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.footer .right .elipsa {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1500px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 40px 0px;
  background-size: auto 100%;
}
.footer .right p {
  color: #ffffff;
  font-size: 41px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 39.11px;
  text-align: right;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.footer .right p.web {
  color: #ffffff;
  font-size: 22px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  line-height: 16.86px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0px;
}
.footer .right p.web a {
  color: #fff;
}
.footer .right p.web a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .right p.web span {
  font-weight: 400;
}
.container-fluid.intro {
  background-image: url(../img/2024/orange.jpg);
  background-size: cover;
}
.container-fluid.intro .logo {
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.container-fluid.intro .typek {
  position: absolute;
  height: 100%;
  width: 1500px;
  background-repeat: no-repeat;
  left: -100px;
  top: 0;
}
.container-fluid.intro .header_img {
  top: -50px;
  left: 70px;
  position: relative;
  max-width: 500px;
  margin-top: 0;
}
.container-fluid.intro .redback {
  position: absolute;
  height: 100%;
  width: 1500px;
  background-repeat: no-repeat;
  left: -100px;
  top: 0;
}
.container-fluid.intro img {
  margin-top: 50px;
}
.container-fluid.intro h1 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 62px;
  font-weight: 400;
  margin-top: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 63px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 70px;
}
.container-fluid.intro h1 span {
  color: #ffffff;
  font-size: 62px;
  letter-spacing: normal;
  line-height: 63px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
}
.container-fluid.intro .step {
  background-color: transparent !important;
}
.container-fluid.intro .step > div {
  padding-left: 0px !important;
}
.container-fluid.intro p {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 41px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 45px;
  text-align: right;
  text-transform: uppercase;
}
.step {
  background-size: 0px 0px;
  background-color: #dddddd;
}
.step > div {
  background-position: center left ;
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center !important;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 80px;
}
.step > div .row {
  height: 100%;
}
.step > div.text-right {
  padding-right: 80px;
  padding-left: 0px;
  position: relative;
  background-position: right;
}
.step > div.text-right:after {
  content: "";
  position: absolute;
  width: 22px;
  height: calc(100% - 140px);
  top: 70px;
  right: -11px;
  border-radius: 11px;
  background-color: #29398c;
  z-index: 1;
}
.step .stepnumber {
  display: inline-block;
  color: #ffffff;
  font-size: 117px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 189px;
  text-align: center;
  text-transform: uppercase;
  width: 189px;
  height: 189px;
  background-color: #f9a13a;
  border-radius: 50%;
  margin-bottom: 66px;
}
.step div.question p {
  color: #29398c;
  font-size: 41px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 44px;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.66px;
  display: inline-block;
  max-width: 350px;
}
.step div.question p span {
  font-weight: 300;
}
.formblock .label-check.inline [type='radio']:checked + label::before {
  border: 3px solid #f9a13a !important;
}
@media screen and (max-width: 1600px) {
  .footer .left img {
    left: -150px;
  }
  .footer .right p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1300px) {
  .footer .left img {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .footer .left {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid.intro .header_img {
    max-width: 300px;
  }
  .footer .top {
    text-align: center;
  }
  .step {
    border-top: 1px solid #29398c;
    background-size: cover;
    background-position: center center !important;
  }
  .moretext textarea {
    max-width: 90%;
    width: 503px;
    height: 265px;
    border-radius: 26px;
    border: 1px solid #29398c;
    background-color: transparent;
    padding: 35px;
    color: #29398c;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 16.86px;
    text-align: left;
    border-radius: 11px;
    padding-left: 15px;
    padding-top: 12px;
    font-size: 11px;
    max-height: 110px;
    display: inline-block;
  }
  .moretext.textarea {
    padding-left: 0px;
    text-align: center;
  }
  .container-fluid.intro {
    border-top: 0px !important;
  }
  .container-fluid.intro .step {
    border-top: 0px !important;
  }
  .container-fluid.intro h1 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .container-fluid.intro h1 span {
    font-size: 16px;
    line-height: 17px;
  }
  .container-fluid.intro p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .container-fluid.intro img {
    margin-top: 10px;
    max-width: 27px;
  }
  .intro .step > div {
    background-position: center left;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 80px;
  }
  .step > div {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: left !important;
    background-size: 0px 0px !important;
  }
  .step > div.text-right:after {
    display: none;
  }
  .container-fluid.intro .redback {
    left: -50px;
  }
  .container-fluid.intro .typek {
    left: -15px;
  }
  .container-fluid.intro img.logo {
    max-width: 45px;
  }
  .step .stepnumber {
    display: inline-block;
    font-size: 117px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 189px;
    width: 23px;
    height: 189px;
    border-radius: 50%;
    margin-bottom: 66px;
    height: 42px;
    border-radius: 0px  0px 11px 11px ;
    background-color: #29398c;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 16.62px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-top: 15px;
  }
  .step div.question {
    margin-top: -30px;
  }
  .step div.question p {
    padding-left: 40px;
    color: #29398c;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
  }
  .formblock label {
    color: #29398c;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 17px;
    text-align: left;
    min-height: 25px;
    margin-bottom: 12px;
    padding-left: 40px;
  }
  .moretext.cislodarce {
    text-align: center;
    padding-left: 0px;
  }
  .moretext.cislodarce label {
    text-align: center;
  }
  .moretext.cislodarce p {
    float: left;
    max-width: 100%;
    color: #29398c;
    width: 100%;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 16.86px;
    text-align: center;
    margin-right: 25px;
  }
  .moretext.cislodarce p label {
    text-align: center;
    font-size: 12px;
  }
  .formblock input[type="submit"] {
    width: 229px;
    height: 23px;
    border-radius: 26px;
    background-color: #ffffff;
    color: #29398c;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 12.86px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    clear: both;
    /* margin-left: 80px; */
    transition: all 0.2s;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .moretext.cislodarce input {
    max-width: 215px;
  }
  .moretext {
    padding-left: 40px;
    margin-bottom: 20px;
    text-align: left;
  }
  .moretext p {
    color: #29398c;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 17px !important;
    text-align: left;
  }
  .smileradio .moretext {
    padding-left: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .smileradio .moretext p {
    color: #29398c;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 17px !important;
    text-align: center;
  }
  .moretext input {
    height: 24px;
    border-radius: 11px;
    display: inline-block;
    color: #29398c;
    font-size: 11px;
    font-weight: 400;
    max-width: 243px;
  }
  .formblock {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .formblock.smileradio {
    text-align: center;
  }
  .formblock.smileradio p {
    text-align: center;
    margin-bottom: 10px;
  }
  .formblock .label-check.neutral [type='radio'] + label::before {
    width: 25px;
    height: 25px;
  }
  .formblock .label-check.bad [type='radio'] + label::before {
    width: 25px;
    height: 25px;
  }
  .formblock .label-check.good [type='radio'] + label::before {
    width: 25px;
    height: 25px;
  }
  .formblock .label-check.inline label {
    padding-left: 0px;
    width: 27px;
    cursor: pointer;
    margin-bottom: 0px;
  }
  .formblock .label-check.inline {
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .formblock .label-check.neutral [type='radio'] + label::after {
    width: 17px !important;
    height: 17px !important;
    background-size: contain;
    left: 4px !important;
    top: 4px !important;
  }
  .formblock .label-check.bad [type='radio'] + label::after {
    width: 17px !important;
    height: 17px !important;
    background-size: contain;
    left: 4px !important;
    top: 4px !important;
  }
  .formblock .label-check.good [type='radio'] + label::after {
    width: 17px !important;
    height: 17px !important;
    background-size: contain;
    left: 4px !important;
    top: 4px !important;
  }
  .formblock.smileradio label {
    text-align: center;
  }
  .formblock .label-check.inline [type='radio']:checked + label::before {
    border: 2px solid #29398c !important;
  }
  .formblock .label-check [type='checkbox'] + label::before {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    content: "";
    border-radius: 50%;
    left: 0px;
    position: absolute;
  }
  .formblock .label-check [type='checkbox']:checked + label::after {
    background-color: #ffffff;
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 9px;
    height: 9px;
    background-color: #29398c;
    border-radius: 50%;
  }
  .formblock .label-check [type='radio'] + label::before {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 0px solid #29398c !important;
    content: "";
    border-radius: 50%;
    left: 0px;
    position: absolute;
  }
  .formblock .label-check [type='radio']:checked + label::after {
    background-color: #ffffff;
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 9px;
    height: 9px;
    background-color: #29398c;
    border-radius: 50%;
  }
  .footer .right .elipsa {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 40px 0px;
    background-position: 0px 0px;
    background-size: auto 100%;
    background-size: 100% auto;
  }
  .foot {
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .rodina img {
    width: 75px;
    height: auto;
  }
  .footer .right {
    padding-left: 15px;
  }
  .footer .left {
    padding-bottom: 200px;
  }
  .foot .rodina {
    padding-top: 23px;
    padding-left: 26px;
    width: 100%;
    height: 460px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/fotorodinafoot.png) !important;
  }
  .footer .right p {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24.59px;
    text-align: center;
    text-transform: uppercase;
  }
  .footer .right p.borderdasiurespo {
    width: 189px;
    height: 189px;
    border: 2px solid #ffffff;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    padding: 20px;
    padding-top: 60px;
  }
  .footer .right p.borderdasiurespo span {
    font-weight: 700;
  }
  .footer .right p.web {
    color: #ffffff;
    font-size: 22px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    line-height: 16.86px;
    text-align: center !important;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .container-fluid.intro .header_img {
    max-width: 200px;
    display: none;
  }
}
