body {
  margin: 0;
  user-select: none; 

}

._container {
  max-width: 1440px;
  margin: 0 auto;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

/*----------HEADER-------------------------------------------*/
.header__container {
  height: 100vh;
  width: 100%;
  position: relative;
}
.header__title {
  position: absolute;
  top: 1em;
  left: 1em;
  font-family: "Spectral SC", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  color: white;
}
.header__img {
  width: 100%;
  height: 100%;
}

/*----------DESCRIPTION-------------------------------------------*/
.descr {
  font-family: "Spectral SC", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
  color: black;
}
.descr__title {
  font-size: 2em;
  line-height: 200%;
  font-weight: 700;
}
.descr__text {
  line-height: 120%;
}
.descr__link {
  display: inline-block;
  margin-top: 1em;
  color: black;
  text-decoration: none;
}

/*----------FIRST-BLOCK-------------------------------------------*/
.first {
  margin: 100px 0 0 0;
}
.first__container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.first__left_side {
  flex: 1 1 30%;
}
.first__right_side {
  flex: 1 1 60%;
  min-width: 320px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.first__descr {
  width: 50%;
}
.first__image3 {
  width: 675px;
  height: 380px;
  overflow: hidden;
  align-self: flex-end;
  margin: 30px 0 0 0;
}

/*----------SECOND-BLOCK-------------------------------------------*/
.second {
  margin: 90px 0 0 0;
}
.second__container {
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  padding: 90px 0;
  align-items: center;
  justify-content: space-between;
}
.second__left_side {
  flex: 0 0 45%;
}
.second__descr {
  color: #fff;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.second__descr a {
  color: #fff;
}
.second__right_side {
  flex: 1 1 45%;
  overflow: hidden;
}
.second__image4 {
  height: 500px;
  margin-left: 50px;
}

/*----------THIRD-BLOCK-------------------------------------------*/
.third {
  margin: 90px 0 0 0;
}
.third__left_side {
  position: relative;
}
.third__descr {
  max-width: 40%;
  position: relative;
  z-index: 2;
  padding: 300px 0 100px 100px;
  color: #fff;
}
.third__descr a {
  color: #fff;
}
/*----------FOURTH-BLOCK-------------------------------------------*/
.fourth {
  margin: 100px 0 0 0;
}
.fourth__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fourth__left_side {
  flex: 0 0 45%;
}
.fourth__descr {
  color: #000;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.fourth__descr a {
  color: #000;
}
.fourth__right_side {
  flex: 1 1 45%;
  overflow: hidden;
}
.fourth__image6 {
  height: 500px;
  margin-left: 50px;
}

/*----------FIFTH-BLOCK-------------------------------------------*/
.fifth {
  margin: 100px 0 0 0;
}
.fifth__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fifth__left_side {
  flex: 0 0 45%;
}
.fifth__descr {
  color: #000;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fifth__descr .fifth__image7 {
  height: 600px;
  width: 476px;
}
.fifth__descr a {
  color: #000;
}
.fifth__right_side {
  height: 80vh;
  width: 50%;
  overflow: hidden;
}

/*----------FOOTER--------------------------------------------*/
.footer {
  margin: 100px 0 0 0;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.footer__copyright {
  color: gray;
  text-align: center;
}
.footer__contact {
  margin: 0 auto;
  display: flex;
  list-style: none;
}
.footer__contact li {
  margin-left: 30px;
  line-height: 120%;
}
.footer__contact a {
  color: inherit;
}