/* CSS Document */

.market_block__more span {
    font-family: TimesNewRomanRegular;
    color: #715194;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
}
.market_block__more span::after {
    display: inline-block;
    content: "";
    background-image: url("../images/market_block__more_str.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 12px;
    width: 30px;
    cursor: pointer;
}
.market_block__more span:hover {
   color: #5f4080;
  font-weight: normal;
}
button.link {
    background: none;
    border: none;
    cursor: pointer;
}
button.link span {
    text-decoration: underline;
}
/*
button.link:hover span,
button.link:focus span {
    color: black;
}
*/