body {
  max-width: 2000px;
  margin: 0 auto;
}
#firstText {
  font-family: "RalewayBold";
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
  color: rgb(37, 37, 37);
}
#hrAndIcon {
  display: flex;
  justify-content: center;
}
hr {
  width: 52px;
  height: 1px;
  background-color: #929292;
  border: none;
  margin: 8px 10px;
}

#firstNewsBlock {
  margin-top: 4%;
  display: flex;
  justify-content: center;
}
.open {
  position: relative;
  display: flex;
  width: 80%;
}
.triangle {
  width: 0;
  height: 0;
  border: 44px solid;
  border-color: transparent white transparent transparent;
  position: relative;
  bottom: 240px;
  left: 496px;
}
.firstBlockContent {
  font-family: "Raleway";
  margin-left: 40px;
  padding-top: 1%;
}
#imagesImg {
  width: 583px;
  height: 389px;
  object-fit: cover;
}
.firstBlockContent h1 {
  font-family: "RalewayBold";
  font-size: 30px;
  line-height: 1.1;
  color: rgb(37, 37, 37);
  font-weight: bold;
}
.firstBlockContent p {
  font-family: "RalewayMed";
  font-size: 20px;
  line-height: 1.2;
  color: rgb(37, 37, 37);
}
.firstBlockContent span {
  font-family: "RalewayLight";
  color: rgba(37, 37, 37, 0.4);
  font-size: 16px;
  line-height: 1.5;
}
.firstBlockContent span img {
  margin-bottom: 2px;
}
.firstBlockContent a {
  font-family: "OpenSansItalic";
  text-decoration: none;
  font-size: 20px;
  font-style: italic;
  line-height: 0.9;
  color: rgb(255, 0, 0);
}
#secondNewsBlock {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
#secondNewsBlock2 {
  width: 80%;
  display: flex;
}
#lastNewsDiv {
  width: 70%;
}
#titleAndNumbers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4%;
}

#title {
  font-family: "RalewayBold";
  font-size: 30px;
  color: rgb(37, 37, 37);
  font-weight: bold;
  line-height: 0.8;
  float: left;
  margin: 0;
}
.counter {
  font-family: "OpenSansLight";
  font-size: 20px;
  color: rgba(37, 37, 37, 0.5);
  font-weight: bold;
  line-height: 1.2;
  margin: 0 15% 0 0;
}
.counter_active {
  font-family: "OpenSansLight";
  font-size: 23px;
  color: rgba(10, 10, 10, 0.5);
  font-weight: bold;
  line-height: 1.2;
  margin: 0 15% 0 0;
}
.numbers {
  margin-right: 4%;
}
.counter1 {
  display: flex;
  align-items: flex-end
}
#lastNews {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
#lastNews > div {
  width: 45%;
  margin: 0 5% 5% 0;
}
.figureBox {
  position: relative;
}
.figureBox img {
  width: 368px;
  height: 246px;
  object-fit: cover;
}
.figure {
  width: 0;
  height: 0;
  border: 30px solid;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: 190px;
  left: 154px;
}
.titleNews {
  font-family: "RalewayBold";
  font-size: 20px;
  color: rgb(37, 37, 37);
  font-weight: bold;
  line-height: 1.2;
}
#lastNews .data {
  font-family: "RalewayLight";
  color: rgba(37, 37, 37, 0.4);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}
#lastNews .data img {
  margin-bottom: 2px;
}
.textNews {
  font-family: "RalewayMed";
  font-size: 16px;
  color: rgb(37, 37, 37);
  line-height: 1.5;
  margin-top: 0;
}
#lastNews a {
  font-family: "OpenSansItalic";
  text-decoration: none;
  font-size: 20px;
  color: red;
  font-style: italic;
  line-height: 0.9;
}
#popularNews {
  width: 30%;
  padding-top: 5%;
}
#popularNews > p {
  font-family: "RalewayBold";
  font-size: 30px;
  color: rgb(37, 37, 37);
  font-weight: bold;
  line-height: 0.8;
  margin: 0 0 50px 0;
}
.popularBox {
  display: flex;
  margin: 5% auto;
}
#boxImg img {
  width: 125px;
  height: 85px;
  object-fit: cover;
}
.popularText {
  font-family: "RalewayMed";
  font-size: 16px;
  color: rgb(37, 37, 37);
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 0 3%;
}
#popularNews .data {
  font-family: "RalewayLight";
  color: rgba(37, 37, 37, 0.4);
  font-size: 16px;
  line-height: 1.5;
}
#support {
  margin-top: 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#supportText1 {
  font-family: "OpenSansSBI";
  color: rgb(37, 37, 37);
  font-style: italic;
  line-height: 0.8;
  font-size: 30px;
  text-align: center;
}
#supportText2 {
  font-family: "RalewayMed";
  font-size: 16px;
  color: rgb(37, 37, 37);
  line-height: 1.1;
  text-align: center;
}
#supportText3 {
  font-family: "RalewayMed";
  text-decoration: none;
}
#supportText3 button {
  background-color: #ff0000;
  border: none;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  padding: 7px 17px;
  border-radius: 5%;
  outline: none;
}
#nav {
  padding-left: 30%;
}
.numberBox {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4%;
}
#button1 {
  font-family: "RalewayMed";
  font-size: 18px;
  color: #ff0000;
  line-height: 1.3;
  border: none;
  background: none;
  padding: 5px 25px;
  outline: none;
  cursor: pointer;
}
#button2 {
  font-family: "RalewayMed";
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  border: none;
  background: #ff0000;
  padding: 5px 25px;
  border-radius: 5%;
  outline: none;
  cursor: pointer;
}
