.qa-block.show .answer {
    background: #4f4f51;
    padding: 1.5em;
    float: left;
    font-size: .9em;
    width: 100%;
    box-sizing: border-box;
}
.qa-block .question:after, .home-btn, .home-btn div, .home-btn div:after, .hd-links a, .share div {
    -webkit-transition: .3s;
    transition: .3s;
}
.faq .qa-block.show .question:after {
    transform: rotate(180deg);
}
.qa-block.show:last-child .answer {
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.qa-block.show .answer img {
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 1em;
}
section .answer p, section .answer ul, section .answer ul li {
    color: #fff;
    opacity: 1;
    list-style-position: inside;
}
section .answer p:last-child, section .answer ul:last-child, section .answer img:last-child {
    margin-bottom: 0;
};
.home-btn:hover {
    cursor: pointer;
    background: #2B2B2B;
    color: #FFFFFF;
}
.home-btn:hover div:after {
    filter: invert(1) grayscale(1);
    transform: rotate(-45deg);
}
.user-rating .numbers {
    display: none;
}
.back-window.show {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
}
.back-window.show .back {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 25%);
    z-index: 11;
    cursor: pointer;
}
.back-window.show .window {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% - 3em);
    max-height: calc(100% - 4em);
    border-radius: 1em;
    background: #2d2d2d;
    z-index: 12;
}
.back-window.show .window:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    top: -1.25em;
    right: -1.25em;
    background-image: url(https://rocket-club.pro/img/icon/white-close.svg);
    background-size: 0.8em;
    background-position: 50%;
    background-repeat: no-repeat;
    pointer-events: none;
}
.back-window.show .window iframe {
    border-radius: 1em;
    width: 100%;
    height: 100%;
}
body.no-flow {
    overflow-y: hidden;
}
.art-list .art-card:hover {
    outline: 2px solid #D2B3FF;
}
.hd-links a:hover {
    background-image: linear-gradient(90deg,#7f7f7f 6px,transparent 0);
}
.share div:hover:not(.success) {
    filter: invert(1) grayscale(1);
}
.share div.share-copy.success {
    background-color: #e1fec6;
}