/*!********************************
* Author: volkod *
* Author URI: https://volkod.name *
**********************************/

/* Roboto подключается асинхронно из layout (не блокирует рендер) */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.flat {
    width: 100%;
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.full_article_desc table {
    border-collapse: collapse;
    padding: 0;
    margin: 15px 0;
    width: 100%;
}

.full_article_desc table tr,
.full_article_desc table td,
.full_article_desc table th {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

.full_article_desc table td {
    width: 50%;
}

.full_article_desc table tr td:first-of-type {
    font-weight: bold;
}

.full_article_desc table tr:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.05);
}

.full_article_desc table td,
.full_article_desc table th {
    padding: 4px 6px;
}

* {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: 0 !important
}

body {
    text-rendering: optimizeLegibility;
    background: #f3f4f6;
    color: rgba(0, 0, 0, .87);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    font-family: Roboto, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    overflow-x: hidden
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

a {
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    color: #21bd6e
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    width: auto
}

.adsense {
    width: 100%
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    padding: .3em 1.3em;
    border-radius: 10em;
    border: 1px solid #dadce0;
    text-align: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: background ease .3s, border-color ease .3s, color ease .3s, -webkit-box-shadow ease .3s;
    transition: background ease .3s, border-color ease .3s, color ease .3s, -webkit-box-shadow ease .3s;
    -o-transition: box-shadow ease .3s, background ease .3s, border-color ease .3s, color ease .3s;
    transition: box-shadow ease .3s, background ease .3s, border-color ease .3s, color ease .3s;
    transition: box-shadow ease .3s, background ease .3s, border-color ease .3s, color ease .3s, -webkit-box-shadow ease .3s
}

.btn svg {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: .4em
}

.btn.big {
    font-size: 1.2rem;
    text-transform: uppercase
}

.btn.green {
    border: none;
    background: #24cd77;
    color: #fff;
    fill: #fff
}

.btn.green:hover {
    background: #21bd6e
}

.btn.white {
    background: #fff;
    color: #24cd77;
    border-color: transparent
}

.btn.white:hover {
    background: 0 0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff
}

.btn:hover {
    -webkit-box-shadow: 0 1px 30px 1px #dadce0;
    box-shadow: 0 1px 30px 1px #dadce0;
    border-color: transparent
}

.header_page {
    width: 100%;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    padding: 12px 4vw;
    background: #24cd77;
    color: #fff
}

.header_page_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 770px) {
    .header_page_body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.logo {
    font-size: 22px;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 350px
}

.logo_link {
    color: #fff;
    text-decoration: none
}

@media (max-width: 1100px) {
    .logo {
        min-width: 150px
    }
}

.search {
    width: calc(100% - 600px - 40px);
    margin: 0 20px;
    position: relative;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

@media (max-width: 1100px) {
    .search {
        width: calc(100% - 300px - 150px - 40px)
    }
}

@media (max-width: 770px) {
    .search {
        width: calc(100% - 150px - 20px);
        margin-right: 0
    }
}

@media (max-width: 380px) {
    .search {
        width: 100%;
        margin: 1.1em 0 0
    }
}

.search_field {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    padding: .76rem 1rem;
    -webkit-transition: color ease .3s, background ease .3s, border-color ease .3s, -webkit-box-shadow ease .3s;
    transition: color ease .3s, background ease .3s, border-color ease .3s, -webkit-box-shadow ease .3s;
    -o-transition: color ease .3s, background ease .3s, box-shadow ease .3s, border-color ease .3s;
    transition: color ease .3s, background ease .3s, box-shadow ease .3s, border-color ease .3s;
    transition: color ease .3s, background ease .3s, box-shadow ease .3s, border-color ease .3s, -webkit-box-shadow ease .3s
}

.search_field::-webkit-input-placeholder {
    color: #fff;
    opacity: .7;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.search_field:-ms-input-placeholder {
    color: #fff;
    opacity: .7;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.search_field::-ms-input-placeholder {
    color: #fff;
    opacity: .7;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.search_field::placeholder {
    color: #fff;
    opacity: .7;
    -webkit-transition: color ease .3s;
    -o-transition: color ease .3s;
    transition: color ease .3s
}

.search_field:focus,
.search_field:valid {
    background: #fff;
    color: rgba(0, 0, 0, .87);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .24);
    border-color: rgba(0, 0, 0, .12)
}

.search_field:focus::-webkit-input-placeholder,
.search_field:valid::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .87);
    opacity: .45
}

.search_field:focus:-ms-input-placeholder,
.search_field:valid:-ms-input-placeholder {
    color: rgba(0, 0, 0, .87);
    opacity: .45
}

.search_field:focus::-ms-input-placeholder,
.search_field:valid::-ms-input-placeholder {
    color: rgba(0, 0, 0, .87);
    opacity: .45
}

.search_field:focus::placeholder,
.search_field:valid::placeholder {
    color: rgba(0, 0, 0, .87);
    opacity: .45
}

.search_field:focus~.search_btn,
.search_field:valid~.search_btn {
    fill: rgba(0, 0, 0, .87)
}

.search_btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: 0 0;
    fill: #fff;
    opacity: .7;
    -webkit-transition: fill ease .3s, opacity ease .3s;
    -o-transition: fill ease .3s, opacity ease .3s;
    transition: fill ease .3s, opacity ease .3s
}

.search_btn svg {
    display: block;
    width: 30px;
    height: 30px
}

.search_btn:hover {
    opacity: .9
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 350px
}

.menu .menu_item img {
    min-width: 16px;
}

@media (max-width: 770px) {
    .menu {
        width: 100%;
        margin-top: 1em;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.menu_item {
    list-style: none;
    margin: 0 .5em
}

.menu_item_link {
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color ease .3s;
    -o-transition: border-color ease .3s;
    transition: border-color ease .3s
}

.menu_item_link:hover {
    border-bottom-color: currentColor
}

@media (max-width: 1100px) {
    .menu {
        min-width: auto
    }
}

.main_page {
    padding: 25px 4vw
}

.main_page.main .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.block_main {
    width: 100%
}

.block_main_title {
    margin: 1rem 0 1.15rem;
    font-size: 1.6rem;
    font-weight: 500
}

.block_main_btn {
    text-align: center;
    margin: .5rem 0 1.5rem
}

.desc_page {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 1px #dadce0;
    box-shadow: 0 1px 10px 1px #dadce0;
    border-radius: .4rem;
    margin: 1rem 0 0;
    font-size: 1.1rem;
    padding: .8em 1em;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

/* Баннер раздела (категория/тег) — заглавная картинка под H1 */
.category_banner {
    display: block;
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
    border-radius: .4rem;
    margin: 0 0 1rem;
    background: #eef0f2;
    order: 0;
}

/* SEO-текст вверху раздела (не внизу) */
.desc_page_top {
    order: 0;
    margin: 0 0 1rem;
}

/* Индекс тегов (облако ссылок) */
.tags_index {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    background: #fff;
    box-shadow: 0 1px 10px 1px #dadce0;
    border-radius: .4rem;
    padding: 1em;
}
.tag_index_link {
    display: inline-block;
    border: 1px solid #21bd6e;
    color: #21bd6e;
    border-radius: 6px;
    padding: 5px 14px;
    text-decoration: none;
    font-size: 14px;
    transition: background .15s, color .15s;
}
.tag_index_link:hover {
    background: #21bd6e;
    color: #fff;
}

/* Анонс статьи в карточке (главная/архив) */
.short_block_link_excerpt {
    color: #5f6368;
    font-size: 13px;
    line-height: 1.45;
    margin: 6px 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desc_page h1,
.desc_page h2,
.desc_page h3,
.desc_page_title {
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 .5em
}

.desc_page p {
    margin: .75em 0
}

.desc_page p:last-child {
    margin-bottom: 0
}

.aside_block_title {
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: .3rem
}

.aside_block:not(:last-child) {
    margin-bottom: 1rem
}

.aside .yarpp-related {
    /* position: -webkit-sticky;
    position: sticky;
    top: 0; */
    margin-bottom: 1rem;
}

.ads_link {
    margin: .5rem 0 1rem
}

.ads_aside_block {
    margin-bottom: 1rem;
    max-width: 100%
}

.cop_dmca {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 10px 1px #dadce0;
    box-shadow: 0 0 10px 1px #dadce0;
    z-index: 9999;
    padding: 15px 4vw;
    color: #fff;
    font-size: 14px
}

@media (max-width: 500px) {
    .cop_dmca {
        padding: 10px 4vw
    }
}

.cop_dmca:not(.active) {
    display: none
}

.cop_dmca .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 414px) {
    .menu_item {
        margin: 0 .25em;
    }
}

@media (max-width: 500px) {


    .cop_dmca .wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.cop_dmca__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cop_dmca__btn-item {
    text-decoration: none
}

.cop_dmca__btn-item:first-child {
    display: inline-block;
    margin-right: 10px
}

@media (max-width: 600px) {
    .cop_dmca__btn-item:first-child {
        margin: 0
    }
}

.cop_dmca__text {
    margin-right: 20px
}

@media (max-width: 500px) {
    .cop_dmca__text {
        margin: 0 0 7px
    }
}

.download_block {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 1px #dadce0;
    box-shadow: 0 1px 10px 1px #dadce0;
    border-radius: .4rem;
    margin: 1rem auto;
    font-size: 1.1rem;
    padding: .8em 1em;
    width: 100%;
    max-width: 500px
}

.download_block__title {
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    line-height: 1.2
}

.download_block__img {
    display: block;
    border-radius: 8px;
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto 1rem
}

.download_block__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #24cd77;
    color: #fff;
    border: .07em solid #21bd6e;
    margin: 0 auto;
    line-height: 1;
    font-family: 'Big Shoulders Display', cursive;
    font-size: 3.8em;
    font-weight: 900
}

.download_block__btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.download_block__btn:not(.active) {
    display: none
}

.short_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.5rem;
    width: calc(100% + 1rem)
}

.short_block_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    width: calc(25% - 1rem);
    margin: 0 .5rem 1rem;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 10px 1px #dadce0;
    box-shadow: 0 1px 10px 1px #dadce0;
    font-size: 1rem;
    padding: .8em 1em 0 1em;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow ease .3s;
    transition: -webkit-box-shadow ease .3s;
    -o-transition: box-shadow ease .3s;
    transition: box-shadow ease .3s;
    transition: box-shadow ease .3s, -webkit-box-shadow ease .3s
}

@media (max-width: 1100px) {
    .short_block_link {
        width: calc(33.333% - 1rem)
    }
}

@media (max-width: 890px) {
    .short_block_link {
        width: calc(50% - 1rem)
    }
}

@media (max-width: 700px) {
    .short_block_link {
        width: calc(100% - 1rem)
    }
}

@media (max-width: 430px) {
    .short_block_link {
        width: calc(100% - 1rem)
    }
}

.short_block_link.ads {
    padding: .3em
}

.short_block_link.ads .adsbygoogle {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.short_block_link_body {
    width: 100%
}

.short_block_link_image,
.short_block_link_title {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.short_block_link_title {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    line-height: 1.3
}

.short_block_link_image {
    display: block;
    margin: 1em auto;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.short_block_link_info {
    font-weight: 300;
    font-size: .9em;
    line-height: 1.3
}

.short_block_link_info_title {
    font-weight: 400
}

.short_block_link_download {
    display: block;
    width: calc(100% + 2em);
    margin: .8em -1em -1px;
    text-align: center;
    padding: .5em 1em;
    background: #24cd77;
    color: #fff;
    -webkit-transition: background ease .3s;
    -o-transition: background ease .3s;
    transition: background ease .3s;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500
}

.short_block_link:hover {
    -webkit-box-shadow: 0 1px 30px 1px #dadce0;
    box-shadow: 0 1px 30px 1px #dadce0
}

.short_block_link:hover .short_block_link_download {
    background: #21bd6e
}

.aside_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 10px 1px #dadce0;
    box-shadow: 0 1px 10px 1px #dadce0;
    font-size: 1rem;
    padding: .8em 1em;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    line-height: 1.4;
    -webkit-transition: -webkit-box-shadow ease .3s;
    transition: -webkit-box-shadow ease .3s;
    -o-transition: box-shadow ease .3s;
    transition: box-shadow ease .3s;
    transition: box-shadow ease .3s, -webkit-box-shadow ease .3s
}

.aside_article:not(:last-child) {
    margin-bottom: .6em
}

.aside_article_img {
    width: 75px;
    height: 75px;
    border-radius: 8px;
    margin-right: .5em;
    overflow: hidden
}

.aside_article_right {
    width: calc(100% - 80px - .5em)
}

.aside_article_title {
    font-size: 1.3em;
    font-weight: 500;
    color: rgba(0, 0, 0, .87)
}

.aside_article_dev,
.aside_article_title,
.aside_article_version {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.aside_article:hover {
    -webkit-box-shadow: 0 1px 30px 1px #dadce0;
    box-shadow: 0 1px 30px 1px #dadce0
}

.full>.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.full_content {
    width: calc(100% - 300px - 1rem)
}

@media (max-width: 990px) {
    .full_content {
        width: 100%;
        margin-bottom: 40px
    }
}

.full_content.not_aside {
    width: 100%
}

.full_aside {
    width: 300px
}

@media (max-width: 990px) {
    .full_aside {
        width: 100%
    }
}

.full_article {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 1px #dadce0;
    box-shadow: 0 1px 10px 1px #dadce0;
    border-radius: 8px;
    font-size: 1rem;
    padding: 1.5rem 1.5rem;
    margin-bottom: 1rem
}

.full_article_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem
}

@media (max-width: 400px) {
    .full_article_header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.full_article_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 100px - 1rem)
}

@media (max-width: 400px) {
    .full_article_header_right {
        width: 100%;
        margin-top: .5em;
        text-align: center
    }
}

.full_article_header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: .5em;
    text-transform: uppercase
}

@media (max-width: 600px) {
    .full_article_header .btn {
        display: none
    }
}

.full_article_img {
    display: block;
    border-radius: 8px;
    height: 100px;
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-object-fit: cover;
    object-fit: cover
}

.full_article h2,
.full_article h3,
.full_article_title,
.full_article_titles {
    width: 100%;
    margin: 0 0 .3em;
    padding: 0;
    font-size: 1.5em;
    font-weight: 500
}

.full_article h3 {
    font-size: 1.4em
}

.full_article h4 {
    font-size: 1.3em
}

.full_article_screen {
    background: #24cd77;
    width: calc(100% + 3rem);
    margin: 1rem -1.5rem .5rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.full_article_screen p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.full_article_screen img {
    max-width: 265px;
    margin: .5rem;
    border-radius: 8px
}

.full_article_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 640px) {
    .full_article_info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.full_article_info_ad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 340px;
    width: 100%
}

@media (max-width: 525px) {
    .full_article_info_ad .adsense {
        margin-left: calc(-4vw + -4rem)
    }
}

.full_article_info_ad .adsbygoogle {
    width: 100%;
    height: 200px !important;
    margin-left: 0 !important
}

@media (max-width: 640px) {
    .full_article_info_ad {
        max-width: 100%;
        margin-bottom: 1rem
    }
}

.full_article_info_right {
    width: calc(100% - 340px - 1rem)
}

@media (max-width: 640px) {
    .full_article_info_right {
        width: 100%
    }
}

.full_article_info_version {
    line-height: 1.3
}

.full_article_info_version .title {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: .5em
}

.full_article_info_version .desc {
    font-size: .9em
}

.full_article_info_version .desc p {
    margin: 0 0 .5em
}

.full_article_info_version .desc p:last-child {
    margin-bottom: 0
}

.full_article_info_list,
.full_article_info_list tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: .95em
}

.full_article_info_list_item {
    list-style: none;
    padding: 0 .3em 1em 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
    display: block !important
}

.full_article_info_list_item td {
    display: block !important
}

.full_article_info_list_item .title {
    display: block !important;
    font-size: 1.15em;
    font-weight: 500
}

.full_article_info_list_item a {
    text-decoration: none
}

.full_article_info_list_item a:hover {
    text-decoration: underline
}

.full_article_desc {
    margin: 1rem 0 .8rem;
    font-size: 1.05em
}

.full_article_desc .full_article_titles {
    font-size: 1.5em
}

.full_article_desc p {
    margin: 0 0 .8em
}

.full_article_desc p:last-child {
    margin-bottom: 0
}

.full_article_desc ul {
    margin: 1rem 0;
    padding: 0
}

.full_article_desc ul li {
    list-style: none;
    position: relative;
    padding-left: 20px
}

.full_article_desc ul li:not(:last-child) {
    margin-bottom: .6em
}

.full_article_desc ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #24cd77;
    border-radius: 50%;
    left: 0;
    top: 9px
}

