@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
/* header */
header {
  height: 52px;
  display: flex;
  align-items: center;
  background-color: #c9a4a4;
}
nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav_item a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
/* main */
.title_page_history {
  padding: 40px 0px 50px;
  color: #000000;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
}
.text_par {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  width: 668px;
}
.par {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.par_end {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 100px;
}
/* footer */
footer {
  background-color: #c9a4a4;
  height: 400px;
  display: flex;
  align-items: center;
  color: #fff;
}
.foot_item{
    margin-bottom: 14px;
}