:root {
  --clmp: clamp(85%, 2.3vw, 112%);
}

.NEWSHELLO {
  display: flex;
  justify-content: center;
  margin-top: 85px;
  margin-bottom: 10px;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}
.NEWSHELLO p {
  text-shadow: var(--nhts);
}
e {
  color: #00ccff;
  text-shadow: #000000 0px 0px 1.2px, #000000 0px 0px 1.2px, #000000 0px 0px 1.2px,
    #000000 0px 0px 1.2px, #000000 0px 0px 1.2px, #000000 0px 0px 1.2px,
    #000000 0px 0px 1.2px, #000000 0px 0px 1.2px, #000000 0px 0px 1.2px,
    #000000 0px 0px 1.2px;
}

#nwnw {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nbtspar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 12px;
  margin-bottom: 20px;
  width: 85%;
}
.nbtspar button {
  padding: 10px 20px;
  min-width: 265px;
  cursor: pointer;
  border-radius: 12px;
  border: none;
  box-shadow: 0 0 8px black, inset 0 0 12px black;
  font-size: var(--clmp);
  font-weight: bold;
  background: radial-gradient(#ffffff 50%, #3197b7);
  transition: all .5s ease-in-out;
}
.nbtspar button.act {
  box-shadow: 0 0 8px black, inset 0 0 12px rgb(161, 130, 63);
  background: radial-gradient(#ffffff 50%, gold);
}
.secpar {
  position: relative;
  width: 100%;
  min-height: 0px;
}
.sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: all 1s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}
.sec.vis {
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
}

.nncnt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.nnpic {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.nnpic a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nnpic img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.newsblock {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 30px;
  background-color: var(--backcolor1);
  margin-left: 75px;
  margin-right: 75px;
  margin-bottom: 25px;
  padding-left: 12px;
  padding-right: 12px;
  align-items: center;
  border: var(--border1);
  line-height: 1.5em;
  user-select: none;
}
.newsblock img {
  filter: brightness(1.08) contrast(1.08) saturate(1.03);
}
.newsblockgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-top: 12px;
  min-width: 100%;
  align-items: start;
  align-content: start;
  margin-right: 5px;
}
.newsblockpic {
  position: relative;
  width: 100%;
  height: fit-content;
}
.newsblockpic img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.bot {
  margin-bottom: 10px;
}
.mag {
  margin: 12px 0 .8rem 0;
}
.mt {
  margin-top: 15px;
}
.newsblockpicdesc {
  overflow: hidden;
  border-radius: 22px;
  border: var(--border2);
  width: 100%;
  height: 200px;
  object-fit: cover;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.newsblockpicdesctxt {
  position: relative;
  color: var(--color1);
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  font-size: clamp(85%, 3vw, 110%);
}
.newsblockpic .pictop img {
  object-position: top;
}
.newsblockpic .pic10 img {
  object-position: center 10%;
}
.newsblockpic .pic20 img {
  object-position: center 20%;
}
.newsblockpic .pic30 img {
  object-position: center 30%;
}
.newsblockpic .pic40 img {
  object-position: center 40%;
}
.newsblockpic .pic60 img {
  object-position: center 60%;
}
.newsblockpic .pic70 img {
  object-position: center 70%;
}
.newsblockpic .pic80 img {
  object-position: center 80%;
}
.newsblockpic .pic90 img {
  object-position: center 90%;
}
.newsblockpic .picbot img {
  object-position: bottom;
}
.newsblockpic:hover img {
  transform: scale(1.5);
}
.newsblocktxt, .newsblocktxtl, .newsblocktxtr {
  display: block;
  position: relative;
  margin: 12px;
  align-items: center;
  overflow: hidden;
  color: var(--color1);
  font-size: var(--clmp);
  text-align: center;
  word-wrap: break-word;
  word-break: normal;
  max-width: 100%;
}
.newsblocktxt {
  justify-self: center;
}
.newsblocktxtl {
  justify-self: left;
}
.newsblocktxtr {
  justify-self: right;
}
.picmax {
  margin-right: 5px;
}
.topsp {
  margin-top: 6px;
}
urg {
  color: orangered;
  font-weight: bold;
}
.NBLT {
  color: var(--color1);
  font-size: 1.2em;
  margin-bottom: 1em;
}
.NBT {
  margin-bottom: 10px;
  color: var(--color1);
  font-weight: bolder;
  font-size: clamp(90%, 3vw, 150%);
  text-shadow: var(--shadow1);
  text-align: center;
}
.NBTxt {
  color: var(--color1);
  font-size: 1em;
  text-shadow: var(--shadow1);
  text-align: justify;
  word-wrap: break-word;
}
.NBTxt a {
  color: #00ccff;
  text-decoration: none;
  text-shadow: #000000 0px 0px 1.2px, #000000 0px 0px 1.2px, #000000 0px 0px 1.2px,
    #000000 0px 0px 1.2px, #000000 0px 0px 1.2px, #000000 0px 0px 1.2px,
    #000000 0px 0px 1.2px, #000000 0px 0px 1.2px, #000000 0px 0px 1.2px,
    #000000 0px 0px 1.2px;
}
.marg {
  margin: 15px;
}
.NBcen {
  text-align: center;
}

.newsblockpic .descc, .newsblockpic .descl, .newsblockpic .descr {
  position: absolute;
  color: white;
  font-size: 1em;
  text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
    #000000 0px 0px 2px;
  text-align: justify;
  transform: translate(-50%);
  text-wrap: nowrap;
  white-space: nowrap;
}
.newsblockpic .descc {
  left: 50%;
}
.newsblockpic .descl {
  left: 25%;
  margin-top: -5px;
}
.newsblockpic .descr {
  left: 75%;
  margin-top: -5px;
}
.newsblockpic a {
  color: var(--color1);
  text-decoration: none;
}
.VNS {
  background-color: white;
  padding: 0.5em;
  border-radius: 22px;
  color: black;
  text-shadow: none;
  white-space: pre-wrap;
  font-size: clamp(30%, 1vw, 150%);
  line-height: calc(0.8em + 0.6vh);
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
}
.vnsbold {
  font-weight: bold;
}
.event {
  background-color: white;
  padding: 8px;
  line-height: 1.4;
  border: solid 2px black;
  border-radius: 22px;
  width: fit-content;
  max-height: 184px;
  height: fit-content;
  overflow-y: auto;
  max-width: 100%;
  font-size: clamp(85%, 1vw, 100%);
}
.cen {
  align-self: center;
}
.newsblocksmall .event {
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.evtloc {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background-color: rgb(225, 225, 225);
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
}
.evtbck {
  background-color: rgb(255, 255, 133);
}
.evttime {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
  gap: 15px;
}
.event::-webkit-scrollbar {
  width: 12px;
  border-radius: 35px;
}
.event::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: rgb(202, 202, 202);
}
.event::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 20px;
}
.space {
  margin: 10px;
}
.tabs {
  margin-left: 20px;
}
.vnsrow:after {
  content: "";
  display: block;
  border-bottom: 1px solid black;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.inf {
  line-height: 1.5em;
  color: var(--color1);
  font-size: clamp(85%, 2.6vw, 130%);
  text-align: center;
  word-wrap: break-word;
  word-break: normal;
  justify-self: center;
  max-width: 100%;
  color: var(--color1);
  margin-bottom: 15px;
}
.evtcont {
  display: flex;
  flex-direction: column;
  color: var(--color1);
  text-shadow: var(--shadow1);
  background-color: var(--evtbck);
  border: var(--evtbckb);
  padding: 8px;
  border-radius: 20px;
  row-gap: clamp(5px, 2vw, 20px);
  box-sizing: border-box;
  margin-bottom: 15px;
  line-height: 1.25;
  text-align: center;
}
.evt {
  color: gold;
  font-weight: bold;
  margin-bottom: clamp(1px, 1vw, 10px);
  font-size: clamp(85%, 3vw, 150%);
  text-shadow: #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
  #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
  #000000 0px 0px 2px, #000000 0px 0px 2px, #000000 0px 0px 2px,
  #000000 0px 0px 2px;
}
.loc {
  display: flex;
  min-width: fit-content;
  flex-direction: row;
  gap: clamp(5px, 2vw, 25px);
  flex-wrap: wrap;
  font-size: clamp(85%, 2.8vw, 140%);
  justify-content: center;
  row-gap: 0px;
  margin-bottom: 3px;
}
.evtdata {
  display: flex;
  justify-content: space-evenly;
  gap: 5vw;
  font-size: clamp(85%, 2.8vw, 140%);
  row-gap: 0;
}
.nb {
  margin-bottom: 8px;
}
.bmb {
  margin-bottom: 15px;
}
.nwsflx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.flc {
  flex-direction: column;
}

.footern {
  display: flex;
  position: fixed;
  bottom: 0px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;   
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: clamp(55px, 2.5vw, 75px);
  margin-right: clamp(55px, 2.5vw, 75px);
  margin-bottom: 20px;
  color: white;
  text-decoration: none;
  padding: 5px;
  padding-top: 3px;
  border-radius: 10px;
  font-size: clamp(85%, 3vw, 100%);
  font-weight: normal;
  background-color: #000000;
  user-select: none;
  border: 2px solid #00ccff83;
  z-index: 1;
}
.footern a {
  color: white;
  text-decoration: none;
}



@media screen and (min-width: 1001px) and (max-width: 1250px) {
  .newsblock {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 851px) and (max-width: 1000px) {
  .newsblock {
    margin-left: 30px;
    margin-right: 30px;
  }
  .newsblockgrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 662px) and (max-width: 850px) {
  .newsblockgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsblock {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 411px) and (max-width: 661px) {
  .newsblockgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsblock {
    margin-left: 15px;
    margin-right: 15px;
  }
  .NEWSHELLO {
    margin-top: 75px;
  }
}
@media screen and (min-width: 360px) and (max-width: 411px) {
  .newsblockgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsblock {
    margin-left: 15px;
    margin-right: 15px;
  }
  .NEWSHELLO {
    margin-top: 65px;
  }
}
@media screen and (max-width: 360px) {
  .newsblockgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsblock {
    margin-left: 15px;
    margin-right: 15px;
  }
  .NEWSHELLO {
    margin-top: 115px;
  }
}
@media screen and (max-width: 967px) {
  .nncnt {
    grid-template-columns: 1fr;
  }
}