body {
  font-family: "Lato", sans-serif;
  min-height: 100vh;
  margin: 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}
img {
  vertical-align: middle;
  border-style: none;
}
.logo {
  height: 55px;
}
.font-size-medium {
  font-size: 22px;
}
.color {
  color: #0000007F;
}
.text-align-center {
  text-align: center;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
  padding: 60px 30px;
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.content .title {
  margin: 45px 10px 25px;
}
.content .link {
  margin-bottom: 10px;
}
.content .link img {
  height: 55px;
}
.content .description {
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}
.content .promo {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}
.content .more {
  font-size: 14px;
  line-height: 1.45;
  color: #000000;
  text-decoration: underline;
  padding: 0 5px;
}
.content .more:hover,
.content .more:focus {
  box-shadow: 0 0 0 1px #0000007f;
  border-radius: 2px;
}
.content .rating {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}
.modal {
  position: fixed;
  display: none;
  background: #ffffff;
  width: 290px;
  padding: 40px 15px;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  overflow-y: auto;
}
.modal .more {
  color: #0000007F;
  font-size: 12px;
  line-height: 1.5;
}
.modal .more:hover,
.modal .more:focus {
  color: #000000;
}
.modal-title {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 20px;
}
.modal-title .coin {
  height: 22px;
}
.modal-text {
  margin: 0 0 10px;
}
.modal-text.margin {
  margin: 30px 0 40px;
}
.modal-text .coin {
  height: 12px;
  vertical-align: baseline;
}
.modal-promo {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
}
#modal:target {
  display: block;
}
.close {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .content {
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 14px;
    box-shadow: 0 3px 20px #00000029;
  }
  .modal {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    border-radius: 14px;
    box-shadow: 0 3px 20px #00000029;
  }
}
