.container {
  max-width: 1200px;
  margin: 0 auto;
}

.top-firstview__movie {
  width: 100%;
}

.top-main {
  background-image: url(../images/top-bg.png);
  background-size: 100%;
  padding: 65px 0;
  position: relative;
}

.top-main .container {
  position: relative;
  z-index: 2;
}

.top-main__top_oudan, .top-main__bottom_oudan {
  position: absolute;
}

.top-main__top_oudan {
  top: 0;
  right: 0;
  z-index: 1;
}

.top-main__bottom_oudan {
  bottom: 0;
  left: 0;
  z-index: 1;
}

.top-main__top_oudan-img {
  width: 100%;
}

.top-main__top_oudan-baby, .top-main__bottom_oudan-baby {
  width: 177px;
  height: 294px;
}

.top-main__top_oudan-baby {
  position: absolute;
  top: 40px;
  right: 145px;
}

.top-main__bottom_oudan-img {
  width: 100%;
}

.top-main__bottom_oudan-baby {
  position: absolute;
  bottom: 495px;
  right: 271px;
}

.top-main__service {
  margin-bottom: 120px;
}

.top-main__section_title {
  position: relative;
  margin-bottom: 21px;
}

.top-main__section_title.right {
  text-align: right;
}

.top-main__section_title-big {
  color: rgba(255, 255, 255, 0.30);
  font-family: "Noto Sans Georgian", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-main__section_title-small {
  color: #FFF;
  font-family: "Tilt Warp", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-main__section_title-small.right {
  left: auto;
  right: 0;
}

.top-main__service_content {
  max-width: 780px;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 64px;
}

.top-main__service_content.right {
  margin-left: auto;
  margin-right: 0;
}

.top-main__service_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.top-main__service_item {
  text-align: center;
}

.top-main__service_item img {
  width: 487px;
  height: 322px;
  margin-bottom: 30px;
  object-fit: cover;
}

.top-main__service_item-link {
  display: inline-block;
  width: 366px;
  height: 43px;
  background-color: #111;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 0;
  text-align: center;
}

.top-main__about {
  margin-bottom: 355px;
}

.top-main__about_content {
  display: flex;
  align-items: end;
  justify-content: space-around;
}

.top-main__about_img {
  width: 474px;
  height: 424px;
  margin-right: 97px;
}

.top-main__about_img img {
  width: 100%;
}

.top-main__about_info-item {
  margin-bottom: 30px;
}

.top-main__about_info-item--title {
  color: #FFF;
  font-family: "Tilt Warp", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.top-main__about_info-item--value {
  color: #FFF; 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.top-main__contact_btns {
  display: flex;
  align-items: center;
}

.top-main__contact_btn {
  width: 551px;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 730px;
    width: 90%;
  }

  .top-main__top_oudan {
    top: 100px;
  }

  .top-main__bottom_oudan {
    bottom: 300px;
  }

  .top-main__top_oudan-baby, .top-main__bottom_oudan-baby {
    width: 60px;
    height: 104px;
  }

  .top-main__top_oudan-baby {
    top: -50px;
    right: 20px;
  }

  .top-main__bottom_oudan-baby {
    bottom: 80px;
    right: 20px;
  }

  .top-main__section_title-big {font-family: "Noto Sans Georgian", sans-serif;
    font-size: 42px;
  }

  .top-main__section_title-small {
    font-size: 18px;
  }

  .top-main__service {
    margin-bottom: 70px;
  }

  .top-main__service_content {
    font-size: 14px;
    margin-bottom: 44px;
  }

  .top-main__service_list {
    flex-direction: column;
  }

  .top-main__service_item {
    margin-bottom: 16px;
  }

  .top-main__service_item img {
    width: 100%;
    height: 200px;
  }

  .top-main__service_item-link {
    width: 100%;
    font-size: 14px;
    height: auto;
    padding: 8px 0;
  }

  .top-main__contact_btns {
    flex-direction: column;
  }

  .top-main__contact_btn {
    width: 100%;
  }

  .top-main__about {
    margin-bottom: 70px;
  }

  .top-main__about_content {
    flex-direction: column;
  }

  .top-main__about_img {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  .top-main__about_info-item--title {
    font-size: 14px;
  }

  .top-main__about_info-item--value {
    font-size: 20px;
  }
}