.nowrap{white-space: nowrap;}.header {
  background: radial-gradient(70% 38%, #2eff46, #fffc06);
  font-size: 29px;
}

.header > ul {
  list-style: outside none none;
  margin-left: 20px;
}
header > div.logo {
  display: flex;
}
header > div.logo > img {
  align-self: flex-end;
}
header > ul.policy {
  display: flex;
  align-self: start;
}
header > ul.policy > li {
  font-size: small;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }
  .navbar > div > ul > li > a.active {
    background-image: linear-gradient(to top, rgb(255, 252, 6), rgb(46, 255, 70));
    /*background-image: linear-gradient(to top, #2eff46 10%, #fffc06 40%, #fffc06 60%, #2eff46 90%);)*/
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    color: #000 !important;
  }
  .navbar > div > ul > li > a:hover {
    color: #000 !important;
  }
  .header button.btn
  {
     width: 100%;
  }
  .navbar > * {
    background-color: #fffc06;
  }
  .navbar > a {
    padding-right: 1rem;
    margin-right: 0;
    background-color: #fffc06;
  }
  .navbar > div > ul > li > a {
    background-color: #fffc06;
    color: #23d0c4 !important;
    font-weight: bold;
  }
  .navbar {
    background-color: #fffc06;
  }
  .navbar-brand { display: none; }
  .nav-link { height: 100%; }

  header > .logo {
    align-self: baseline;
    flex-grow: 2;
    display: flex;
    align-items: end;
    flex-direction: column;
  }

  header > ul.policy {
    flex-grow: 2;
    display: flex;
    align-self: start;
  }
  header > ul.policy > li {
    text-align: right;
    float: right;
    width: 100%;
  }

}
@media (max-width: 991px) {
  .navbar {
    background: linear-gradient(to top, #fffc06, #2eff46);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: linear-gradient(to top, #fffc06, #2eff46);
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
  }
}
.dropdown-item:hover, .dropdown-item.active {
  background-color: #2eff46;
  color: black;
  font-weight: bold;
}
.dropdown-menu {
  background-color: #fffc06;
}
body{
  background-repeat:no-repeat;
  background-size:100% auto;
  background-image: url("/static/img/bg.png");
  background-attachment: fixed, fixed;
}
.header {
  background: radial-gradient(70% 38%, #fffc06, #2eff46);
  font-size: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

footer {
  width: 100%;
  background-color: white;
  position: fixed;
  bottom: 0;
  padding: 0 0 10px;
  text-align: center;
}
footer > * {
  margin: 0;
}

figure.image {
  display: block;
  text-align: center;
  margin: 5px;
}
figure.image-style-align-right > img
{
  float: right;
  margin: 5px;
}
figure.image-style-align-left > img
{
  float: left;
  margin: 5px;
}
img
{
  border-radius: 15px;
}

#ctx {
  margin: 0 0 100px;
  padding: 0 20px;
  /*display: flex;*/
  flex-wrap: wrap;
}

#ctx p {
  line-height:1.6em; font-size:18px;
  text-align:justify;
  font-size:18px;
  line-height:1.6em;
  letter-spacing:0.1em;
  font-family:times new roman,times,serif;
}

#ctx h2 {
  line-height:1.5em;
  text-align:center;
}

p {
    text-indent: 1.5em;
}

.el-f {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-between;
}

.desc-f {
  flex-shrink: 2;
  background-color: rgba(255, 255, 255, 0.83);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */
  padding: 10px;
  overflow: hidden;
}
.contacts {
  padding: 10px;
  flex-direction: row;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contacts > .el-f {
    flex: 1 1 400px;
    justify-content: center;
    display: flex;
}
.contacts > .el-f > .desc-f {
    height: 100%;
    flex: 1 1 400px;
    justify-content: center;
    align-items: center;
    margin: 20px;
    display: flex;
    flex-direction: column;
}.pics{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 40px;

    flex-wrap: wrap;
    align-items: center;

}
.pics > img {
    margin: 5px;
}

.dropdown-menu {width: 100%;}
