/**********************
***********************
** RTL FULLSTORY CSS for 5Play **
***********************
***********************/
.view-img-label {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: -1.25rem;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.25rem;
    height: 1.5rem;
    padding: 0.125rem 0.5rem;
    border-radius: 0.75rem;
    border-top-right-radius: 0!important;
}

@media(min-width:992px) {
    .bg-img-blur {
        position: absolute;
        z-index: -1;
        bottom: 5rem;
        left: 50%;
        margin-left: -22rem;
        transform: translate(20%, -10%);
        width: 68rem;
        height: 68rem;
        padding: .25rem;
        border-radius: 50%;
        overflow: hidden;
    }

    .bg-img-blur .fit-cover,
    .bg-img-blur::after {
        width: 100%;
        height: 100%;
        border-radius: inherit
    }

    .bg-img-blur .fit-cover {
        z-index: -1;
        opacity: .5
    }

    .bg-img-blur::before,
    .bg-img-blur::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0
    }

    .bg-img-blur::after {
        background-image: var(--dark-circle-blur)
    }

    .bg-img-blur::before {
        top: .25rem;
        left: .25rem;
        right: .25rem;
        bottom: .25rem;
        border-radius: inherit;
        background-color: rgba(55, 121, 157, .4);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px)
    }
	
	.view-img-label {
		margin-top: -1.75rem;
		font-size: 1rem;
		line-height: 1.5rem;
		height: 2rem;
		padding: 0.25rem 1rem;
		border-radius: 1rem;
	}
}

.view-app {
    margin-bottom: 2rem
}

.view-app-head .wrp-min,
.view-news-head .wrp-min {
    padding-top: 2rem
}

.view-app-head .title,
.view-news-head .title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem
}

.view-app-img {
    width: 100%;
    max-width: 10rem;
    margin-left: 1.5rem;
}

.view-app-img .img {
    width: 10rem;
    height: 10rem;
    position: relative;
    z-index: 0
}

.view-app-img .img::after,
.view-app-img .img::before {
    content: "";
    position: absolute;
    z-index: -1
}

.view-app-img .img::after {
    left: 50%;
    top: 50%;
    width: calc(100% + 3rem);
    height: calc(100% + 3rem);
    transform: translate(-50%, -30%);
    background-image: radial-gradient(closest-side, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%)
}

.view-app-img .img::before {
    background-size: 1rem 1rem;
    opacity: .5;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nIzE0MjYzNicgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==)
}

@media(min-width:576px) {

    .view-app-head .title,
    .view-news-head .title {
        font-size: 1.5rem
    }
}

@media(min-width:640px) and (max-width:767px) {
    .view-app-data {
        border-top: 1px solid rgba(255, 255, 255, .05);
        padding-top: 1.5rem;
        margin-top: 1rem
    }
}

@media(min-width:640px) {
    .view-app-head .wrp-min {
        padding-bottom: 5.5rem
    }

    .view-app-data {
        display: flex;
        flex-wrap: wrap
    }

    .view-app-data .specs-list {
        width: 100%;
        max-width: calc(100% - 14rem);
        flex: 0 0 calc(100% - 14rem)
    }

    .view-app-rate,
    .view-news-head .likes {
        max-width: 12rem;
        min-width: 12rem;
        margin-right: 2rem;
    }
}

