.positio-relativ {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 5%;
  margin-bottom: 10%;
}

.paddinr-7-1 {
  padding-right: 7.1%;
  margin-right: 4.2%;
  background: rgba(37,118,220,1);
}

.margit10 {
  margin-top: 10%;
  margin-left: 39%;
  font-size: 0.8em;
  color: rgba(255,255,255,1);
  white-space: nowrap;
}

.margil39 {
  margin-left: 39%;
  margin-top: 4%;
  font-weight: bold;
  color: rgba(255,255,255,1);
  white-space: nowrap;
}

.widt2 {
  width: 2px;
  height: 3vw;
  margin-left: 55.6%;
  margin-top: 27%;
  margin-bottom: 10%;
  background: #fff;
}

.widt8-3vw {
  width: 8.3vw;
}

.white-font {
  color: rgba(255,255,255,1);
}

.fon-siz-1-3 {
  font-size: 1.3em;
}

.prev-news {
  left: 0;
  background-image: url(../images/news/left.png);
  background-size: 100%;
}

.next-news {
  right: 0;
  background-image: url(../images/news/right.png);
  background-size: 100%;
}

.relativ-positio {
  position: relative;
}

.absolut-positio {
  position: absolute;
  right: 4%;
  bottom: 7%;
  padding: 1% 3%;
  font-size: 0.8em;
  font-weight: bold;
  color: rgba(255,255,255,1);
  background: rgba(37,118,220,1);
  border-radius: 18px;
}

.positiab {
  position: absolute;
  left: 7%;
  bottom: -9%;
  z-index: 999;
  width: 53.4%;
  padding: 6% 2% 1%;
  background-color: rgba(13,56,111,0.8);
}

.text-swiper {
  padding-bottom: 10%;
}

.fsize-1-3 {
  margin-bottom: 4%;
  font-size: 1.3em;
  font-weight: bold;
  color: rgba(255,255,255,1);
  text-align: center;
}

.fsize-0-8 {
  padding-left: 9%;
  padding-right: 9%;
  font-size: 0.8em;
  color: rgba(229,229,229,1);
}

.news-pagination {
  bottom: 0;
}

.news-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.news-item {
  width: 30.6%;
  margin-bottom: 2%;
  border: 1px solid #ddd;
}

.news-item:last-child:nth-child(3n - 1) {
  margin-right: calc((100% - 3 * 30.6%) / 2 + 30.6%);
}

.news-item:hover {
  box-shadow: 0 2px 8px 0 rgba(12,12,13,.1);
}

.news-item:hover .paddi-tblr {
  background: rgba(37,118,220,1);
}

.news-item:hover .margib-bold {
  color: rgba(255,255,255,1);
}

.news-item:hover .fsize-color {
  color: rgba(235,235,235,1);
}

.box-webkit-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.paddi-tblr {
  padding: 3% 4.3% 6%;
}

.margib-bold {
  margin-bottom: 2%;
  font-weight: bold;
  color: rgba(51,51,51,1);
}

.fsize-color {
  font-size: 0.8em;
  color: rgba(153,153,153,1);
}

.texta-cente {
  margin-top: 1%;
  margin-bottom: 4%;
  text-align: center;
}

.con-simg {
  width: 100%;
  height: 61.7vh;
}

.objf-cove {
  object-fit: cover;
}

.newl-obje {
  object-fit: cover;
  height: 36.8vh;
}