

/** {
  margin: 0;
  /*padding: 0;
}*/

.parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}

.block {
    

    img {
        display: block;
        border: none;
    }
}


ul.art {
  list-style-position: inside;
  margin-left: 1em;
  padding-left: 1em;
}

html{
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/*.wrapper {
  position: relative;
  min-height: 100%;
}*/
.content {
  flex: 1 0 auto;

}
.footer {
  flex: 0 0 auto;
  width: 100%;
/*  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 12;
  height: auto;
*/
  background-color: #3c5d98; /*цвет из word*/
  /*background-color: #6ef3f5;*/
}

div.pass{
  height: 100%;
  align-items: center;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.1;

}


.navbar-my{
 background: #2270f5;
}
.navbar-my ul li a{
 color: #000000;
}
.navbar-my ul li a:hover{
 background: #008e81;
}
.navbar-my .navbar-brand{
 color: #fff;
}



textarea {
  resize: none;
}



.carousel-caption {
    position: absolute;
    right: 15% !important;
    bottom: 20px;
    left: 5% !important;
    z-index: 10;
    padding-top: 20px;
    color: #be0303 !important;
    text-align: left !important;
}
