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;
}

/* ///////////////////////////////////////////////////// */

.rightColumn {
  /*margin:0 6%;
  padding: 0 2.3em;*/
  padding-top: 4em;
  padding-bottom: 5em;
}

.rightColumn_title {
  font-weight: bold;
  color: #004d9f;
  border-bottom: dotted 2px #00153e;
  font-size: 32px;
}

@media screen and (max-width:768px) {
  .rightColumn_title {
    font-size: 24px;
  }
}

.rightColumn_titleBig {
  font-size: 120%;
  margin-bottom: 1em;
  margin-top:1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
  /*border-bottom: dotted 2px #00153e;*/
}

.rightColumnFooter {
  padding: 3em 2.5em;
  background: #fafafa;
  position: relative;
  margin-left: calc(20% - 4px);
}

.rightColumnFooter_title {
  color: #000;
  font-weight: 400;
  margin-top: 0;
  line-height: 1em;
  font-size: 180%;
  margin-bottom: 1em;
}

.rightColumnFooter p {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  width: 50%;
  color: rgba(0, 0, 0, 0.7);
}

.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;
}

.three-column.blogList {
  /*padding-left:14px;*/
}

.three-column_items {
  /*margin:5px;*/
  border: 1px solid #000;
  margin: 50px 5px 25px;
}

.three-column_items img {
  object-fit: cover;
}

/* ///////////////////////////////////////////////////// */
@media screen and (max-width:1200px) {

  .rightColumn,
  .rightColumnFooter {
    margin: 0;
  }
}

@media screen and (max-width:764px) {

  .rightColumn,
  .rightColumnFooter {
    margin-left: 0px;
  }

  .rightColumnFooter p {
    width: 100%;
  }


}