.full_article_video iframe,
.full_article_video video {
    display: block;
    width: 100%
}

.full_article .ads_link_full {
    margin: 1rem 0;
    height: 140px !important
}

.full_article_download {
    margin: 1rem 0 0
}

.full_article_download .btn {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-transform: none;
    padding: .7em 1.3em;
    margin-bottom: 1rem
}

.full_article_download .btn_left {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 650px) {
    .full_article_download .btn_left {
        white-space: normal
    }
}

.full_article_download .btn_right {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width: 650px) {
    .full_article_download .btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 8px
    }
}

.full_article_download_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: .9em
}

.full_article_download_info svg {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: .8rem
}

.full_article_share {
    margin-top: 1rem;
    text-align: center
}

.breadcrumbs {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 1px #dadce0;
    box-shadow: 0 1px 10px 1px #dadce0;
    border-radius: 8px;
    font-size: 1rem;
    padding: .8rem 1.5rem;
    margin-bottom: 1rem
}

.breadcrumbs>span {
    margin-right: .3em
}

.breadcrumbs>span:not(:first-child) {
    margin-left: .3em
}

.breadcrumbs a {
    color: #24cd77;
    text-decoration: none
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.footer_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    padding: 1rem 0;
    font-size: .9rem;
    border-top: 1px solid #dadce0
}

