body {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
}
h1 {
  color: #fff;
  font-weight: 600;
  margin-top:0px;
}

h2, h3, h4, h5, h6 {
  color: #1a1a40;
  font-weight: 600;
  margin-top:0px;
}


.hero-wrapper{
	background-image: url("img/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.hero-wrapper:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    content: "";
    opacity: .7;
}

div.nadpis1{
    width: 100%;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    top: 40%;
}

.Site-Content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%
    clear:both;
    background: #bcbbbf
}
.conteynerblokov:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.conteynerblokov {
  text-align: center;
}
.Bloki-vryad {
    display: inline-block;
    vertical-align: middle;
    background: #bdf3ff
}
.CNT-img {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center top / cover ;
  position: relative;
  transition: background 4s ease 0s;
  -webkit-transition: background 4s ease 0s;
  -moz-transition: background 4s ease 0s;

}
.CNT-content {
    text-align: center;
}

.temp-value {
    color: black; !important;
    font-weight: bold;      /* если хочешь жирный */
    font-size: 18px;        /* можешь подправить размер */
}
