.sculpture {
  background-color: #000;
  padding-bottom: 40px;
  padding-top: 47px;
  position: relative;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
	padding: 0 16px;
  position: relative;
}
.sculpture__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.sculpture__title {
  color: #847a54;
  font-family: PalkerDadson, sans-serif;
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 110%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .sculpture {
    height: 430px;
    padding: 50px 0;
  }
	.container {
    padding: 0 20px;
  }
	.sculpture__title {
    font-size: 48px;
    line-height: 110%;
  }
}

@media (min-width: 1000px) {
  .container {
    padding: 0 30px;
  }
}

@media (min-width: 1660px) {
  .sculpture {
    height: 720px;
    padding-bottom: 100px;
    padding-left: 180px;
    padding-top: 100px;
  }
	.container {
    padding: 0 60px;
  }
	.sculpture__title {
    font-size: 86px;
  }
}

@media (min-width: 768px) {
  .title-br {
    display: none;
  }
}

.sculpture__title-image {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .sculpture__title-image {
    height: 120px;
    right: 60px;
    top: -20px;
    width: 107px;
    z-index: 1;
  }
}
@media (min-width: 1000px) {
  .sculpture__title-image {
    height: 140px;
    right: 12px;
    width: 125px;
  }
}
@media (min-width: 1660px) {
  .sculpture__title-image {
    height: 279px;
    right: 19px;
    top: -35px;
    width: 249px;
  }
}

.sculpture__text {
  color: #b5b9be;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .sculpture__text {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .sculpture__text {
    margin-bottom: 48px;
  }
}
@media (min-width: 1660px) {
  .sculpture__text {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 100px;
  }
}

.sculpture__image {
  margin-bottom: 30px;
  margin-right: -16px;
  position: relative;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .sculpture__image {
    bottom: 0;
    margin: 0;
    object-fit: cover;
    position: absolute;
    width: 45%;
  }
}
@media (min-width: 1660px) {
  .sculpture__image {
    width: 55%;
  }
}
.sculpture__image img {
  width: 100%;
}
@media (min-width: 768px) {
  .sculpture__image img {
    max-height: 430px;
  }
}
@media (min-width: 1660px) {
  .sculpture__image img {
    max-height: 720px;
  }
}
.sculpture__image:before {
  background-image: url(../img/dots..png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: -45px;
  width: 70%;
  z-index: 100;
}
@media (min-width: 768px) {
  .sculpture__image:before {
    right: 32px;
    top: 25px;
    width: 55%;
  }
}

.button {
  border: 1px solid #ed1556;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  gap: 11px;
  line-height: 18px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .button {
    display: inline-block;
    font-size: 12px;
    gap: 13px;
    max-height: 40px;
    min-width: 180px;
    padding: 12px;
    width: auto;
  }
}
@media (min-width: 1000px) {
  .button {
    font-size: 14px;
  }
}
@media (min-width: 1660px) {
  .button {
    font-size: 16px;
    gap: 13px;
    justify-content: center;
    max-height: 60px;
    min-width: 270px;
    padding: 20px;
  }
}

.button_brown {
  background-color: #847a54;
  border: 1px solid #847a54;
  color: #fff;
}