@media (max-width: 1240px) {
    .footer_page {
        padding: 1rem 4vw
    }
}

@media (max-width: 750px) {
    .footer_page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    font-weight: 500
}

.footer_menu_item {
    list-style: none;
    margin-right: .6em
}

.footer_menu_item_link {
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.footer_menu_item_link:hover {
    text-decoration: underline
}

.comments_block {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 1px #dadce0;
    box-shadow: 0 1px 10px 1px #dadce0;
    border-radius: 8px;
    font-size: 1rem;
    padding: 1.5rem 1.5rem;
    margin: 1rem 0 0
}

.comments_block_title {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 1rem
}

.add_reviews {
    margin-bottom: 1rem
}

.add_reviews_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.add_reviews_input {
    width: calc(50% - .5rem)
}

@media (max-width: 540px) {
    .add_reviews_input {
        width: 100%
    }
}

.add_reviews_input,
.add_reviews_textarea {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: .6em .8em;
    color: rgba(0, 0, 0, .87);
    background: #fff
}

.add_reviews_input::-webkit-input-placeholder,
.add_reviews_textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .87);
    opacity: 1
}

.add_reviews_input:-ms-input-placeholder,
.add_reviews_textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .87);
    opacity: 1
}

.add_reviews_input::-ms-input-placeholder,
.add_reviews_textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, .87);
    opacity: 1
}

