.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, .adv-list a .adv-btn, .adv-list a .adv-btn:after, .howto .steps .step div:first-child, .howto .btn-manual, .btn-start, .banner .btn-video img, .qa-block.show .answer, .art-list .art-card, .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 {
    float: right;
    margin-top: 2em;
    font-style: italic;
    font-size: .9em;
    margin-right: .8em;
    letter-spacing: .2em;
    line-height: 1.1em;
}
.user-rating .numbers span {
    font-weight: 500;
    font-size: 1.35em;
    font-style: normal;
    letter-spacing: .15em;
}
.adv-list a:hover .adv-btn {
    filter: brightness(0.75) grayscale(1);
}
.adv-list a:hover .adv-btn:after {
    right: -3.25em;
}
.howto .steps .step:hover div:first-child {
    background: #D2B3FF;
}
.howto .btn-manual:hover {
    background: #5d6466;
}
.howto .btn-start:hover {
    background: #D2B3FF;
}
.banner .btn-start:hover, #any-question .btn-start:hover {
    color: #D2B3FF;
}
.banner .btn-video:hover {
    cursor: pointer;
}
.banner .btn-video:hover img {
    transform: scale(1.2);
}
.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);
    max-width: calc(100% - 5em);
    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;
}
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;
}