.top{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background: #171A1FFF;
  box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1F;
  }

.logo_cont{
  position: absolute;
  top: 19px;
  left: 32px;
}
.logo_image1 {
  width: 190px;
}
.logo_image2 {
  margin-top: 10px;
  width: 130px;
}

/* Header Menu 10 */
.header-menu {
  position: absolute;
  top: 12px;
  left: 610px;
  width: 466px;
  height: 56px;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  opacity: 1;
  }
  /* Header Menu 10 - Item */
  .header-menu .header-menu-item {
  padding: 15px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #171A1FFF;
  border-radius: 0px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  }
  /* Header Menu 10 - Selected item */
  .header-menu .header-menu-item.selected {
  position: relative;
  font-weight: 700;
  color: #636AE8FF;
  background: #171A1FFF;
  }
  /* Header Menu 10 - Selected item */
  .header-menu .header-menu-item:hover {
  color: #636AE8FF;
  background: #171A1FFF;
  font-weight: 700;
  }


/**/


.main_back {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 800px;
  background: url("../img/back_img.jpg") no-repeat center center/cover;
  }

.main_title{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:-200px;
  margin-left:-300px;
  font-family: "Archivo", system-ui;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
}

.with{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:-300px;
  margin-left:-940px;
  font-family: "Archivo", system-ui;
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
}

.title_size{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:-85px;
  margin-left:-400px;
  font-family: "Archivo", system-ui;
  font-weight: 300;
  font-size: 90px;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
}


/**/


.midd_con {
  position: absolute;
  top: 880px;
  left: 0px;
  width: 100%;
  height: 420px;
  border-radius: 0px;
  }

  .midd_con_title{
      position: absolute;
      top: 96px;
      left: 132px;
      width: 552px;
      font-family: Archivo;
      font-size: 48px;
      line-height: 68px;
      font-weight: 400;
      color: #171A1FFF; 
  }

  .midd_com_img {
  position: absolute;
  top: 0px;
  right: 0px;
  }
  .midd_com_img img{
  margin-top:35px;
  height: 350px;
  border-radius: 0px;
  }


  /**/


.bottom_con {
  position: absolute;
  top: 881px;
  left: 0px;
  width: 100%;
  height: 87px;
  background: #171A1FFF;
  border-radius: 0px;
  }

  .bottom_text {
    position: absolute;
    top:14px;
    left: 528px;
    width: 776px;
    font-family: Inter;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #FDF5F1FF;
    }