.add_reviews_input::placeholder,
.add_reviews_textarea::placeholder {
    color: rgba(0, 0, 0, .87);
    opacity: 1
}

.add_reviews_textarea {
    width: 100%;
    height: 100px;
    resize: none
}

.comments_list {
    margin: 0;
    padding: 0
}

.comments_list li {
    list-style: none
}

.comments_list ul {
    padding: 0 0 0 65px
}

@media (max-width: 650px) {
    .comments_list ul {
        padding-left: 2em
    }
}

@media (max-width: 470px) {
    .comments_list ul {
        padding-left: 1em
    }
}

.comment_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1em
}

.comment_item_avatar {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.comment_item_content {
    width: calc(100% - 65px);
    border-bottom: 1px solid #dadce0;
    padding-bottom: .8em
}

.comment_item_content_header_author {
    font-weight: 500
}

.comment_item_content_header_date {
    font-size: .8em;
    font-weight: 300
}

.comment_item_content_text {
    font-size: 1.1em;
    margin: 0
}

.comment_item_content_text p {
    margin: 0
}

.comment_item_content_text_reply {
    font-size: .9em;
    margin: .2em 0 0
}

.comment_item_content_text_reply a {
    text-decoration: none
}

.comment_item_content_text_reply a:hover {
    text-decoration: underline
}

.navigation {
    width: 100%
}

.articles-pagination {
    margin-top: 15px !important;
}

.navigation .wp-paginate,
.articles-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.navigation .wp-paginate li,
.articles-pagination a,
.articles-pagination span {
    list-style: none;
    margin: .3rem
}

.navigation .wp-paginate li a,
.navigation .wp-paginate li span,
.articles-pagination a,
.articles-pagination span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
    padding: .3em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 1px #dadce0;
    box-shadow: 0 1px 10px 1px #dadce0;
    text-decoration: none;
    color: rgba(0, 0, 0, .87);
    font-size: 1.1rem;
    font-weight: 500;
    -webkit-transition: color ease .3s, background ease .3s, -webkit-box-shadow ease .3s;
    transition: color ease .3s, background ease .3s, -webkit-box-shadow ease .3s;
    -o-transition: color ease .3s, background ease .3s, box-shadow ease .3s;
    transition: color ease .3s, background ease .3s, box-shadow ease .3s;
    transition: color ease .3s, background ease .3s, box-shadow ease .3s, -webkit-box-shadow ease .3s
}

.navigation .wp-paginate li a.next,
.navigation .wp-paginate li a.prev,
.navigation .wp-paginate li span.next,
.navigation .wp-paginate li span.prev,
.articles-pagination a.next,
.articles-pagination a.prev,
.articles-pagination span.next,
.articles-pagination span.prev {
    font-size: 1.5em;
    line-height: 0;
    padding-bottom: .4em
}

.navigation .wp-paginate li a.current.page,
.navigation .wp-paginate li span.current.page,
.articles-pagination span.current {
    background: #24cd77;
    color: #fff
}

.navigation .wp-paginate li a:hover,
.articles-pagination a:hover {
    background: #24cd77;
    color: #fff;
    -webkit-box-shadow: 0 1px 30px 1px #dadce0;
    box-shadow: 0 1px 30px 1px #dadce0
}

.s-rate-app {
    position: absolute;
    display: inline-block;
    background: #24cd77;
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 10px
}

.s-rate-app:before {
    width: 0;
    height: 0;
    border-width: 13px;
    border-style: solid;
    border-color: #24cd77 rgba(79, 24, 100, 0) #24cd77 #24cd77;
    position: absolute;
    left: 100%;
    top: 0;
    content: ""
}

.poledow {
    display: block;
    background-color: #fff;
    color: #09200b !important;
    text-decoration: none !important;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 10px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px
}

.poledow:hover {
    background-color: #dffdef
}

.akismet_comment_form_privacy_notice {
    display: none
}

.full_article_download_info,
.tith2 h2 {
    color: #fff
}

.full_article_download_info {
    margin-top: 20px
}

.poledow svg {
    padding-top: 4px;
    display: inline-block;
    margin-right: 10px
}

.telegram-link {
    background-color: #33afe2;
    border: none;
    color: #fff !important;
    fill: #fff
}

.download_block .telegram-link {
    max-width: 320px;
    margin: 15px auto !important;
    clear: both;
    float: none;
    text-transform: uppercase;
    font-weight: normal !important;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
    display: flex;
    gap: 5px;
}

.g-play {
    display: block;
    background-image: url(../images/g-play.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position: 0 -15px; */
    width: 125px;
    height: 40px
}

/* .g-play:hover {
    background: url(../images/g-play.png) no-repeat scroll transparent;
    background-position: 0 -82px;
    width: 150px;
    height: 54px
} */

.short_block_link_info {
    text-align: center;
    margin-top: 5px
}

.article-author a,
.article-author a:hover {
    text-decoration: none
}

.article-author .author,
.article-author .title,
article-author .post-counter {
    color: #000;
    text-decoration: none
}

.fullautor {
    background: #fff
}

.fotopostautor img {
    width: 100%
}

.fotopostautor {
    display: block;
    border-radius: 8px;
    height: 100px;
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-object-fit: cover;
    object-fit: cover
}

.fullautor li {
    list-style: none
}

.author-image img {
    max-width: 50px
}

.article-author,
.left-info-author {
    display: inline-block
}

.right-info-author {
    vertical-align: top;
    margin-left: 10px;
    display: inline-block
}

.rautingpost {
    width: 100%;
}

.article-author {
    margin-top: 1rem
}

.telebut {
    display: inline-block;
    margin-top: 1.3rem;
    vertical-align: top;
    margin-left: 5px;
    margin-bottom: 1rem
}

.full_article_share {
    display: inline-block;
    margin-top: 1rem;
    float: right
}

.left-autor-block {
    width: 185px
}

.right-autor-block {
    width: 80%;
    width: calc(100% - 185px);
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pageautor {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.author-image-single img {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 3px #24cd77;
    box-shadow: 0 0 0 3px #24cd77
}

.autortitsingle {
    font-size: 257.5%;
    font-weight: 700;
    color: #24cd77
}

.autoprosmotrsingle {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile-stats__item-content {
    line-height: 0;
    margin-left: 10px
}

.profile-stats__control {
    margin: 0 10px
}

.linew {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e8e8e8;
    margin: 10px 0
}

.titaboutme {
    margin: 0 0 15px;
    font-size: 150%;
    font-weight: 700
}

.post-counter {
    font-size: .8rem
}

img[data-src]:not(.litespeed-loaded) {
    opacity: 0
}

#lang_choice_1 option,
#lang_choice_1 {
    color: #000 !important;
}

select#lang_choice_1 {
    opacity: 0;
}

select#lang_choice_1+span {
    transform: translateY(-2px);
}

#select2-lang_choice_1-results .select2-results__option {
    display: flex;
    align-items: center;
    font-size: 14px !important;
}


