html,body{
  padding:0;
  margin:0;
  width:100%;
  height:100%;
}
body{
  font-size:16px;
}
ul,ol{
  list-style:none;
}
div,header,footer,section,ul,li,aside,article,nav{
  box-sizing:border-box;
  margin:0;padding:0;
}

/* ///////////////////////////////////////////////////// */
.recently_news{
	padding-bottom: 50px;
}
.rightColumn{
  width: 65%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.rightColumn_title{
  font-size: 66%;
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 5px;
  font-weight: 500;
  line-height: 1em;
}

.rightColumn_titleBig{
  font-size: 120%;
  margin-bottom: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
}
.fullView{
  padding:0;
  height:100vh;
}
.index1st{
  widht:100%;
  height:100%;
  position:relative;
}
.siteData{
  position: absolute;
  bottom: 0;
  right: 0px;
  padding: 30px;
  background: rgba(255,47,0,0.8);
}
.siteData h1{
  margin:0;
  line-height:1em;
  margin-bottom: 20px;
}
.siteData_article{
  font-size:84%;
}
.siteBg{
  width:100%;
  height:100%;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.siteBg img{
  width:100%;
  height:100%;
  object-fit: cover;
}
/* ///////////////////////////////////////////////////// */
@media screen and (max-width:1200px) {
  .rightColumn{
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:764px) {
  .rightColumn{
    width: 80%;
    magrin: 0 auto;
  }

}