@media(max-width:767px) {
    .view-app-head .title {
        text-align: center;
        max-width: 32rem;
        margin-left: auto;
        margin-right: auto
    }

    .view-app-img {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .view-app-main .btn-group {
        justify-content: center
    }

    .view-app-img .img::before {
        width: 15.75rem;
        height: 100%;
        margin-top: 2rem;
        left: 50%;
        top: 0;
        transform: translateX(-50%)
    }
}

@media(max-width:639px) {
    .view-app-head .wrp-min {
        padding-left: 0;
        padding-right: 0
    }

    .view-app-head .title {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .view-app-main {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media(min-width:768px) {
    .view-app-main {
        display: flex
    }

    .view-app-head .title,
    .view-news-head .title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem
    }

    .view-app-img .img::before {
        width: 100%;
        height: 80%;
        margin-right: 2rem;
        right: 0;
        top: 50%;
    }
}

@media(max-width:991px) {
    .view-app-head {
        background-image: radial-gradient(closest-side, rgba(55, 121, 157, .2) 0, rgba(55, 121, 157, 0) 100%);
        background-size: 35rem 35rem;
        background-position: 50% -20%;
        background-repeat: no-repeat
    }
}

@media(min-width:992px) {
    .view-app-img {
        max-width: 15rem;
        margin-left: 2.5rem;
    }

    .view-app-img .img {
        width: 15rem;
        height: 15rem
    }
}

@media(min-width:1040px) {
    .view-app {
        margin-bottom: 3.5rem
    }

    .view-app-head .wrp-min,
    .view-news-head .wrp-min {
        padding-top: 3.5rem;
        padding-bottom: 7rem
    }
}

.view-app-tools {
    position: relative;
    z-index: 1;
    font-size: .875rem;
    margin-top: .5rem
}

.view-app-tools a {
    padding: .5rem;
    display: inline-block;
    vertical-align: top;
    color: inherit
}

.view-app-tools a svg {
    vertical-align: middle;
    margin-top: -.125rem
}

.view-app-tools a>svg+span {
    margin-left: .25rem
}

.view-app-data .specs-list {
    margin-top: -.25rem
}

.spec-icon {
    min-width: 1.25rem;
    max-width: 1.25rem;
    margin-left: .5rem
}

.spec-icon svg {
    display: block
}

.spec-label {
    font-weight: 700
}

.spec-cont {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:639px) {
    .view-app-rate {
        display: flex;
        flex-direction: column
    }

    .view-app-rate .popularity {
        order: -1;
        margin-top: 0 !important;
        margin-bottom: 1rem
    }

    .rate-nums {
        display: flex;
        justify-content: space-between
    }

    .view-app-data .btn-group>.btn {
        display: block;
        width: 100%;
        margin-top: .5rem
    }

    .specs-list {
        margin: 0 -1.5rem;
        overflow: hidden;
        position: relative
    }

    .specs-list::after,
    .specs-list::before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 1.5rem;
        z-index: 1;
        pointer-events: none
    }

    .specs-list::before {
        left: 0;
        background-image: linear-gradient(90deg, var(--spec-fade) 0%, var(--spec-fade-transp) 100%)
    }

    .specs-list::after {
        right: 0;
        background-image: linear-gradient(-90deg, var(--spec-fade) 0%, var(--spec-fade-transp) 100%)
    }

    .specs-list ul {
        padding: 1.5rem 0;
        margin: -1.5rem 0;
        font-size: .75rem;
        display: flex;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .specs-list ul::after,
    .specs-list ul::before {
        content: "";
        display: block;
        min-width: 1rem;
        max-width: 1rem;
        height: 1rem
    }

    .specs-list ul>li {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        padding: 1.5rem .5rem;
        white-space: nowrap;
        position: relative
    }

    .specs-list ul>li a::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .spec-cont {
        min-width: 5.5rem
    }

    .spec-cont svg {
        width: 1rem;
        height: 1rem
    }

    .spec-cont,
    .spec-label,
    .spec-icon {
        display: block
    }

    .spec-icon {
        margin-bottom: .5rem
    }
}

@media(min-width:640px) {
    .view-app-tools {
        margin-top: 1rem
    }

    .specs-item {
        display: flex;
        align-items: center;
        min-width: 0;
        padding: .375rem 0;
        line-height: 1.5rem
    }

    .spec-label {
        width: 100%;
        max-width: 7rem;
        margin-left: 1.5rem;
    }

    .spec-cont svg {
        width: 1.25rem;
        height: 1.25rem
    }
}

@media(min-width:860px) {
    .spec-icon {
        min-width: 1.5rem;
        max-width: 1.5rem;
        margin-left: .75rem;
    }

    .specs-item {
        padding: .5rem 0
    }
}

@media(max-width:859px) {
    .specs-list {
        font-size: .875rem
    }

    .spec-icon svg {
        width: 1.25rem;
        height: 1.25rem
    }
}

@media(max-width:991px) {
    .specs-list {
        position: relative;
        z-index: 1
    }
}

.likes {
    display: flex
}

.likes>a:not(:first-child) {
    margin-right: .5rem;
}

.likes>a {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    font-weight: 700;
    font-size: .875rem;
    border-radius: .75rem;
    text-align: center;
    position: relative
}

.likes>a>span {
    display: block;
    padding: .5rem;
    transition: opacity .2s ease
}

.likes>a svg {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    margin-bottom: .25rem
}

.view-app-rate {
    text-align: center
}

.view-app-rate>*:not(:first-child) {
    margin-top: .75rem
}

.view-app-rate .likes>a {
    color: inherit !important;
    background-color: #142636
}

.likes>a>.like-minus {
    color: #f9563d
}

.likes>a>.like-plus {
    color: #4ccb70
}

@media(min-width:992px) {

    .likes>a>span,
    .view-app-tools a {
        transition: opacity .2s ease
    }

    .likes>a:hover>span,
    .view-app-tools a:hover {
        opacity: .8
    }
}

.rate-nums {
    font-size: .75rem
}

.rating_progress_bar {
    text-align: center;
    background-color: #f9563d;
    font-size: .6875rem;
    text-transform: uppercase;
    line-height: 1rem;
    padding: .25rem;
    border-radius: .75rem;
    position: relative;
    z-index: 0
}

.rating_progress_bar>span {
    background-color: var(--lcolor);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: .75rem;
    height: 100%;
    text-indent: 9999px;
    white-space: nowrap;
    overflow: hidden;
    z-index: -1;
    box-shadow: 0 0 .5rem 0 rgba(74, 201, 110, .3);
}

.view-app-data .btn-group {
    margin-top: 1.5rem;
    width: 100%
}

.view-app-rate .ya-share2 {
    margin-top: 1.5rem;
    height: 1.5rem
}

@media(min-width:860px) {
    .ya-share2::before {
        content: attr(title);
        font-size: .75rem;
        opacity: .5;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: .5rem
    }
}

.view-app-head .b-screens {
    margin-top: 3.5rem
}

.app-video-img {
    position: relative
}

.app-video-img .cover {
    display: block;
    position: relative;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .25);
    background-color: #273d52;
    max-height: 100%
}

.app-video-img .cover img {
    display: block;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden
}

.video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -1rem 0 0 -1rem;
    border: 0;
    background: 0 0;
    padding: .25rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .4);
    color: #fff
}

