.greeting {
  overflow: hidden;
}
.greeting__wrapper {
  position: relative;
}
.greeting__content {
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 3;
}
.greeting__content-block {
  display: flex;
}
.greeting__content-image {
  /* max-width: 870px;
  max-height: 760px;
  position: relative;
  right: -12px;
  padding-top: 35px; */
  width: 1052px;
  height: 786px;
  position: relative;
  right: -29px;
  padding-top: 28px;
}

.greeting__content-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.greeting__mouse {
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-29%);
  width: 37px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 18px;
}
.greeting__mouse-block {
  position: relative;
  width: 100%;
  height: 100%;
}
.greeting__mouse-block span {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 14px;
  background-color: #fff;
}
.greeting__image {
  width: 100vw;
  max-height: 992px;
}
.greeting__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.greeting__content-info {
  padding-top: 123px;
}
.greeting__content-title {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  max-width: 718px;
  margin-bottom: 24px;
  height: 280px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.greeting__content-info p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
  max-width: 476px;
  height: 144px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.greeting__image-mobile {
  display: none;
}
@media (min-width: 1921px) {
  .greeting__image {
    width: 100%;
    min-height: 992px;
    max-height: unset;
  }
}
@media (max-width: 1750px) {
  .greeting__content-image {
    width: unset;
    height: unset;
    max-width: 870px;
    max-height: 760px;
    position: relative;
    right: -12px;
    padding-top: 35px;
  }
}
@media (max-width: 1650px) {
  .greeting__content-image {
    padding-top: 0;
    right: 0;
  }
  .greeting__content-info {
    padding-top: 100px;
  }
  .greeting__content-title {
    font-size: 50px;
    max-width: 670px;
    height: 149px;
  }
  .greeting__content-info p {
    font-size: 20px;
    height: 125px;
  }
}
@media (max-width: 1300px) {
  .greeting__content-info {
    padding-top: 50px;
  }
  .greeting__content-image {
    top: -20px;
  }
}
@media (max-width: 1199px) {
  .greeting__image-mobile {
    display: block;
    position: absolute;
    width: 416px;
    height: 660px;
    top: 66px;
    right: 0;
    bottom: 20px;
    opacity: 0.36;
  }
  .greeting__image-mobile img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }

  .greeting__content-info {
    padding-top: 0;
  }
  .greeting__mouse {
    display: none;
  }
  .greeting__content-image {
    display: none;
  }
  .greeting__content-block {
    flex-direction: column;
  }
  .greeting__content-title {
    max-width: 600px;
  }
  .greeting__wrapper {
    height: 735px;
    overflow: hidden;
  }
  .greeting__image {
    height: 806px;
    max-height: unset;
  }
  .greeting__content {
    height: calc(100% - 66px);
  }
  .greeting__content-block {
    padding-top: 136px;
  }
}
@media (max-width: 767px) {
  .greeting__content-title {
    font-size: 31px;
    margin-bottom: 24px;
    height: 100px;
  }
  .greeting__content-info p {
    font-size: 18px;
    height: 150px;
    -webkit-line-clamp: 7;
  }
  .block-button.greeting__content-button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 410px) {
  .greeting__content-title {
    font-size: 27px;
  }
}