@media (max-width: 767px) {
    .full_article_desc {
        width: 100%;
    }

    .btn.green.mobile[href="#download_app"] {
        margin-left: auto;
        margin-right: auto;
        font-size: 16px !important;
    }

    .left-autor-block {
        width: unset !important;
    }

    .full_article_header>img {
        margin: 10px auto;
    }

    .full_article_header {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .full_article_header .full_article_header_right,
    .full_article_header h1 {
        width: 100%;
    }

    .full_article_header .rautingpost {
        display: none !important;
    }

    html body .full_article_header .btn[href="#download_app"] {
        display: none !important;
    }

    html body .btn.green.mobile[href="#download_app"] {
        display: flex !important;
    }

    .full_article {
        display: flex;
        flex-wrap: wrap
    }

    .full_article_header {
        order: 1;
    }

    .mobile-block-1 {
        order: 2;
    }

    p.full_article_titles {
        order: 7;
    }

    p.full_article_titles+.full_article_desc {
        order: 10;
    }

    html body .btn.green.mobile[href="#download_app"] {
        order: 11;
        margin-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 6px;
        padding-bottom: 5px;
    }

    .mobile-block-2 {
        order: 12;
    }

    /* .article_contents_block {
        order: 13;
    } */

    .mobile-block-3 {
        order: 14;
    }

    .full_article_desc_apps {
        order: 15;
    }

    .faq {
        order: 16;
    }

    .mobile-block-4 {
        order: 17;
    }

    .screenshotes-slider {
        order: 19;
    }

    .mobile-block-5 {
        order: 21;
    }

    .tags {
        order: 25;
    }

    .full_article_screen {
        order: 28;
    }

    .full_article_download {
        order: 31;
    }

    .full_article_video {
        order: 34;
        display: none;
    }

    h2.full_article_titles~.full_article_video {
        order: unset;
        display: block;
        margin-bottom: 15px;
    }

    .down-line {
        order: 37;
    }

    .menu .menu_item_link {
        font-size: 15px;
        line-height: 32px;
    }

    #select2-lang_choice_1-container {
        font-size: 15px;
    }

    #lang_choice_1 option,
    #lang_choice_1 {
        font-size: 18px;
    }

    #lang_choice_1 {
        width: 100%;
        overflow: hidden;
    }

    .full_article_screen img:not(.loaded) {
        min-height: 165px
    }

    .full_article_info_ad .adsense {
        min-height: 200px
    }

    .comments_list>li.google-auto-placed,
    .short_block_link.ads.adsense,
    .full_article+.google-auto-placed,
    .full_article_info_ad .adsense,
    .full_article_desc .adsense,
    .full_article_desc google-auto-placed,
    .full_aside google-auto-placed {
        min-height: 312px
    }

    .comments_list>li.google-auto-placed {
        height: auto !important;
    }

    html .full_article_video+.adsense {
        min-height: 150px
    }

    body:not(#js) .comments_list>li:nth-of-type(5n) {
        padding-bottom: 312px;
    }

    body:not(#js) .telebut {
        padding-bottom: 94px;
    }

    html .full_article_desc .flat_pm_start {
        min-height: 620px;
    }

    body:not(#js) .full_article+.adsense {
        min-height: 1280px
    }

    .full_article_header>img {
        min-height: 100px;
    }
}

.single_page .screenshotes-slider {
    margin-top: 20px;
    height: 355px;
    max-height: 355px;
    max-width: 100%;
    overflow: hidden;
}

.single_page .screenshotes-slider .item {
    display: flex;
    height: 355px;
    max-height: 355px;
    position: relative;
    margin-right: 10px;
}

.single_page .screenshotes-slider .item .play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.single_page .screenshotes-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 1px 10px 1px #DADCE0;
    z-index: 1;
    cursor: pointer;
}

.single_page .screenshotes-slider .slick-arrow.prev {
    left: 10px;
}

.single_page .screenshotes-slider .slick-arrow.next {
    right: 10px;
}

.single_page .screenshotes-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto;
}

.single_page .screenshotes-slider .slick-dots button {
    display: none;
}

.single_page .screenshotes-slider .slick-dots li {
    list-style-type: none;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.single_page .screenshotes-slider .slick-dots li.slick-active {
    width: 32px;
    background: #24cd77;
}

.single_page .tags {
    margin: 20px 0 25px 0;
}

.single_page .tags .items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single_page .tags .items a {
    padding: 4px 10px;
    border: 1px solid #00A6ED;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    color: #00A6ED;
    transition: 0.3s;
}

.single_page .tags .items a:hover {
    background: #00A6ED;
    color: #fff;
}

.single_page .socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 1px 10px 1px #dadce0;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}

.single_page .socials .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
}

.single_page .socials .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.single_page .socials .youtube .icon {
    background: #ec1714;
}

.single_page .socials .pinterest .icon {
    background: #cb2027;
}

.single_page .socials .twitter .icon {
    background: #1da1f2;
}

.single_page .socials .item .name {
    font-size: 14px;
    text-decoration: none;
}

.single_page .socials .youtube .name {
    color: #ec1714;
}

