@charset "UTF-8";
/*Rozlišení*/
/**/
.terms-placeholder {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
}
.terms-placeholder .left-menu {
  margin-right: 30px;
}
.terms-placeholder .terms {
  flex: 0 0 75%;
  max-width: 75%;
}
.terms-placeholder .terms h1 {
  margin-top: 0;
  color: #e61930;
}
.terms-placeholder .terms .form-group {
  min-width: initial;
  width: 350px;
}
.terms-placeholder .terms .form-group .col-xs-12 {
  padding: 0;
}
.terms-placeholder .terms .form-group .form-control {
  height: 50px;
  border-radius: 4px;
  width: 100%;
}
.terms-placeholder .terms .p {
  line-height: 1.7;
}

.terms-block h2 {
  color: #e61930;
  border-bottom: 1px solid #e3e7f0;
}
.terms-block ul li {
  line-height: 1.7;
}

.terms-section {
  width: 100%;
}

@media (max-width: 1199px) {
  .terms-placeholder {
    display: block;
  }
  .terms-placeholder .left-menu {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1px;
    margin: 25px 0;
    margin-right: 0;
  }
  .terms-placeholder .terms {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .terms-placeholder .terms .form-group {
    width: 100%;
  }
}