.video_btn svg {
    display: block
}

@media(max-width:639px) {
    .view-app-head .b-screens {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

@media(max-width:991px) {
    .b-screens .b-icon-title+.b-cont {
        margin-top: -1rem
    }

    .b-screens .b-cont {
        padding: 0;
        padding-bottom: .5rem;
        overflow: hidden
    }

    .screenshots {
        margin: -1.5rem 0;
        padding: 1.5rem 1rem;
        white-space: nowrap;
        text-align: center;
        overflow: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .screenshots>a,
    .app-video {
        display: inline-block;
        vertical-align: top;
        padding: 1rem .5rem
    }

    .screenshots>a img {
        border-radius: .5rem;
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .25);
        height: auto !important;
        width: 100% !important;
    }

    .app-video-img .cover img,
    .screenshots>a img {
        height: 12rem
    }
}

@media(min-width:992px) {
    .screenshots {
        display: flex;
        justify-content: center
    }

    .screenshots {
        padding-bottom: 2.75rem
    }

    .screenshots>a,
    .app-video {
        width: 100%;
        max-width: 25%;
        flex: 0 0 25%;
        position: relative;
        padding: 1.5rem;
        z-index: 0;
        text-align: center
    }

    .screenshots>* {
        display: none
    }

    .screenshots>*:nth-child(-n+4) {
        display: block
    }

    .screenshots>a::after,
    .app-video::after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 100%;
        background-color: #142636;
        border-radius: 50%;
        z-index: -1
    }

    .screenshots>a::before,
    .app-video::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        opacity: .3;
        margin-top: .75rem;
        margin-left: -.75rem;
        width: 1.5rem;
        padding-top: 1.5rem;
        z-index: -1;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZmlsbD0nI0ZGRkZGRicgZD0nTTE1LDNsMi4zLDIuM2wtMi44OSwyLjg3bDEuNDIsMS40MkwxOC43LDYuN0wyMSw5VjNIMTV6IE0zLDlsMi4zLTIuM2wyLjg3LDIuODlsMS40Mi0xLjQyTDYuNyw1LjNMOSwzSDNWOXogTTksMjEgbC0yLjMtMi4zbDIuODktMi44N2wtMS40Mi0xLjQyTDUuMywxNy4zTDMsMTV2Nkg5eiBNMjEsMTVsLTIuMywyLjNsLTIuODctMi44OWwtMS40MiwxLjQybDIuODksMi44N0wxNSwyMWg2VjE1eicvPjwvc3ZnPg==);
        background-size: 100% 100%
    }

    .screenshots>a img {
        position: absolute;
        max-width: 100% !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: .5rem;
        display: block;
        max-width: calc(100% - 1.5rem) !important;
        max-height: calc(100% - 1.5rem) !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto;
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .25);
        transition: margin-top .2s ease;
    }

    .screenshots>a:hover img {
        margin-top: -.25rem
    }

    .screenshots>a::before,
    .app-video::before {
        transition: opacity .2s ease
    }

    .screenshots>a:hover::before,
    .app-video:hover::before {
        opacity: .8
    }

    .app-video {
        cursor: pointer
    }

    .app-video-img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        padding: .75rem;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform .2s ease
    }

    .app-video-img .cover img {
        max-width: 100%;
        max-height: 12.25rem
    }

    .app-video:hover .app-video-img {
        transform: translateY(-.25rem)
    }
}

