body{
    margin:0 auto;
    max-width: 2000px;
}
#testimony h1{
  font-family: "RalewayBold";
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  color: rgb(37, 37, 37);
}
.heart{
    display: flex;
    justify-content: center;
}
.heart div{
    margin: 10px;
}
.centerBlock{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.open{
    position: relative;
    display: flex;
    width: 80%;
    margin: 0 auto;
}
.triangle{
    width: 0;
    height:0;
    border:44px solid;
    border-color:transparent white transparent transparent;
    position: relative;
    bottom: 230px;
    left: 495px;
}
.data {
    color: rgba(37, 37, 37, 0.4);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
.data img {
    margin-bottom: 2px;
}
.contentNew{
    margin-right: 40px;
    margin-left: 40px;
}
.contentNew h3{
    color: rgb(37,37,37);
    font-family: 'RalewayBold';
    font-size: 30px;
}
.contentNew #textTop { 
    font-family: 'RalewayMed';
    width: 502px;
    font-size: 18px;
    line-height: 1.5;
}
.moreIn .inf{
    display: block;
    height: 100%;
    font-size: 19px;
    text-decoration: none;
    color:red;
    font-style: italic;
    display: flex;
}
.inf a{
    display: flex;
    text-decoration: none;
    color:rgb(255,0,0);
}
.moreIn .more{
    font-size: 20px;
    margin-right: 15px;
}
.nineBlocks{
    display: flex;
   align-items: center;
   flex-direction: column;
   margin-top: 60px;
}
#lastNews {
    width: 78%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#lastNews > div {
    margin:15px;
    margin-bottom: 60px;
}
#figureBox {
    position: relative;
    width: 99%;
}
#figureBoxImage img{
    width: 366px;
    height: 240px;
    object-fit: cover;
    object-position: 50% 30%;
}
#lastNews #figure {
    width: 0;
	height:0;
	border: 30px solid;
	border-color:transparent transparent white transparent;
    position: absolute;
    top: 190px;
    left: 154px;
}
.titleNews {
    margin-right: 0;
    min-width: 290px;
    max-width: 370px;
    font-size: 20px;
    color: rgb(37, 37, 37);
    font-weight: bold;
    line-height: 1.2;
}
#lastNews .data {
    color: rgba(37, 37, 37, 0.4);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}
#lastNews .data img {
    margin-right: 5px;
    margin-bottom: 2px;
}
.textNews {
    margin-top: 0;
    min-width: 290px;
    max-width: 370px;
    font-size: 16px;
    color: rgb(37, 37, 37);
    line-height: 1.5;
}
#lastNews a {
    text-decoration: none;
    font-size: 20px;
    color: red;
    font-style: italic;
    line-height: 0.9;
}
.numbers {
    width: 78%;
}
.counter1 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}
.counter {
    font-size: 20px;
    color: rgba(37, 37, 37, 0.5);
    margin: 2px;
}
.counter_active {
    color: rgba(17, 17, 17, 0.7);
    font-size: 22px;
    margin: 2px;
}
#button1 {
    font-family: 'RalewayMed';
    font-size: 18px;
    color: #ff0000;
    line-height: 1.3;
    border: none;
    background: none;
    outline: none;
    padding: 7px 25px;
}
#button2 {
    font-family: 'RalewayMed';
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    border: none;
    background: #ff0000;
    padding: 7px 25px;
    border-radius: 5%;
    outline: none;
}
footer {
    margin-top: 60px;
}
