.overlay-mtb {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.container-full-width {
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.p-margin {
  margin-bottom: 5px;
}

.slider-text-overlay {
  background-color: rgb(56, 56, 56, 0.5);
  width: 100%;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.send-docs-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.send-docs-container input,
label {
  display: block;
  margin-bottom: 10px;
}

.send-docs-container input {
  margin-left: 80px;
}

.success {
  color: #7ec13f;
  display: none;
}

.error {
  color: red;
  display: none;
}

.no-padding {
  padding: 0 !important;
}

.class-form {
  color: #ffffff !important;
}

.set-height-img {
  overflow: hidden;
}

.set-height-img img {
  margin-top: -20px;
}

.studnie-link {
  background-color: #0000ff !important;
  border-radius: 5px;
}

.studnie-link a {
  color: #fff !important;
}

@media (min-width: 1200px) {
  .container-custom {
    width: 970px;
  }
}