@media(min-width:640px) {
    .view-app-head+.block-list {
        margin-top: -3.5rem;
        position: relative;
        z-index: 1
    }
}

.link-faq {
    background-color: var(--spoiler);
    color: inherit;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: .75rem;
    padding: .75rem 1rem;
    line-height: 1.5rem
}

.link-faq:not(:first-child) {
    margin-top: .5rem
}

.link-faq::after {
    content: "";
    margin-right: auto;
    background-color: var(--lcolor);
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    transform: scale(.5);
}

@media(min-width:992px) {
    .link-faq {
        transition: background-color .7s ease, color .1s ease
    }

    .link-faq:hover {
        color: var(--lcolor);
        background-color: var(--spoiler-h)
    }

    .link-faq::after {
        transition: transform .3s ease, opacity .2s ease
    }

    .link-faq:hover::after {
        opacity: 1;
        transform: scale(1)
    }
}

.b-nobugs {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem
}

.b-nobugs-icon {
    margin-left: .75rem;
}

.b-nobugs-icon .c-green {
    width: 2.25rem;
    height: 2.25rem;
    padding: .375rem;
    display: block;
    border-radius: 50%;
    background-color: rgba(76, 203, 112, .1)
}

.b-nobugs-icon .c-green svg {
    display: block
}

@media(max-width:639px) {
    .b-nobugs-icon .img {
        display: none
    }
}

@media(min-width:640px) {
    .b-nobugs {
        padding: 1.5rem 2rem
    }

    .b-nobugs-icon {
        display: flex;
        align-items: center
    }

    .b-nobugs-icon .img {
        width: 2.75rem;
        height: 2.75rem
    }

    .b-nobugs-icon .img img {
        border-radius: .75rem
    }

    .b-nobugs-icon .c-green {
        background-color: var(--entry-label);
        margin-right: -.5rem;
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }
}

.b-nobugs-text {
    align-self: center;
    font-weight: 700;
    font-size: 16px
}

.b-nobugs-text>span {
    display: block
}

.b-nobugs+.b-cont {
    position: relative;
    z-index: 0;
    border-top: 1px solid var(--line)
}

.b-nobugs+.b-cont::before {
    content: "";
    position: absolute;
    left: .25rem;
    right: .25rem;
    top: 0;
    height: 3.75rem;
    margin-top: .25rem;
    background-size: 1rem 1rem;
    opacity: .05;
    z-index: -1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nIzE0MjYzNicgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==)
}

.downline-line-list {
    margin-top: -.5rem
}

.download-line {
    color: #fff !important;
    display: block;
    min-height: 3rem;
    padding: 1rem;
    border-radius: .75rem;
    margin-top: .5rem;
    transition: box-shadow .2s ease
}

.download-line-title {
    display: flex;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    font-weight: 700
}

.download-line-title svg {
    display: block
}

.download-line-size {
    font-size: .75rem;
    white-space: nowrap
}

@media(max-width:575px) {
    .download-line-title>span {
        order: -1;
        line-height: 1.4;
        min-width: 0;
        word-wrap: break-word
    }

    .download-line-title>i {
        margin-right: auto;
    }

    .download-line-size {
        opacity: .5
    }
}

@media(min-width:576px) {
    .download-line {
        display: flex;
        border-radius: 1.5rem;
        padding: .5rem
    }

    .download-line-title {
        align-items: center;
        padding: 0 0.5rem 0 2rem;
    }

    .download-line-title>i {
        margin-left: .5rem;
        opacity: .5;
    }

    .download-line-title>span {
        white-space: nowrap;
        overflow: hidden;
        line-height: 1.5rem;
        text-overflow: ellipsis
    }

    .download-line-size {
        margin-left: auto;
        background-color: rgba(0, 0, 0, .2);
        font-size: .875rem;
        height: 2rem;
        line-height: 1.5rem;
        padding: .25rem .75rem;
        border-radius: 1rem
    }
}

