.heading-2 {
  display: none;
}

.goods-container {
  text-align: center;
}

.goods-container_horeca {
  padding-bottom: 6rem;
  display: block;
}

.goods-container_horeca:hover .goods-container_horeca--title {
  color: #9C6460;
}

.goods-container_horeca:hover .btn--arrow:before {
  background-color: #9C6460;
}

.goods-container_horeca:hover .btn--arrow:after {
  background-image: url(../../images/general/white-right-arrow.svg);
}

.goods-container_horeca--span {
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 400;
  font-family: Roboto Slab;
}

.goods-container_horeca--title {
  font-size: 4.8rem;
  line-height: 130%;
  font-family: Roboto Slab;
  font-weight: normal;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.goods-container_horeca--link {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-family: Roboto Slab;
  text-transform: uppercase;
  margin-top: 2.5rem;
}

.goods-container_horeca--link .btn--arrow {
  width: 100%;
  height: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
  pointer-events: none;
}

.goods-container_horeca--link .btn--arrow::before {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.goods-container_horeca--link .btn--arrow::after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: 1.1rem;
  top: auto;
}

.goods-container_shops {
  display: block;
  padding: 6rem 0;
}

.goods-container_shops:hover .goods-container_horeca--title {
  color: #9C6460;
}

.goods-container_shops:hover .btn--arrow:before {
  background-color: #9C6460;
}

.goods-container_shops:hover .btn--arrow:after {
  background-image: url(../../images/general/white-right-arrow.svg);
}

@media only screen and (min-width: 1023px) {
  .goods-container_horeca--title {
    font-size: 6.4rem;
  }

  .goods-container_horeca--link {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .goods-container_horeca--link .btn--arrow::after {
    bottom: 1.3rem;
  }

  .goods-container_shops {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .goods-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 25rem);
  }
}