/* Samsung Galaxy Note20 -> /note20 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    margin: 0 0 25px;
    padding-top: 55px;
  }
}

.samsungNote20 img {
  min-width: unset;
}

.samsungNote20__block, .samsungNote20__rules {
  position: relative;
  margin: 0 auto;
}

.samsungNote20__link, .samsungNote20__link--rules {
  display: block;
  position: absolute;
  background-color: transparent;
  opacity: 0;
  transition: 0.3s all ease;
}

.samsungNote20__link:hover, .samsungNote20__link--rules:hover {
  background-color: #fff;
  opacity: 0.2;
  transition: 0.3s all ease;
}

.samsungNote20__link {
  width: 205px;
  height: 90px;
  right: 151px;
  bottom: 152px;
}

@media (max-width: 1620px) {
  .samsungNote20__link {
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
  }
}

.samsungNote20__link--rules {
  width: 210px;
  height: 40px;
  top: 0;
}

.samsungNote20__rules {
  max-width: 210px;
  margin-bottom: 50px;
}

.samsungNote20__rulesWrapper {
  padding: 50px 20px 0;
}