.mod-info {
    display: block;
    font-weight: 700;
    font-size: 1.125rem
}

.info-line {
    display: flex;
    align-items: flex-start;
    font-size: .875rem;
    margin-top: 1.5rem
}

.info-line-icon {
    margin-left: .5rem;
}

.info-line-icon svg {
    display: block
}

.info-line>span {
    align-self: center;
    line-height: 1.4rem;
    flex: 1 1 auto
}

.b-comments .info-line {
    background-color: rgba(254, 222, 74, .2);
    border-radius: .75rem;
    padding: .75rem;
    margin-top: 0;
    color: var(--nocomms)
}

.downline-line-list+.spoiler {
    margin-top: 1.5rem
}

.view-news-head .wrp-min {
    padding-bottom: 20rem
}

.view-news-head.dark-head {
    background-image: radial-gradient(closest-side, rgba(55, 121, 157, .2) 0, rgba(55, 121, 157, 0) 100%);
    background-size: 35rem 35rem;
    background-position: 50% -30%;
    background-repeat: no-repeat
}

.view-news-head+.block-list {
    margin-top: -18rem;
    position: relative
}

.view-news-head .meta-date {
    background-color: rgba(255, 255, 255, .1)
}

.b-article .img {
    padding-top: 56.5%;
    position: relative
}

.b-article .img .fit-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.b-article .img .fit-cover img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.b-article>.b-cont .read-next {
    margin-top: 1.5rem
}

.read-next {
    border-radius: .5rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    box-shadow: 0 .25rem 1rem 0 rgba(0, 0, 0, .05)
}

.read-next::before {
    content: attr(title);
    display: block;
    margin-bottom: .5rem;
    color: #4ccb70;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.read-next>a {
    display: block;
    max-width: 36rem;
    line-height: 1.3;
    font-weight: 700;
    color: inherit
}

.read-next>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.b-article>.b-cont .ya-share2 {
    margin-top: 1.5rem
}

@media(min-width:992px) {
    .read-next {
        transition: transform .2s ease, box-shadow .2s ease
    }

    .read-next:hover {
        transform: translateY(-.25rem);
        box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .05)
    }
}

@media(min-width:640px) {
    .view-news-head .wrp-min {
        display: flex;
        align-items: flex-start
    }

    .b-article>.b-cont {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .view-news-head.dark-head {
        background-size: 50rem 50rem;
        background-position: 30% -20%
    }

    .read-next>a {
        font-size: 1.25rem
    }

    .b-article>.b-cont .ya-share2 {
        margin-top: 2rem
    }
}

@media(max-width:639px) {
    .view-news-head .wrp-min {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .view-news-head .likes {
        margin-top: 1.5rem
    }

    .view-news-head .likes>a {
        background-color: #142636
    }

    .b-article>.b-cont .ya-share2 {
        text-align: center
    }
}

.text~.notify-panel {
    margin-top: 1.5rem
}

.notify-panel {
    padding: 1rem;
    position: relative;
    background-color: rgba(152, 80, 230, .07);
    border-radius: .75rem
}

.notify-panel-text p {
    margin: 0
}

.notify-panel>.btn a {
    color: inherit !important
}

.notify-panel>.btn a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

@media(min-width:576px) {
    .notify-panel {
        display: flex;
        align-items: center
    }

    .notify-panel-icon {
        margin-left: .25rem
    }

    .notify-panel-text,
    .notify-panel-icon {
        margin-right: 1.25rem
    }

    .notify-panel-text {
        flex: 1 1 auto;
        font-size: .875rem
    }

    .notify-panel>.btn {
        margin: .25rem;
        margin-left: auto
    }
}

@media(min-width:640px) {
    .text~.notify-panel {
        margin-top: 2rem
    }
}

@media(max-width:575px) {
    .notify-panel {
        text-align: center
    }

    .notify-panel-text {
        margin: 1rem 0
    }
}

#websignal_settings_news_dialogNews {
    height: auto !important;
    overflow: auto
}

#websignal_settings_news_dialogNews>i {
    display: none !important;
    font-style: normal
}

#websignal_settings_news_dialogNews>i+br {
    display: none !important
}

