.administration {
  padding-top: 106px;
  padding-bottom: 106px;
}

@media screen and (max-width: 1200px) {
  .administration {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.administration__s-heading {
  margin-bottom: 60px;
  max-width: 640px;
}

.maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4px;
}

.maintenance svg {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 1200px) {
  .maintenance {
    padding: 15px;
  }

  .maintenance svg {
    margin-right: 15px;
    width: 60px;
    height: 60px;
  }
}

.government {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.government img {
  display: block;
  width: 100%;
  height: auto;
}

/*@media screen and (hover: hover) and (pointer: fine) {
  .government:hover {
    -webkit-box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.25);
    box-shadow: 4px 4px 4px rgba(255, 255, 255, 0.25);
  }
}*/

/*.government:active {
  opacity: 0.75;
}*/

@media screen and (max-width: 1200px) {
  .barriers-swiper, .support-swiper {
    padding-bottom: 34px;
  }
}

.barriers-swiper .swiper-wrapper, .support-swiper .swiper-wrapper {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.barriers-swiper .swiper-slide, .support-swiper .swiper-slide {
  width: auto;
  height: auto;
}

.barriers-swiper .swiper-pagination, .support-swiper .swiper-pagination {
  display: none;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .barriers-swiper .swiper-pagination, .support-swiper .swiper-pagination {
    display: block;
  }
}

.barrier {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px 40px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #b6c1dd;
  width: 370px;
  min-height: 431px;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .barrier {
    padding: 20px 30px;
    width: 291px;
    min-height: 366px;
  }
}

.barrier__num {
  position: relative;
  margin-bottom: 57px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 6rem;
}

.barrier__text {
  position: relative;
}

.barrier__bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.adm-support-card {
  padding: 30px;
  width: 370px;
  min-height: 390px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #b6c1dd;
  background-color: #0a2896;
}

@media screen and (max-width: 1200px) {
  .adm-support-card {
    width: 291px;
    min-height: 338px;
  }
}

.adm-support-card__icon {
  display: block;
  margin-bottom: 20px;
  width: 140px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  pointer-events: none;
}