body, html {
  height: 100%;
}

a.nounderline:hover {
    text-decoration: none;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Выбрать";
}

@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: .85; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@media screen and (max-width: 1100px) {
  .data {
    text-align: center;
    font-size: 0.75rem;
  }
  .header{
    font-size: 1rem;
  }
  .modal-header{
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1101px) { 
  .data {
    text-align: center;
    font-size: 1.75rem;
  }
  .header{
    font-size: 2rem;
  }
  .modal-header{
    font-size: 2.5rem;
  }
}

.bg-btk {
    background-color: #702347;
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 0;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    padding-right: 0;
}

form.compact {
    margin-top: .5rem;
}

form.compact label {
    margin-bottom: 0;
}

form.compact .form-group {
    margin-bottom: .5rem;
}

.alert {
    top: 2px !important;
}

@media screen and (max-width: 600px) {
    .alert {
        min-height: 50px;
        padding: 0 5px;
    }
}

.modal-dialog .modal-title {
    text-shadow: 1px 1px 3px black;
    line-height: 2.5rem;
}