#websignal_settings_news_dialogNews>form>div>label {
    font-weight: 700;
    display: block;
    margin-bottom: 0
}

#websignal_settings_news_dialogNews label {
    color: inherit
}

#websignal_settings_news_dialogNews label>span {
    display: flex !important;
    align-items: center;
    position: relative;
    cursor: pointer
}

#websignal_settings_news_dialogNews label>span::before {
    content: "";
    display: block;
    width: 2rem;
    height: 1.25rem;
    margin-right: .75rem;
    border-radius: .75rem;
    background-color: rgba(23, 43, 61, .4);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PGNpcmNsZSBmaWxsPScjZmZmZmZmJyBjeD0nMTAnIGN5PScxMCcgcj0nNycvPjwvc3ZnPg==);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    transition: background-color .2s ease, box-shadow .2s ease, background-position .2s ease
}

#websignal_settings_news_dialogNews label>input[type=checkbox] {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

#websignal_settings_news_dialogNews label>input:checked~span::before {
    background-color: #4ccb70;
    box-shadow: 0 0 .75rem 0 rgba(75, 202, 111, .3);
    background-position: 100% 50%
}

.websignal_sub_block {
    margin-top: 1rem;
    background-color: var(--spoiler) !important;
    padding: 1rem !important;
    border-radius: .75rem
}

.websignal_sub_block>div:not(:first-child) {
    margin-top: .5rem
}

.websignal_sub_block>div>label {
    margin-bottom: 0
}

.kriksa-tags {
    overflow: hidden;
    clear: both;
    display: flex;
}

.kriksa-tags ul li {
    display: inline-flex;
    padding-right: 0;
    margin-left: 7px;
    margin-bottom: 10px;
}

.kriksa-tags ul li:before {
    display: none;
}

.kriksa-tags ul li a {
    transition: .2s;
    color: var(--lcolor);
    padding: 2px 16px;
    line-height: 28px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid var(--lcolor);
    font-size: 14px;
}

.kriksa-tags ul li a:hover {
    background: var(--lcolor);
    color: #fff;
}

.kriksa-tags ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
    flex-wrap: wrap;
}

.tab-content #app_description h2 {
    position: relative;
    text-align: right;
    margin-bottom: 22px;
}

.tab-content #app_description h2 strong,
.tab-content #app_description h2 span {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-left: 30px;
    color: #4a4a4a;
    font-weight: 700;
}

@media (max-width: 575px) {
    .tab-content #app_description h2:before {
        display: none;
    }

    .tab-content #app_description h2 strong {
        padding-left: 0;
    }
}

.darktheme .tab-content #app_description h2 strong,
.darktheme .tab-content #app_description h2 span {
    background: #273d52;
    color: #fff;
}

.single-suggest {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: -3px 0 30px -20px rgba(0, 0, 0, .5);
    background-color: #fff;
    padding: 15px 10px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.single-suggest a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.single-suggest__img {
    border-radius: 8px;
    margin-left: 10px;
    margin-bottom: 0
}

.single-suggest h2 {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 10px;
    max-width: 220px;
    text-align: right;
    line-height: 20px;
}

.single-suggest.active {
    visibility: visible;
    opacity: 1
}

.darktheme .single-suggest {
    background-color: var(--header-bg);
    box-shadow: -3px 0 30px -20px rgb(255 255 255 / 49%);
}

.darktheme .single-suggest h2 {
    color: #fff;
}

svg.c-green {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

.single-share {
    margin-top: 1.5rem !important;
    height: 1.5rem;
}

.single-share ul {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: -2px;
}

.single-share ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 2px 0px 0 0;
}

.single-share ul li a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
    line-height: normal;
}

.single-share ul li a span {
    color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
    height: 24px;
    width: 24px;
    background-size: 20px 20px;
    background-position: center;
}

span.share-icon-telegram {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #64a9dc;
}

.single-share ul li:first-child {
    margin-right: 0;
}

span.share-icon-linkedin {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #0083be;
}

span.share-icon-facebook {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #3b5998;
}

span.share-icon-pinterest {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #c20724;
}

span.share-icon-twitter {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #00aced;
}

span.share-icon-whatsapp {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-color: #65bc54;
}

.single-share>span {
    font-size: .75rem;
    opacity: .5;
    display: none;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

@media (min-width: 860px) {
    .single-share>span {
        display: block;
    }
}

.single-share ul li:hover {
    cursor: pointer;
    opacity: 0.85;
}