.single_page .socials .pinterest .name {
    color: #cb2027;
}

.single_page .socials .twitter .name {
    color: #1da1f2;
}

.single_page .faq {
    margin: 20px 0 25px 0;
}

.single_page .faq .items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single_page .faq .item {
    border: 1px solid #dadce0;
    border-radius: 4px;
}

.single_page .faq .item .question {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    cursor: pointer;
}

.single_page .faq .item .answer {
    font-size: 14px;
    padding: 0 20px 12px 20px;
    margin: 0;
}

.single_page .faq .item .answer p {
    margin: 0;
}

.single_page .down-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.single_page .share {
    display: flex;
    gap: 4px;
}

.single_page .share .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.single_page .share .item:hover {
    transform: translateY(-4px);
}

.single_page .share .item.facebook {
    background: #3b5998;
}

.single_page .share .item.twitter {
    background: #1da1f2;
}

.single_page .share .item.pinterest {
    background: #cb2027;
}

.single_page .share .item.telegram {
    background: #0088cc;
}

.single_page .share .item.reddit {
    background: #ff5700;
}

.single_page .commentNav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.main_page.category_page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.category_page .block_main {
    display: flex;
    gap: 30px;
}

.category_page .sidebar {
    flex-shrink: 0;
    width: 330px;
    height: max-content;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 10px 1px #DADCE0;
    overflow: hidden;
}

.category_page .sidebar .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #24cd77;
    color: #fff;
    padding: 13px 25px;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.category_page .sidebar .head .arrow {
    display: none;
    transition: 0.3s;
}

.category_page .sidebar.open .head .arrow {
    transform: rotate(90deg);
}

.category_page .sidebar .item .category {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FAFAFA;
    padding: 0 25px;
    height: 40px;
    text-decoration: none;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    color: initial;
    transition: 0.3s;
}

.category_page .sidebar .item .category:hover {
    color: #24cd77;
}

.category_page .sidebar .item .category .name {
    font-size: 15px;
    font-weight: 500;
}

.category_page .sidebar .item .category .arrow {
    margin-left: auto;
}

.category_page .sidebar .item .subcategories {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 25px;
    gap: 15px 0;
}

.category_page .sidebar .item .subcategory {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: initial;
    transition: 0.3s;
}

.category_page .sidebar .item .subcategory:hover {
    color: #24cd77;
}

.category_page .sidebar .item .subcategory .image {
    border-radius: 50%;
    background: #ccc;
}

.category_page .sidebar .item .subcategory .name {
    font-size: 13px;
}

.category_page .short_block_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 0.5rem);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 10px 1px #DADCE0;
    padding: 10px 25px;
    margin-bottom: 16px;
}

.category_page .short_block_wrap {
    width: 100%;
}

.category_page .short_block_head .block_main_title {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.category_page .short_block_link {
    width: calc(33% - 1rem);
}

.tag_page .short_block_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 10px 1px #DADCE0;
    padding: 10px 25px;
    margin-bottom: 1rem;
}

.tag_page .short_block_wrap {
    width: 100%;
}

.tag_page .desc_page {
    margin-bottom: 1rem;
}

