html {
  scroll-behavior: smooth;
}

.section-services .section-cell-parent {
  justify-content: center;
}
#contactus {
  display:none;
}

/* Formular vedle textu (konverzni stranka) */
.text-with-form {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .text-with-form {
    padding-bottom: 0 !important;
  }
  .signat {
    bottom: initial !important;
  }
}

@media (min-width: 768px) {
  .text-with-form {
    margin-top: 4rem;
  }
  .signat {
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 40%;
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .signat {
    width: 45%
  }
}

/*overeni formulare*/
.signat .form-container .form-group:nth-last-of-type(4) .row .col-sm-2 {
  width:33% !important;
}

.signat #captcha-img {
  height:30px;
  width:auto;
  padding:0;
}
/*tlacitka*/
#article-468189 .btn-primary, 
#article-468189 .btn-primary:hover {
  background-color:#FF0081;  /*barva pozadi*/
  border-color:#FF0081;          /*barva ohraniceni*/
  color:#fff;                         /*barva textu*/
}

/* schovani menu */
#article-470028 header,
#article-468978 header {
  display: none;
}



