.sber {
  padding: 96px 0 104px;
  overflow: hidden;
}
.sber .container {
  position: relative;
}
.sber .container::after {
  content: "";
  width: 595px;
  height: 437px;
  position: absolute;
  left: 797px;
  top: 67px;
  z-index: -1;
  background-image: url(../img/paper-brand.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sber h4 {
  margin-bottom: 49px;
}
.sber p {
  max-width: 560px;
  color: #272727;
  font-family: "MuseoCyrlMedium";
  font-size: 20px;
  margin-bottom: 40px;
}
.sber .button-wrapper {
  display: flex;
}
.sber-button {
  text-align: center;
  padding: 15px 30px;
  max-width: 310px;
  border-radius: 10px;
  background-image: linear-gradient(20deg, #ffcc00 0%, #f7e072 100%);
  color: #272727;
  font-family: "MuseoCyrlMedium";
  font-size: 16px;
  text-decoration: none;
}
.sber-button:first-child {
  margin-right: 16px;
}
.sber-button:last-child {
  margin-left: auto;
}
.sber-button:hover {
  color: #272727;
  text-decoration: none;
}
.sber-button:focus {
  color: #272727;
  text-decoration: none;
}
.sber .watch-wrap {
  position: absolute;
  top: 79px;
  left: 685px;
}
.sber .watch-wrap::after,
.sber .watch-wrap::before {
  display: none;
}
@media (max-width: 1200px) {
  .sber .container::after {
    display: none;
  }
  .sber .watch-wrap {
    left: 780px;
  }
  .sber .button-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sber-button:first-child {
    margin: 0;
  }
  .sber-button:last-child {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .sber .button-wrapper {
    justify-content: center;
  }
  .sber-button:first-child {
    margin-right: 20px;
  }
  .sber .watch-wrap {
    left: 660px;
    top: 130px;
  }
}
@media (max-width: 768px) {
  .sber {
    padding: 50px 0;
  }
  .sber .watch-wrap {
    display: none;
  }
  .sber p {
    text-align: center;
    max-width: 100%;
    font-size: 18px;
  }
  .sber .button-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .sber-button {
    max-width: 90%;
    width: 100%;
  }
  .sber-button:first-child {
    margin: 0 0 30px;
  }
  .sber-button:last-child {
    margin-top: 0px;
  }
}