.tag_page .short_block_head .block_main_title {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.tag_page .desc_page p:first-child {
    margin-top: 0;
}

.tag_page .image-wrap {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.wpcf7-form {
    margin-top: 20px;
}

input:not([type="radio"], [type="checkbox"], [type="search"], [type="submit"]) {
    border: 1px solid #c7c9ca;
    width: 100%;
    height: 40px;
    padding: 0 16px;
    margin-bottom: 10px;
    border-radius: 4px;
    outline: 0;
    margin-top: 4px;
}

input:not([type="radio"], [type="checkbox"], [type="search"], [type="submit"]):read-only {
    background: #f1f3f4;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
}

.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}

textarea {
    display: block;
    width: 100%;
    border: 1px solid #c7c9ca;
    padding: 8px 16px;
    margin-bottom: 30px;
    height: 100px;
    border-radius: 4px;
    margin-top: 4px;
}

.wpcf7-submit {
    text-align: center;
    width: 100%;
    height: 48px;
    background: #24cd77;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    border: none;
    transition: all ease .3s;
}

.wpcf7-submit:hover {
    -webkit-box-shadow: 0 1px 30px 1px #dadce0;
    box-shadow: 0 1px 30px 1px #dadce0;
    border-color: transparent;
}

.menu {
    min-width: auto;
    margin-right: 20px;
}

.hidden {
    display: none;
}

.current-language {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 30px;
    border: 1px solid #fff;
    padding: 0 8px;
    border-radius: 5px;
    flex-shrink: 0;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.current-language .language-icon {
    transform: scale(1.2);
}

.current-language:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.full_article {
    position: relative;
}

.safe-link {
    position: absolute;
    top: 0;
    right: 0;
}

.safe-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #21bd6e;
    border-left: 40px solid transparent;
}

.safe-link .icon {
    position: relative;
    top: 3px;
    right: 2px;
    z-index: 1;
}

.full_article_desc_apps {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.full_article_desc.show {
    max-height: none;
    padding-bottom: 30px;
}

.full_article_desc .read-more {
    /* display: none; */
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #24cd77;
    background: #fff;
    cursor: pointer;
}

.full_article_desc .read-more.show {
    display: flex;
}

.full_article_desc .read-more:before {
    content: attr(data-show);
}

.full_article_desc.show .read-more:before {
    content: attr(data-less);
}

.full_article_desc.show .read-more .arrow {
    transform: rotate(180deg);
}

.full_article_desc .read-more:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.full_article_desc.show .read-more:after {
    display: none;
}

.footer-page {
    background: #333;
    padding: 30px 4vw 15px 4vw;
    color: #999;
}

.footer-page .columns {
    display: flex;
    gap: 15px 30px;
    justify-content: space-between;
}

.footer-page a {
    color: inherit;
    text-decoration: none;
}

.footer-page .item .title {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px;
}

.footer-page .item ul {
    padding-left: 22px;
    margin: 0;
}

.footer-page .item a {
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    transition: 0.3s;
}

.footer-page .item a:hover {
    color: #fff;
}

.footer-page .wrap .item:not(:first-child) .title {
    border-top: 1px solid #484848;
    padding-top: 15px;
    margin-top: 15px;
}

.footer-page .footer-copyright {
    padding-top: 15px;
    border-top: 1px solid #484848;
    text-align: center;
    font-size: 13px;
    margin: 20px 0 0 0;
    color: #6f6f6f;
}

/*Popup*/
.popup {
    background-color: #fff;
    margin: auto;
    position: relative;
    padding: 30px;
    max-width: 500px;
    border-radius: 8px;
}

.language-popup {
    max-width: 630px;
}

.language-popup .languages {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
}

.language-popup .languages .item {
    list-style-type: none;
    width: calc(33.33% - 11px);
}

.language-popup .languages .item a {
    display: flex;
    justify-content: space-between;
    color: inherit;
    text-decoration: none;
    padding: 7px 16px;
    font-size: 16px;
    border-radius: 4px;
}

.language-popup .languages .item.current-lang a,
.language-popup .languages .item a:hover {
    background: rgb(33, 189, 110, 0.1);
    color: #21bd6e;
}

.language-popup .languages .item.current-lang a:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMS4zMzMzMSA0Ljk5OTk5TDQuMTkzMzEgNy44NTk5OUM0LjQ1MzMxIDguMTE5OTkgNC44NzMzMSA4LjExOTk5IDUuMTMzMzEgNy44NTk5OUwxMS4zMzMzIDEuNjY2NjYiIHN0cm9rZT0iIzIxYmQ2ZSIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPg0KPC9zdmc+');
    position: relative;
    top: -1px;
}

.safe-popup {
    max-width: 630px;
    font-size: 16px;
}

.mfp-close {
    padding: 0 10px;
    cursor: pointer;
}

.mfp-bg {
    opacity: 0.7;
}

/*Конец Popup*/

/*Анимация для попап окон*/
.my-mfp-zoom-in .popup {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .popup {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .popup {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*Конец анимация для попап окон*/

@media only screen and (max-width: 1200px) {

    .single_page .share {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .category_page .short_block_link {
        width: calc(49.5% - 1rem);
    }

    .footer-page .columns {
        flex-wrap: wrap;
    }

}

@media only screen and (max-width: 992px) {

    .single_page .socials {
        justify-content: center;
        gap: 50px;
    }

    .category_page .block_main {
        flex-direction: column;
    }

    .category_page .sidebar {
        width: calc(100% - 0.5rem);
    }

    .category_page .sidebar .item .subcategory {
        width: 25%;
    }

    .category_page .sidebar .items {
        display: none;
    }

    .category_page .sidebar .head {
        cursor: pointer;
    }

    .category_page .sidebar .head .arrow {
        display: block;
    }

    .footer-page .wrap {
        display: flex;
        gap: 30px;
        width: 100%;
    }

    .footer-page .wrap .item:not(:first-child) .title {
        border: none;
        padding-top: 0;
        margin-top: 0;
    }

}

@media only screen and (min-width: 768px) {
    .btn.green.mobile {
        display: none !important;
    }

    .mobile-row {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {

    .menu {
        width: auto;
    }

    .current-language {
        font-size: 15px;
        margin-top: 15px;
    }

    .language-popup .languages .item {
        width: 100%;
    }

    .category_page .sidebar .item .subcategory {
        width: 50%;
    }

    .footer-page .columns>.item {
        width: calc(50% - 15px);
    }

}

@media only screen and (max-width: 576px) {

    .single_page .screenshotes-slider {
        max-height: 150px;
        height: 150px;
        margin-bottom: 40px;
    }

    .single_page .screenshotes-slider .slick-slide {
        display: flex;
        max-height: 150px;
        height: 150px;
    }

    .single_page .screenshotes-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .single_page .screenshotes-slider .item .play {
        width: 50px;
    }

    .single_page .screenshotes-slider .slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }

    .single_page .screenshotes-slider .slick-dots li {
        background: #c2c2c2;
        width: 8px;
        height: 8px;
    }

    .single_page .share {
        margin-top: 10px;
    }

    .single_page .down-line {
        justify-content: center;
    }

    .category_page .short_block_link {
        width: calc(100% - 1rem);
    }

    .category_page .short_block_head {
        width: 100%;
    }

    .category_page .block_main {
        gap: 16px;
    }

    .main_page.category_page {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .category_page .sidebar {
        width: 100%;
    }

    .footer-page .item a {
        font-size: 12px;
        padding: 3px 0;
    }

    .footer-page {
        padding-top: 20px;
    }

    .footer-page .item .title {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .footer-page .columns>.item {
        width: auto;
    }

    .footer-page .columns {
        gap: 15px;
    }

}

@media (max-width: 600px) {
    .btn.mobile.green[href="#download_app"] {
        display: flex;
        font-size: 10px;
    }
}

@media (max-width: 530px) {
    .full_article_info_list_item {
        flex: 1 1 130px;
    }
}

.telegram-link {
    position: relative;
    margin-right: 15px;
    display: flex;
    text-decoration: none;
    background-color: #33afe2;
    padding: 9px 21px 9px 42px;
    color: #fff;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.article_contents_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

@media (max-width: 1040px) and (min-width: 801px) {
    .article_contents_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 670px) {
    .article_contents_block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.article_contents_block .adsense {
    width: auto
}

.subject_body {
    border: 2px solid #43a047;
    border-radius: 2px;
    width: calc(100% - 320px);
    /*max-height: 250px;*/
    position: relative;
    overflow: hidden;
    padding-bottom: 40px
}

.subject_body.active {
    max-height: 100%
}

@media (max-width: 1040px) and (min-width: 801px) {
    .subject_body {
        width: 100%;
        margin-bottom: 15px;
        max-height: 100%
    }
}

@media (max-width: 670px) {
    .subject_body {
        width: 100%;
        margin-bottom: 15px;
    }
}

.subject_body .contents-wrap__button-all {
    /*display: none;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    font-size: .85em;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #4CAF50;
    cursor: pointer;
    -webkit-transition: background ease .3s, -webkit-box-shadow ease .3s;
    transition: background ease .3s, -webkit-box-shadow ease .3s;
    -o-transition: background ease .3s, box-shadow ease .3s;
    transition: background ease .3s, box-shadow ease .3s;
    transition: background ease .3s, box-shadow ease .3s, -webkit-box-shadow ease .3s
}

.subject_body .contents-wrap__button-all:hover {
    background: #43a047
}

.subject_body .contents-wrap__button-all:not(.active) {
    -webkit-box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.35);
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.35);
}

.subject_body .contents-wrap__button-all.active {
    /*display: block;*/
}

.subject_body .kc_title {
    background: #43a047;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase
}

.subject_body .kc_title .text_block {
    display: inline-block;
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.subject_body.active .kc_title .text_block {
    border-bottom: 1px solid #fff;
}

.subject_body .kc_title .text_block span {
    font-size: 12px;
    font-weight: 400
}

.subject_body .kc_title .text_block span:hover {
    text-decoration: underline
}

.subject_body .contents {
    margin: 0;
    padding: 10px 15px;
    background: #43a047;
    color: #fff;
    counter-reset: list;
    min-height: 190px;
    display: none;
}

.subject_body.active .contents {
    display: block;
}

.subject_body .contents li {
    list-style: none;
    margin: 3px 0;
    position: relative;
    padding-left: 30px
}

.subject_body .contents li:before {
    content: counter(list) ".";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: none;
    width: auto;
    height: auto
}

.subject_body .contents li.top {
    counter-increment: list;
    counter-reset: list1
}

.subject_body .contents li.sub_1 {
    counter-increment: list1;
    counter-reset: list2;
    padding-left: 33px
}

.subject_body .contents li.sub_1:before {
    content: counter(list) "." counter(list1) "."
}

.subject_body .contents li.sub_2 {
    counter-increment: list2;
    padding-left: 48px
}

.subject_body .contents li.sub_2:before {
    content: counter(list) "." counter(list1) "." counter(list2) "."
}

.subject_body .contents li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: 500
}

.subject_body .contents li a:hover {
    text-decoration: underline;
}

.settings {
    position: absolute;
    top: -999em;
    right: -999em;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}


html #mod_info {
    display: none;
}

html #mod_info+.full_article_info_version .title {
    background: rgba(0, 0, 0, 0.05);
    display: block;
}

html #mod_info+.full_article_info_version ul li::before {
    top: 4px;
}

html #mod_info {
    display: none;
}

html #mod_info+.full_article_info_version {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

html #mod_info+.full_article_info_version .title {
    background: rgba(0, 0, 0, 0.05);
    display: block;
    padding: 4px 10px;
    cursor: pointer;
    margin: 0;
    position: relative;
}

html #mod_info+.full_article_info_version .title::before {
    content: "+";
    position: absolute;
    right: 10px;
    top: 5px;
}

html #mod_info:checked+.full_article_info_version .title::before {
    content: "-";
}

html #mod_info+.full_article_info_version ul li::before {
    top: 4px;
}

html #mod_info+.full_article_info_version .desc {
    padding: 0 15px;
    display: none;
}

html #mod_info:checked+.full_article_info_version .desc {
    display: block;
}

