.year {
  font-size: 30px;
  margin-top: 30px; }
  .year .content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    padding: 0 0; }
    .year .content .text {
      background-color: rgba(255, 255, 255, 0.8); }
  .year .hist1 {
    background-image: url("img/hist1.jpg"); }
  .year .hist2 {
    background-image: url("img/hist2.png"); }
  .year .hist3 {
    background-image: url("img/hist3.png"); }
  .year .hist4 {
    background-image: url("img/hist4.jpg"); }
  .year .hist5 {
    background-image: url("img/hist5.jpg"); }
  .year .hist6 {
    background-image: url("img/hist6.jpg"); }
  .year .hist7 {
    background-image: url("img/hist7.jpg"); }
  .year .hist8 {
    background-image: url("img/hist8.jpg"); }
  .year .hist9 {
    background-image: url("img/hist9.jpg"); }
  .year .hist10 {
    background-image: url("img/hist10.jpg"); }
  .year .hist11 {
    background-image: url("img/hist11.jpg"); }
  .year .year-marker {
    font-weight: bold; }

.ad {
  justify-content: center;
  align-items: center;
  text-align: center; }
  .ad .left {
    width: 40%;
    padding: 5px 30px; }
    .ad .left .img-exp {
      height: 200px;
      width: 100%;
      background-image: url("img/flags.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .ad .right {
    width: 40%; }
    .ad .right .header {
      font-weight: bold;
      font-size: 24px; }

.partners {
  height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center; }
  .partners .part1 {
    height: 100px;
    width: 100%;
    background-image: url("img/partner1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .partners .part1 a {
      height: 100%;
      width: 100%;
      display: block; }
  .partners .part2 {
    height: 100px;
    width: 100%;
    background-image: url("img/partner2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .partners .part2 a {
      height: 100%;
      width: 100%;
      display: block; }
  .partners .part3 {
    height: 150px;
    width: 100%;
    background-image: url("img/partner3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .partners .part3 a {
      height: 100%;
      width: 100%;
      display: block; }

.anketa {
  height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FAFAFA;
  border-radius: 20px; }
  .anketa .women {
    height: 200px;
    width: 100%;
    background-image: url("img/opinion.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .anketa .text {
    margin: 25px 0;
    font-size: 20px; }
  .anketa a {
    margin: 25px 0; }

.depcard {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 30px;
  height: 190px;
  display: flex; }
  .depcard .info {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .depcard .info .title {
      font-size: 22px;
      padding-right: 20px;
      font-weight: bold; }
    .depcard .info .depbtn {
      background-color: #1D3E91;
      padding: 10px 20px;
      font-size: 16px;
      color: white;
      border-radius: 6px; }
  .depcard .img {
    width: 20%;
    display: flex;
    align-items: center; }

@media (max-width: 599px) {
  .is-jumbo {
    padding: 0 0; } }
@media (max-width: 599px) {
  .is-jumbo .jumbo-text {
    width: 100%; } }

p.larger {
  font-size: 20px; }

.cit {
  border-left: 4px solid #4a4a4a;
  margin-left: 20px;
  padding-left: 20px; }
  .cit p {
    font-style: italic; }

/*# sourceMappingURL=history.css.map */