.game-info-shortcode {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin: 15px 0;
}

.game-info-shortcode .custom-game-info {
    display: flex;
    padding: 10px;
}

.game-info-shortcode .game-icon {
    flex-shrink: 0;
    margin-right: 15px;
}

.game-info-shortcode .game-details {
    flex-grow: 1;
    min-width: 0;
    /* Предотвращает переполнение flex-контейнера */
}

.game-info-shortcode .game-title {
    margin: 0 0 5px;
    font-size: 18px;
}

.game-info-shortcode .game-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.game-info-shortcode .game-title a:hover {
    color: #007bff;
}

.game-info-shortcode .game-rating {
    color: #ffc107;
    font-size: 16px;
    margin-bottom: 5px;
}

.game-info-shortcode .game-excerpt {
    margin: 5px 0;
    font-size: 14px;
}

.game-info-shortcode .two-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.8em;
    line-height: 1.4em;
}

.game-info-shortcode .game-categories {
    margin-top: 5px;
}

.game-info-shortcode .category-tag {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.game-info-shortcode .download-button-container {
    background-color: #f8f8f8;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.game-info-shortcode .download-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    max-width: 200px;
}

.related-posts-articles .aside_article_title {
    font-size: 1em;
    white-space: unset !important;
}

.game-content-table {
    overflow-x: scroll;
}

.full_article_desc section:has(table) {
    overflow-x: scroll;
}

/* 404 page specific styles */
.error-404 {
    text-align: center;
    padding: 50px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 50px auto;
}

.error-404 .page-header {
    margin-bottom: 30px;
}

.error-404 .page-title {
    font-size: 36px;
    color: #333333;
    margin: 0;
    line-height: 1.2;
}

.error-404 .page-content {
    font-size: 18px;
    color: #666666;
}

.error-404 .page-content p {
    margin-bottom: 20px;
}

/* Optional: Add a search form style if you want to include it */
.error-404 .search-form {
    max-width: 300px;
    margin: 0 auto;
}

.error-404 .search-form input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 16px;
}

.error-404 .search-form button[type="submit"] {
    display: none;
    /* Hide the submit button, assuming it's not needed */
}

.full_article_desc blockquote {
    margin: 1.5em 0;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 1em;
    font-style: italic;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #e5e7eb;
}

.full_article_desc blockquote::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #4CAF50;
    border-radius: 4px 0 0 4px;
}

.full_article_desc blockquote p {
    margin: 0;
    line-height: 1.6;
    color: #333;
    padding-left: 1rem;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Дополнительные классы, если они нужны где-то еще в .full_article_desc */
.full_article_desc .border-border-200 {
    border-color: #e5e7eb;
}

.full_article_desc .border-l-4 {
    border-left-width: 4px;
}

.full_article_desc .pl-4 {
    padding-left: 1rem;
}

@media (max-width: 768px) {
    .game-info-shortcode .custom-game-info {
        flex-direction: column;
    }

    .game-info-shortcode .game-icon {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .game-info-shortcode .game-details {
        text-align: center;
    }

    .game-info-shortcode .game-categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .game-info-shortcode .category-tag {
        margin-bottom: 5px;
    }

    .game-info-shortcode .download-button {
        max-width: none;
    }
}

/* Google Ads Temp */

#div-gpt-ad-21819531511-19,
#div-gpt-ad-21819531511-20 {
    display: none;
}

@media (max-width: 768px) {

    #div-gpt-ad-21819531511-22,
    #div-gpt-ad-21819531511-21,
    #div-gpt-ad-21819531511-23 {
        display: none;
    }

    #div-gpt-ad-21819531511-19,
    #div-gpt-ad-21819531511-20 {
        display: block;
    }
}