@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'),local('Montserrat-Regular'),url('../fonts/montserrat-400.woff2') format('woff2'),url('../fonts/montserrat-400.woff') format('woff')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'),local('Montserrat-Bold'),url('../fonts/montserrat-700.woff2') format('woff2'),url('../fonts/montserrat-700.woff') format('woff')
}

.load * {
    transition: none!important
}

*,::after,::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus {
    outline: 0!important
}

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

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    outline: 0!important
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.anchor-line {
    overflow: hidden;
    height: 0
}

.anchor-line>span {
    margin-top: -4rem;
    display: block;
    height: 1px
}

@media (min-width: 768px) {
    .anchor-line>span {
        margin-top:-5rem
    }
}

body {
    margin: 0;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #151617;
    text-align: left;
    background-color: #fff
}

html {
    height: 100%
}

body {
    min-height: 100%;
    min-width: 320px;
    background-color: #fbfbfa
}

@media (min-width: 768px) {
    body {
        background-color:#f4f5f3;
        background-image: url(../images/bg.svg);
        background-position: 50% 5rem;
        background-repeat: no-repeat;
        background-size: 281rem auto
    }

    .body-main {
        background-position: 50% 22.5rem
    }
}

@media (max-width: 767px) {
    .body-main {
        background-position:50% 21.5rem
    }
}

a {
    color: #68cb5b;
    text-decoration: none;
    background-color: transparent
}

@media (min-width: 992px) {
    body {
        display:flex;
        flex-direction: column
    }

    a:hover {
        text-decoration: underline
    }
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.3
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.title {
    line-height: 1.3;
    word-wrap: break-word
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #edeff1
}

.smf {
    font-size: .875rem
}

.xsmf {
    font-size: .8125rem
}

.xxsmf {
    font-size: .6875rem
}

.normf {
    font-size: 1rem
}

.lgf {
    font-weight: 700;
    letter-spacing: -.02rem
}

.xlgf {
    font-weight: 700;
    letter-spacing: -.02rem
}

.xxlgf {
    font-weight: 700;
    letter-spacing: -.04rem
}

.xxxlgf {
    font-weight: 700;
    letter-spacing: -.06rem
}

.lgf {
    font-size: 1.125rem
}

.xlgf {
    font-size: 1.3rem
}

.xxlgf {
    font-size: 1.5rem
}

.xxxlgf {
    font-size: 1.8rem
}

@media (min-width: 460px) and (max-width:1279px) {
    .lgf {
        font-size:1.2rem
    }

    .xlgf {
        font-size: 1.35rem
    }

    .xxlgf {
        font-size: 1.65rem
    }

    .xxxlgf {
        font-size: 2rem
    }
}

@media (min-width: 1280px) {
    .lgf {
        font-size:1.375rem
    }

    .xlgf {
        font-size: 1.625rem
    }

    .xxlgf {
        font-size: 2rem
    }

    .xxxlgf {
        font-size: 2.75rem
    }
}

.fbold {
    font-weight: 700
}

.fnormal {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.noline {
    text-decoration: none!important
}

.uline {
    text-decoration: underline!important
}

.muted {
    color: #b2b2b2!important
}

.c-warn {
    color: #8d764d!important
}

.c-green {
    color: #68cb5b!important
}

.b-yellow {
    background-color: #ffe93b
}

.b-green {
    background-color: #68cb5b
}

.vhide {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

.cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.arrow_drop::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -.15rem;
    margin-left: .25rem;
    border-width: .25rem .25rem 0 .25rem;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-flex {
    display: flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-flex {
        display: flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-flex {
        display: flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-flex {
        display: flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-flex {
        display: flex!important
    }
}

@media (min-width: 992px) {
    .grid {
        display:flex;
        flex-wrap: wrap;
        margin-right: -1rem;
        margin-left: -1rem
    }

    .grid-2,.grid-3,.grid-4,.grid-a,.grid-f,.grid-m {
        position: relative;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .grid-m {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .grid-a {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .grid-f {
        flex: 0 0 100%;
        max-width: 100%
    }

    .grid-4 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .grid-3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .grid-2 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.page {
    width: 100%
}

.wrp {
    width: 100%;
    max-width: calc(1200px + 4rem);
    margin: 0 auto
}

@media (min-width: 500px) {
    .wrp {
        padding:0 2rem
    }
}

.footer {
    margin-top: auto;
    color: #343a40
}

.foot_line {
    display: none
}

.copyright {
    padding-bottom: 2rem
}

@media (max-width: 767px) {
    .copyright {
        margin-top:2rem
    }
}

@media (min-width: 768px) {
    .copyright,.footer .banner {
        margin-top:4.5rem
    }
}

@media (min-width: 992px) {
    .foot_line {
        display:block;
        background-color: #edeFECA6
    }

    .foot_line>.wrp {
        display: flex
    }

    ul.foot_menu {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0 0 0 -.75rem
    }

    .social::before,ul.foot_menu>li>a {
        opacity: .8;
        padding: .25rem .75rem;
        line-height: 1.5rem
    }

    ul.foot_menu>li>a {
        color: inherit;
        display: block
    }

    ul.foot_menu>li>a:hover {
        opacity: 1
    }

    .social::before {
        content: attr(title);
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700
    }
}

@media (min-width: 576px) {
    .copyright svg {
        vertical-align:middle;
        margin-top: -.25rem;
        margin-right: .5rem
    }

    .copyright_i2::before {
        content: " — "
    }
}

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

    .copyright>* {
        display: block
    }

    .copyright svg {
        width: 2rem;
        height: auto;
        margin-bottom: 1rem
    }
}

.social {
    display: flex;
    margin-left: auto
}

.soc_vk {
    color: #6d99cb
}

.soc_tg {
    color: #039be5
}

.soc_fb {
    color: #1778f2
}

.soc_yt {
    color: #ea3d3d
}

html.hfix .header {
    position: fixed
}

.header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 55;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.05)
}

.header>header {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 .5rem;
    color: #343a40
}

@media (min-width: 992px) {
    .header>header {
        display:flex;
        align-items: center
    }
}

@media (max-width: 767px) {
    .header>header {
        height:4rem
    }

    html.hfix body {
        padding-top: 4rem
    }
}

@media (min-width: 768px) {
    .header>header {
        height:5rem
    }

    html.hfix body {
        padding-top: 5rem
    }
}

@media (min-width: 576px) {
    .header>header {
        padding:0 2rem
    }
}

.header::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: .8rem;
    width: 96%;
    transform: translateX(-50%);
    box-shadow: 0 0 2.5rem 0 rgba(0,0,0,.12)
}

.logo {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

.logo svg {
    width: 128px;
    height: 64px;
    display: block
}

.logo>a {
    margin-left: -1rem;
    display: block
}

.logo-t-fill {
    fill: #121416
}

.logo-w-fill {
    fill: #68cb5b
}

.logo-wmd-bg {
    fill: #ffebeb
}

.logo-psh-bg {
    fill: #e6f4dc
}

.logo-hwn-bg {
    fill: #29343d
}

.logo-hny-bg {
    fill: #DCEFF7
}

.logo-hbd-bg {
    fill: #eeebff
}

.logo-ahd-bg {
    fill: #e6f4dc
}

.logo-lvd-bg {
    fill: #FFEBEB
}

.logo-lvd-text {
    fill: #4f3232
}

@media (min-width: 1140px) {
    .logo {
        flex:1 1 0;
        margin-right: auto
    }
}

@media (max-width: 991px) {
    .tools>.lang {
        display:none
    }

    .header>header::after {
        clear: both;
        display: block;
        content: ""
    }

    .head_menu>ul>li>a>i,.hmenu {
        display: none
    }

    .toggle_submenu {
        display: block
    }

    .hmenu {
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        display: none;
        opacity: 0;
        overflow: hidden;
        overflow-y: scroll;
        transition: opacity .3s ease
    }

    .hmenu.sm {
        overflow: hidden
    }

    .hmenu .btn-close {
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(-100%);
        opacity: 0;
        z-index: 1
    }

    .head_menu {
        margin: 0;
        width: 100%;
        min-height: 100%;
        max-width: 580px;
        padding: 0 2rem;
        margin-left: auto;
        margin-right: auto;
        transition: transform .5s ease,opacity .3s ease;
        transform: translateY(30%);
        opacity: 0
    }

    .head_menu {
        padding: 4rem 0 3.5rem 0
    }

    .head_menu>ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .head_menu>ul>li>a {
        display: block;
        padding: .55rem 2.5rem
    }

    .head_menu>ul.head_menu_f>li>a {
        font-size: 1.25rem;
        padding: .75rem 2.5rem;
        line-height: 1.5rem;
        height: 3rem
    }

    .head_menu>ul a {
        color: inherit
    }

    .head_menu li.active>a {
        color: #68cb5b
    }

    .head_menu>ul.head_menu_s {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .head_menu button {
        border: 0 none;
        background: 0 0
    }

    .head_menu_s_foot {
        padding: .75rem 2rem;
        margin-top: auto
    }

    .head_menu_s_foot>.lang {
        float: right
    }

    .head_menu .social {
        margin-left: 0;
        padding: .5rem
    }

    .submenu:not(.open)>.toggle_submenu {
        position: absolute;
        margin: 0;
        right: 0;
        width: 3rem;
        height: 3rem;
        opacity: .5;
        padding: .75rem;
        transform: translateY(-100%);
        margin-right: 1.5rem
    }

    .submenu:not(.open)>.toggle_submenu::after {
        content: "";
        display: block;
        border: 0 solid;
        border-width: 2px 2px 0 0;
        width: .75rem;
        height: .75rem;
        transform: rotate(45deg)
    }

    .submenu.open {
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 122;
        overflow: hidden;
        overflow-y: scroll
    }

    .submenu.open>.toggle_submenu {
        height: 4rem;
        width: 4rem;
        color: inherit!important
    }

    .submenu .toggle_submenu .i__arrowleft {
        width: 1.5rem;
        height: 1.5rem;
        display: none
    }

    .submenu.open .toggle_submenu .i__arrowleft {
        display: block;
        margin: 0 auto
    }

    .submenu>ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 0 4rem 0
    }

    .hmenu.open,.submenu.open>ul {
        display: block
    }

    .submenu>ul>li>a {
        font-size: 1rem;
        display: block;
        padding: .5rem 2.5rem;
        line-height: 1.5rem
    }

    .submenu>ul>li:first-child>a {
        font-size: 1.25rem;
        padding: .75rem 2.5rem
    }

    html.hm {
        overflow: hidden;
        width: 100%;
        height: 100%
    }

    html.hm .hmenu.open {
        opacity: 1
    }

    html.hm .hmenu.open .btn-close,html.hm .hmenu.open>.head_menu {
        transform: translateY(0);
        opacity: 1
    }
}

@media (min-width: 500px) and (max-width:991px) {
    .head_menu>ul.head_menu_f>li>a,.head_menu>ul>li>a,.submenu>ul>li:first-child>a,.submenu>ul>li>a {
        padding-left:3.5rem;
        padding-right: 3.5rem
    }

    .head_menu_s_foot {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .submenu:not(.open)>.toggle_submenu {
        margin-right: 3rem
    }
}

@media (min-width: 576px) and (max-width:991px) {
    .logo {
        float:left
    }

    .head_menu_btn,.header .tools {
        float: right;
        margin-top: 1rem
    }

    .head_menu_btn {
        margin-right: -.75rem
    }

    .header .tools {
        margin-right: .5rem
    }
}

@media (max-width: 767px) {
    .head_menu_btn,.header .tools {
        margin-top:.5rem
    }
}

@media (min-width: 768px) {
    .logo>a {
        padding:.5rem;
        margin-left: -1.5rem
    }
}

@media (min-width: 992px) {
    .tools {
        display:flex;
        flex-direction: row;
        justify-content: flex-end;
        margin-left: auto
    }

    .hmenu {
        display: block;
        flex: 3 1 0;
        max-width: 1200px
    }

    .head_menu_f {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center
    }

    .head_menu_f>li {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        position: relative
    }

    .head_menu_f>li>a {
        display: block;
        padding: 1rem .75rem;
        color: inherit;
        text-decoration: none!important
    }

    .head_menu_f>li>a>span {
        display: block
    }

    .head_menu_f>li>a>i {
        display: block;
        margin-bottom: .25rem;
        color: #e2e5e2
    }

    .head_menu_f>li>a>i svg {
        width: 24px;
        height: 24px
    }

    .head_menu_f>li>a>i svg>* {
        opacity: 1
    }

    .head_menu_f>li.active>a {
        color: #68cb5b;
        opacity: 1!important
    }

    .head_menu_f>li.active>a i {
        color: inherit!important
    }

    .head_menu_f>li.active>a svg .icon_lightcolor {
        opacity: .3
    }

    .head_menu_f>li>a,.head_menu_f>li>a>* {
        cursor: pointer
    }

    .head_menu_f>li>a {
        transition: opacity .2s ease
    }

    .head_menu_f>li>a:hover {
        opacity: .6
    }

    .head_menu_s,.head_menu_s_foot {
        display: none!important
    }

    .toggle_submenu {
        display: none
    }

    .submenu {
        position: absolute;
        left: 50%;
        top: 100%;
        margin-top: -.25rem;
        font-size: .875rem;
        transform: translateX(-50%) translateY(-1rem);
        background-color: #fff;
        box-shadow: 0 .5rem 1.5rem 0 rgba(0,0,0,.16);
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease .1s,transform .4s ease .1s
    }

    .head_menu_f>li:hover>.submenu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0)
    }

    .submenu::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
        border-style: solid;
        border-width: 0 .75rem .75rem .75rem;
        border-color: transparent transparent #fff transparent
    }

    .submenu ul {
        list-style: none;
        padding: 1rem;
        margin: 0
    }

    .submenu ul>li {
        min-width: 10rem
    }

    .submenu ul>li>a {
        text-align: left;
        display: block;
        padding: .25rem .5rem;
        font-weight: 400;
        color: inherit;
        text-decoration: none;
        white-space: nowrap
    }

    .submenu ul>li>a:hover {
        color: #68cb5b
    }
}

@media (min-width: 1140px) {
    .tools {
        flex:1 1 0
    }
}

@media (min-width: 576px) {
    .logo svg {
        margin-left:-.5rem
    }

    .tools {
        margin-right: -.5rem
    }
}

.head_menu_btn,.tool-btn {
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    color: inherit
}

button.head_menu_btn {
    border: 0 none;
    background: 0 0;
    position: relative
}

@media (max-width: 575px) {
    .head_menu_btn {
        float:left
    }

    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .logo>a {
        margin-left: 0!important
    }

    .tools {
        float: right
    }
}

@media (max-width: 991px) {
    .butterbrod {
        width:24px;
        height: 24px;
        display: block;
        margin: 0 auto;
        color: inherit;
        overflow: hidden;
        cursor: pointer
    }

    .butterbrod>i {
        display: block;
        margin: 5px auto 0 auto;
        max-width: 18px;
        height: 0;
        border-top: 2px solid
    }

    .butterbrod>i:first-child {
        margin-top: 4px
    }
}

.tool-btn {
    border: 0 none;
    background: 0 0;
    position: relative
}

.tool-btn>svg {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px
}

@media (min-width: 992px) {
    .tool-btn::after {
        content:"";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 2rem;
        width: 2rem;
        border-radius: 50%;
        margin: -1rem 0 0 -1rem;
        transform: scale(.5);
        opacity: 0;
        background-color: rgba(220,225,229,.3);
        transition: opacity .2s ease,transform .4s ease
    }

    .tool-btn:hover::after {
        transform: scale(1);
        opacity: 1
    }
}

a.lang {
    display: inline-block;
    cursor: pointer
}

a.lang,a.lang>span {
    padding: .5rem
}

a.lang {
    text-decoration: none!important;
    color: inherit
}

.flag {
    width: 1.125rem;
    height: 1.125rem;
    background-size: 100% auto;
    margin-right: .5rem
}

.minbtn {
    background-color: rgba(220,225,229,.3)
}

a.lang>span {
    height: 2rem;
    border-radius: 1rem;
    display: flex;
    align-items: center
}

@media (min-width: 992px) {
    .minbtn {
        transition:background-color .4s ease
    }

    .minbtn:hover,a.lang:hover>.minbtn {
        background-color: rgba(220,225,229,.6)
    }
}

.toolbar {
    color: #343a40;
    min-width: 0;
    height: 4rem;
    margin-bottom: 2rem;
    align-items: center;
    border-bottom: 1px solid #e2e5e2;
    box-shadow: 0 1px 0 0 #fff
}

.toolbar::after {
    clear: both;
    display: block;
    content: ""
}

.toolbar .breadcrumbs {
    overflow: hidden;
    line-height: 2rem;
    height: 2rem
}

.toolbar_right {
    float: right
}

.toolbar_right .catsmenu_btn:last-child {
    margin-right: -.75rem
}

.toolbar_right .catsmenu_btn {
    float: left
}

.toolbar_dark {
    color: #fff;
    background-color: #121416;
    box-shadow: none!important;
    border-bottom: 0 none;
    margin-bottom: 0!important
}

.toolbar_dark .minbtn {
    background-color: #292c2f!important
}

.toolbar_dark .breadcrumbs {
    display: none
}

.toolbar_dark .breadcrumbs::after {
    background-color: #121416;
    box-shadow: 0 0 1rem 1rem #121416
}

.catbar {
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    margin-left: -.5rem;
    margin-bottom: .5rem;
    margin-top: -.5rem
}

.catbar>li {
    display: inline
}

.catbar>li::after {
    content: " / ";
    opacity: .3
}

.catbar>li:last-child::after {
    display: none
}

.catbar>li>a {
    display: inline-block;
    padding: .5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem
}

.breadcrumbs {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

@media (min-width: 576px) {
    .no-toolbar {
        margin-top:2rem
    }

    .toolbar_right>* {
        margin-left: 1rem
    }

    .toolbar_dark .breadcrumbs {
        display: block
    }
}

@media (max-width: 575px) {
    .toolbar {
        margin-bottom:0;
        overflow-x: auto
    }

    .toolbar:not(.toolbar_dark) {
        display: none
    }

    .tb_on .toolbar:not(.tb_showfull) {
        display: block
    }

    .tb_showfull .toolbar_right {
        display: none!important
    }

    .toolbar.tb_showfull,.toolbar.tb_showfull .breadcrumbs {
        display: block!important;
        overflow-x: auto
    }

    .toolbar.tb_showfull .breadcrumbs,.toolbar_right {
        flex: 1 1 auto
    }

    .toolbar_right {
        float: none!important
    }

    .toolbar .catsmenu_btn {
        float: left;
        margin-left: -.75rem
    }

    .page {
        margin-top: 2rem
    }

    .card_row~.page {
        margin-top: 0
    }

    .catbar>li>a {
        font-size: .75rem
    }

    .catbar {
        overflow: hidden;
        position: relative
    }

    .catbar::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 16px;
        background: linear-gradient(-90deg,#fbfbfa 0,#fbfBFA00 100%);
        pointer-events: none
    }

    html.darkmod .catbar::after {
        background: linear-gradient(-90deg,#121416 0,#12141600 100%)
    }
}

@media (min-width: 768px) {
    .no-toolbar {
        margin-top:3.75rem
    }
}

@media (min-width: 500px) {
    .toolbar {
        padding:1rem 2rem
    }
}

@media (max-width: 499px) {
    .toolbar {
        padding:1rem 1.5rem
    }
}

@media (max-width: 339px) {
    .toolbar {
        padding-left:.75rem;
        padding-right: .75rem
    }
}

.main-head {
    background-image: url(../images/head-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    background-color: #152b3c;
    color: #fff;
    overflow: hidden
}

.main-head-left {
    position: relative;
    z-index: 1;
    max-width: 28rem
}

.main-head-left,.main-head-right {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem
}

.main-head .title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3
}

.main-head .title+p {
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden
}

@media (max-width: 991px) {
    .main-head-left {
        margin:0 auto;
        text-align: center;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .main-head {
        background-image: url(../images/head-bg-min.jpg)
    }

    .main-head .btn-orange {
        display: inline-block!important
    }

    .main-head .btn {
        width: 47%;
        max-width: 9rem
    }

    .main-head .btn-orange {
        margin-left: .5rem
    }
}

@media (max-width: 576px) {
    .main-head {
        background-image:url(../images/head-bg-min2.jpg);
        background-position: 30% 50%
    }
}

@media (min-width: 992px) {
    .main-head .wrp {
        display:flex
    }

    .main-head-right {
        display: block!important;
        position: relative;
        background-color: #f77a4c;
        width: 45%;
        max-width: 30rem;
        padding-left: 2rem;
        margin-left: auto
    }

    .main-head-right::after,.main-head-right::before {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent
    }

    .main-head-right::after {
        left: 0;
        margin-left: -9.75rem;
        border-bottom-color: #f77a4c;
        border-width: 0 0 22.5rem 9.75rem
    }

    .main-head-right::before {
        right: 0;
        margin-right: -9.75rem;
        border-top-color: #f77a4c;
        border-width: 22.5rem 9.75rem 0 0
    }
}

@media (min-width: 1140px) {
    .main-head-right {
        margin-right:3rem
    }
}

.section {
    padding-top: 1.5rem
}

.section-sep .sep_line {
    margin-top: 1.5rem
}

.sep_line {
    position: relative;
    height: 1rem;
    width: 100%;
    background-image: url(../images/sep.svg);
    background-position: 0 50%;
    background-repeat: repeat-x;
    background-size: 3rem auto
}

.section-title {
    font-size: 1.25rem;
    margin-bottom: .75rem;
    line-height: 1.4
}

.section-btn {
    margin-top: 2rem
}

@media (min-width: 500px) {
    .section {
        padding-top:2.5rem
    }

    .section-sep .sep_line {
        margin-top: 2.5rem
    }
}

@media (min-width: 768px) {
    .section {
        padding-top:3.75rem
    }

    .section-sep .sep_line {
        margin-top: 3.75rem
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1rem
    }
}

@media (max-width: 575px) {
    .section-btn .btn {
        width:100%;
        display: block
    }
}

@media (max-width: 499px) {
    .section {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

@media (max-width: 350px) {
    .section {
        padding-left:.75rem;
        padding-right: .75rem
    }
}

.carousel-apps {
    overflow: hidden
}

.carousel-apps-out {
    position: relative
}

.carousel-apps {
    margin: -2rem 0;
    margin-left: -1.5rem;
    white-space: nowrap
}

.card-list .item,.carousel-apps .item {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.carousel-apps .item {
    max-width: 13.75rem;
    padding: 2rem 0;
    padding-left: 1.5rem
}

.card-list {
    margin: -.75rem
}

.card-list .item {
    max-width: 25%;
    padding: .75rem
}

.card-list .item_app,.carousel-apps .item_app {
    box-shadow: 0 .25rem 1.5rem 1px rgba(0,0,0,.03);
    background-color: #fff;
    border-radius: .125rem;
    padding: 1.25rem;
    text-align: left
}

.card-list .item_app .cont,.carousel-apps .item_app .cont {
    margin: 0
}

.card-list .item_app .img,.carousel-apps .item_app .img {
    float: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin-bottom: 1rem
}

.card-list .item_app .img img,.carousel-apps .item_app .img img {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.card-list .item_app .img::after,.carousel-apps .item_app .img::after {
    display: block;
    content: "";
    padding-top: 100%;
    width: 1px;
    margin-left: -1px
}

.card-list .item_app.mod .meta::before,.carousel-apps .item_app.mod .meta::before {
    display: none
}

.card-list .item_app.mod .img::before,.carousel-apps .item_app.mod .img::before {
    content: "MOD";
    position: absolute;
    right: .25rem;
    bottom: .25rem;
    z-index: 1;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    border-radius: .75rem
}

.card-list .item_app .name,.carousel-apps .item_app .name {
    font-size: .875rem;
    margin-bottom: .25rem
}

.card-list .item_app .name>a>span,.carousel-apps .item_app .name>a>span {
    white-space: normal;
    line-height: 1.4rem;
    max-height: 2.8rem
}

.card-list .item_app .data,.carousel-apps .item_app .data {
    height: 4.5rem
}

.card-list .item_app .data .developer,.carousel-apps .item_app .data .developer {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis
}

.card-list .item_app .meta,.carousel-apps .item_app .meta {
    margin-top: 1rem;
    height: 1.25rem
}

.card-list .item_app .meta .rate_star,.carousel-apps .item_app .meta .rate_star {
    margin-top: 0!important
}

@media (min-width: 992px) {
    .carousel-apps-out::after {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin-left: -1.5rem;
        width: 1.5rem;
        background-image: linear-gradient(90deg,#fbfbfa 0,#fbfBFA00 100%)
    }

    .card-list .item_app:hover,.carousel-apps .item_app:hover {
        box-shadow: 0 0 0 1px rgba(0,0,0,.03),0 .25rem 1.5rem 1px rgba(0,0,0,.05)
    }

    .carousel-btn {
        display: block!important
    }

    .carousel-btn--next {
        position: absolute;
        right: 0;
        top: 0;
        width: 3rem;
        height: 100%;
        border: 0 none;
        background: 0 0;
        padding: 0
    }

    .cbtn {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        display: block;
        background-color: #68cb5b;
        border-radius: 50%;
        margin-top: -1.5rem;
        margin-left: 1.5rem;
        width: 3rem;
        height: 3rem;
        padding: .75rem;
        box-shadow: 0 .125rem .5rem 0 rgba(0,0,0,.1);
        transition: transform .2s ease
    }

    .cbtn:hover {
        transform: scale(.92);
        transform-origin: 50% 50%
    }

    .cbtn svg {
        display: block;
        color: #fff
    }

    .cbtn-hide {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .cbtn-hide::after {
        content: "";
        background-color: #fff;
        transform: translateX(100%);
        width: 100%;
        height: calc(100% - 2rem);
        margin-top: 1rem;
        border-radius: 2rem;
        display: block;
        box-shadow: 0 0 2rem 0 rgba(0,0,0,.25)
    }
}

@media (max-width: 991px) {
    .carousel-apps-out:not(.carousel-apps-js) {
        overflow:hidden
    }

    .carousel-apps-out:not(.carousel-apps-js) .carousel-apps {
        margin-left: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .carousel-apps-out:not(.carousel-apps-js) .carousel-apps::after,.carousel-apps-out:not(.carousel-apps-js) .carousel-apps::before {
        content: "";
        display: inline-block;
        height: 2rem
    }

    .carousel-apps-js .carousel-apps {
        margin-left: -1.5rem
    }

    .carousel-apps-js {
        margin-right: -1.5rem
    }

    .carousel-apps-out::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 3rem;
        pointer-events: none;
        background-image: linear-gradient(-90deg,#fbfbfa 0,#fbfBFA00 100%)
    }
}

@media (min-width: 500px) and (max-width:991px) {
    .carousel-apps-out:not(.carousel-apps-js) {
        margin:0 -2rem
    }

    .carousel-apps-out:not(.carousel-apps-js) .carousel-apps::before {
        width: .5rem;
        min-width: .5rem
    }

    .carousel-apps-out:not(.carousel-apps-js) .carousel-apps::after {
        width: 2rem;
        min-width: 2rem
    }

    .carousel-apps-js .carousel-apps {
        margin-left: -2rem
    }

    .carousel-apps-js {
        margin-right: -2rem
    }

    .carousel-apps-js .carousel-apps .item {
        padding-left: 2rem
    }
}

@media (max-width: 499px) {
    .carousel-apps-out:not(.carousel-apps-js) {
        margin:0 -1.5rem
    }

    .carousel-apps-out:not(.carousel-apps-js) .carousel-apps::after {
        width: 1.5rem;
        min-width: 1.5rem
    }
}

@media (max-width: 339px) {
    .carousel-apps-out:not(.carousel-apps-js) {
        margin:0 -.75rem
    }

    .carousel-apps-out:not(.carousel-apps-js) .carousel-apps::after {
        width: .75rem;
        min-width: .75rem
    }

    .carousel-apps .item {
        padding-left: .5rem!important
    }

    .carousel-apps-js .carousel-apps {
        margin-left: -.75rem
    }

    .carousel-apps-js {
        margin-right: -.75rem
    }
}

.flickity-button {
    display: none
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.cat-apps {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -1rem;
    margin-top: 2rem
}

.cat-apps-list::after,.cat-apps::after {
    content: "";
    display: block;
    clear: both
}

.cat-apps>li {
    float: left;
    padding-left: 1rem
}

.cat-apps-title {
    font-weight: 700;
    margin-bottom: .75rem
}

.cat-apps-title a {
    text-decoration: none!important;
    color: inherit!important
}

.cat-apps-list {
    margin-left: -.25rem
}

.cat-apps-item {
    padding-left: .25rem;
    float: left
}

.cat-apps-img,.cat-apps-item.more {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: .5rem;
    position: relative
}

.cat-apps-img {
    overflow: hidden;
    background-color: #fff
}

.cat-apps-img>img {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    height: 100%;
    transform: translateX(-50%)
}

.cat-apps-item.more {
    background-color: #68cB5B33;
    padding-left: 0;
    margin-left: .25rem
}

@media (min-width: 992px) and (max-width:1139px) {
    .cat-apps>li {
        width:20%
    }

    .cat-apps>li:last-child {
        display: none
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .cat-apps>li {
        width:25%
    }

    .cat-apps>li {
        display: none
    }

    .cat-apps>li:nth-child(-n+4) {
        display: block
    }
}

@media (max-width: 767px) {
    .cat-apps>li {
        margin-top:1.5rem
    }

    .cat-apps {
        margin-top: 0
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .cat-apps>li {
        width:33.333333%
    }
}

@media (max-width: 575px) {
    .cat-apps>li {
        width:50%
    }

    .cat-apps-title {
        font-size: .875rem;
        margin-bottom: .5rem
    }
}

@media (min-width: 1140px) {
    .cat-apps>li {
        width:16.666666%
    }
}

@media (min-width: 1200px) {
    .cat-apps-img,.cat-apps-item.more {
        width:2.5rem;
        height: 2.5rem
    }
}

@media (min-width: 992px) {
    .cat-apps-item.more {
        transition:background-color .2s ease
    }

    .cat-apps-img {
        transition: transform .2s ease
    }

    .cat-apps-item.more:hover {
        background-color: #68cB5B40
    }

    .cat-apps-img:hover {
        transform: scale(1.1)
    }
}

.cat-apps-item.more .dots {
    width: 1rem;
    height: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -.125rem 0 0 -.5rem
}

.cat-apps-item.more .dots i {
    float: left;
    margin-left: .125rem;
    border-radius: 50%;
    width: .25rem;
    height: .25rem;
    background-color: #68cb5b
}

.cat-apps-item.more .dots i:first-child {
    margin-left: 0
}

.last-news::after {
    content: "";
    display: block;
    clear: both
}

.last-news .post {
    display: block;
    padding: 0;
    border: 0 none
}

.last-news .post .img {
    margin: 0 0 1.5rem 0!important;
    max-width: none!important;
    box-shadow: none!important
}

.last-news .post .img::after {
    display: none!important
}

.last-news .post .img>.cover {
    padding-top: 56.5%;
    border-radius: .125rem
}

.last-news .post .title {
    font-size: 1rem;
    font-weight: 700
}

.last-news .post .cont {
    padding: 0!important
}

@media (min-width: 576px) and (max-width:767px) {
    .last-news .post {
        display:none
    }

    .last-news .post:nth-child(-n+2) {
        display: block
    }

    .last-news .post {
        width: 50%
    }
}

@media (min-width: 576px) {
    .last-news {
        margin-left:-2rem
    }

    .last-news .post {
        float: left;
        padding-left: 2rem
    }
}

@media (max-width: 575px) {
    .last-news .post {
        border-bottom:1px solid #edefec
    }
}

@media (min-width: 500px) and (max-width:575px) {
    .last-news {
        margin-left:-2rem;
        margin-right: -2rem;
        margin-top: -2rem
    }

    .last-news .post {
        padding: 2rem
    }
}

@media (max-width: 499px) {
    .last-news {
        margin-left:-1.5rem;
        margin-right: -1.5rem;
        margin-top: -1.5rem
    }

    .last-news .post {
        padding: 1.5rem
    }
}

@media (min-width: 768px) {
    .last-news .post {
        width:33.333333%
    }
}

@media (min-width: 992px) {
    .last-news {
        margin-left:-3.75rem
    }

    .last-news .post {
        padding-left: 3.75rem;
        width: 33.333333%
    }
}

.seo-section {
    max-width: 57.5rem;
    color: rgba(21,22,23,.65)
}

.seo-section a {
    color: rgba(21,22,23,.65);
    text-decoration: none;
    background-color: transparent
}

@media (min-width: 768px) {
    .seo-section .section-title {
        font-size:1.25rem;
        margin-bottom: 1rem
    }
}

@media (max-width: 767px) {
    .seo-section .section-title {
        font-size:1rem;
        margin-bottom: .5rem
    }

    .seo-text {
        font-size: .875rem
    }
}

.card_row .card_bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -2;
    background-color: #000
}

.card_big {
    width: 100%;
    position: relative;
    color: #fff
}

.card_big>.cont {
    padding: 2rem;
    position: relative
}

.card_big a {
    color: inherit!important
}

.card_big>.cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: .35
}

.card_big .title {
    margin-bottom: 0
}

.card_big .title>a {
    display: block
}

.card_big .title>a>span {
    position: relative;
    z-index: 2;
    display: block;
    line-height: 1.3em;
    overflow: hidden
}

.card_big .title>a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.card_big .meta {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-bottom: .5rem;
    opacity: .8;
    white-space: nowrap
}

.card_big .meta a {
    display: block
}

@media (max-width: 499px) {
    .card_big .title>a>span {
        line-height:1.4em;
        max-height: 5.6em
    }

    .card_row {
        margin-bottom: .5rem
    }
}

@media (min-width: 500px) {
    .card_big>.cont::before {
        content:"";
        display: block;
        width: 1px;
        height: 0;
        padding-top: 40%
    }

    .card_row {
        margin-bottom: 2rem
    }

    .card_big .title {
        margin-top: auto
    }
}

@media (max-width: 991px) {
    .card_big>.cont::before {
        padding-top:30%
    }

    .card_row::after {
        content: "";
        display: block;
        clear: both
    }

    .card_big>.cont {
        min-height: 0
    }

    .card_big>.cont>.data {
        width: 100%;
        min-height: 0
    }

    .card_big .title>a>span {
        height: 5.2em
    }
}

@media (min-width: 992px) {
    .card_row {
        display:flex;
        flex-wrap: wrap
    }

    .corner::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 30px 30px;
        border-color: transparent transparent #fbfbfa transparent
    }

    .card_big>.cont::before {
        padding-top: 50%
    }

    .card_big>.cover {
        transition: opacity .4s ease
    }

    .card_row:hover .card_big>.cover {
        opacity: .55!important
    }

    .card_row:hover .card_big:hover>.cover {
        opacity: .75!important
    }

    .card_big .title>a>span {
        height: 7.8em
    }
}

@media (min-width: 576px) and (max-width:991px) {
    .card_row>.card_big {
        float:left;
        max-width: 50%
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .card_row>.card_big {
        max-width:33.333333%;
        flex: 0 0 33.333333%
    }

    .card_row .card_big:last-child {
        display: none
    }
}

@media (min-width: 1200px) {
    .card_row>.card_big {
        max-width:25%;
        flex: 0 0 25%
    }

    .card_row .card_big:last-child {
        display: block
    }
}

@media (min-width: 1440px) {
    .card_big>.cont {
        padding:3rem
    }
}

.heading .title {
    position: relative;
    display: inline-block;
    margin-bottom: 0
}

@media (max-width: 991px) {
    .heading .title>button {
        border:0 none;
        padding: 0;
        margin: 0;
        background: 0 0
    }

    .heading .title>button::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .heading .title>button {
        display:none
    }
}

@media (max-width: 575px) {
    .heading {
        margin-top:2rem
    }
}

@media (min-width: 500px) {
    .heading {
        margin-bottom:1rem
    }
}

@media (max-width: 499px) {
    .heading {
        padding:0 1.5rem;
        margin-bottom: 1rem;
        margin-top: 1.5rem
    }
}

.card_game,.card_game_title {
    width: 100%
}

.card_game_title {
    background-color: #68cb5b;
    color: #343a40;
    position: relative
}

.card_game_title .title {
    color: #fff;
    line-height: 1.2
}

.card_game {
    position: relative;
    color: #fff
}

.card_game a {
    color: inherit;
    text-decoration: none!important
}

.card_game>.cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

.card_game>.cont .title a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

@media (max-width: 575px) {
    .card_game>.cont {
        max-width:10rem
    }

    .card_game>.cover {
        background-position: 100% 30%;
        background-size: auto 180%
    }

    .card_game>.cont>.btn {
        display: none
    }
}

@media (min-width: 576px) {
    .card_game>.cont {
        max-width:200px
    }

    .card_game>.cont .title {
        margin-bottom: 1rem
    }

    .card_game_title {
        max-width: 100%;
        flex: 0 0 100%
    }

    .card_game::before {
        content: "";
        display: block;
        width: 1px;
        height: 0;
        padding-top: 60%;
        margin-left: -1px
    }
}

@media (min-width: 576px) and (max-width:991px) {
    .card_game {
        display:inline-block;
        max-width: 25%;
        vertical-align: top
    }

    .card_game>.cont .title {
        height: 2.6em;
        overflow: hidden
    }
}

@media (max-width: 499px) {
    .card_game,.card_game_title {
        padding:1.5rem
    }
}

@media (max-width: 339px) {
    .card_game,.card_game_title {
        padding:1.5rem .75rem
    }
}

@media (min-width: 500px) {
    .card_game,.card_game_title {
        padding:2rem
    }
}

@media (min-width: 992px) {
    .card_game_title {
        max-width:25%;
        flex: 0 0 25%;
        display: flex;
        align-items: flex-end
    }

    .card_game {
        max-width: 18.75%;
        flex: 0 0 18.75%;
        display: flex;
        align-items: flex-end
    }

    .card_game>.cover {
        transition: opacity .4s ease
    }

    .card_row:hover .card_game>.cover {
        opacity: .45
    }

    .card_row:hover .card_game:hover>.cover {
        opacity: 1
    }

    .card_game:hover>.cont .btn {
        box-shadow: 0 0 0 .25rem rgba(255,255,255,.35)
    }
}

@media (min-width: 992px) {
    .colomns {
        display:flex
    }

    .colomns>.content {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 52.25rem
    }

    .colomns>.sidebar {
        width: 100%;
        max-width: 300px;
        flex: 0 0 300px;
        margin-left: 2rem
    }

    .block>.banner {
        margin-bottom: 0
    }

    .sticky {
        position: sticky;
        top: calc(5rem + 2rem)
    }

    .banner~a.xxsmf {
        display: inline-block;
        margin-top: .5rem
    }
}

@media (max-width: 991px) {
    .banner~a.xxsmf,.colomns>.sidebar {
        display:none
    }
}

@media (min-width: 1200px) {
    .colomns>.sidebar {
        margin-left:4rem
    }
}

@media (min-width: 320px) {
    .banner,.block {
        margin-bottom:2rem;
        min-width: 300px;
        min-height: 250px
    }
}

@media (min-width: 960px) {
    .banner,.block {
        min-height:175px
    }
}

.banner,.block {
    width: 100%
}

.banner {
    text-align: center
}

.banner img {
    max-width: 100%;
    vertical-align: top
}

.post {
    position: relative
}

.post_list .post {
    box-shadow: 0 .25rem 1.5rem 1px rgba(0,0,0,.03);
    background-color: #fff;
    border-radius: .125rem;
    padding: 1.5rem;
    margin-top: 1rem
}

.post_list .post:first-child {
    margin-top: 0!important
}

.post .cont {
    flex: 1 1 auto
}

.post a {
    color: inherit!important
}

.post .title {
    margin-bottom: 0
}

.post .title>a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.post .img {
    width: 100%;
    background-color: #f8f9fa
}

.img>.cover {
    width: 100%;
    padding-top: 66.5%;
    display: block
}

@media (min-width: 500px) {
    .post .meta {
        margin-bottom:.25rem
    }

    .post .img {
        max-width: 11rem;
        flex: 0 0 11rem;
        margin-right: 1.5rem;
        position: relative
    }

    .post+.navigation {
        margin-top: 2rem
    }
}

@media (max-width: 575px) {
    .post .title {
        font-size:1rem
    }
}

@media (min-width: 640px) {
    .post .meta {
        margin-bottom:.75rem
    }

    .post .img {
        max-width: 13rem;
        flex: 0 0 13rem
    }
}

@media (min-width: 992px) {
    .post {
        display:flex;
        align-items: flex-start
    }

    .post .meta {
        margin-bottom: .75rem
    }

    .post .cont {
        transition: padding-right .2s ease;
        padding-top: .5rem
    }

    .post .title {
        transition: opacity .3s ease
    }

    .post:hover .title {
        opacity: .8
    }

    .post_list .post:hover {
        box-shadow: 0 0 0 1px rgba(0,0,0,.03),0 .25rem 1.5rem 1px rgba(0,0,0,.05)
    }
}

@media (min-width: 1200px) {
    .post .img {
        margin-right:2rem;
        max-width: 15.75rem;
        flex: 0 0 15.75rem
    }
}

@media (min-width: 500px) and (max-width:991px) {
    .post .img {
        float:left
    }

    .post .cont {
        display: table
    }

    .post::after {
        clear: both;
        display: block;
        content: ""
    }
}

@media (max-width: 499px) {
    .post {
        padding:1.5rem
    }

    .post_list .post {
        margin-top: .5rem
    }

    .post .cont {
        margin-top: 1.5rem
    }

    .post .cont .meta {
        margin-bottom: .5rem;
        margin-top: -.5rem
    }

    .post .cont .title {
        margin: 0
    }

    .post .img>.cover {
        padding-top: 50%
    }
}

@media (min-width: 640px) {
    .post_view {
        background-color:#fff;
        box-shadow: 0 .25rem 1.5rem 1px rgb(0 0 0 / 3%);
        border-radius: .125rem;
        padding: 2rem
    }
}

.post_view img {
    max-width: 100%
}

.post_view~.sep_line {
    margin: 2rem 0
}

.post_view .post_left {
    display: none
}

.post_left {
    padding-top: .25rem
}

.post_mid>.img,.post_mid>header {
    margin-bottom: 1.5rem
}

.post_mid>.img {
    text-align: center;
    vertical-align: top
}

.next_post a {
    text-decoration: none!important;
    color: inherit
}

.heading_sep {
    border-top: 2px solid;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 1rem
}

.related>.title {
    margin-bottom: 1.5rem
}

@media (max-width: 499px) {
    .post_view {
        padding:0 1.5rem
    }

    .post_mid>.img,.post_mid>header,.related>.title {
        margin-bottom: 1.5rem
    }

    .related {
        margin-top: 2rem
    }

    .related>.title {
        padding: 0 1.5rem
    }
}

@media (min-width: 500px) {
    .post_mid>.text {
        font-size:1.125rem
    }
}

@media (max-width: 767px) {
    .post_view {
        margin-bottom:2rem
    }

    .no-toolbar .post_view {
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .post_view {
        margin-bottom:3.5rem
    }

    .related>.title {
        margin-top: 3.5rem
    }
}

@media (min-width: 992px) {
    .post_view {
        display:flex
    }

    .post_view .post_left {
        display: block;
        width: 100%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .post_view .post_mid {
        width: 100%;
        flex: 1 1 80%;
        max-width: 80%
    }
}

@media (min-width: 1200px) {
    .post_view .post_left {
        flex:0 0 15%;
        max-width: 15%
    }

    .post_view .post_mid {
        flex: 1 1 70%;
        max-width: 70%
    }
}

.cd-faq-group {
    list-style: none;
    padding: 0;
    margin-top: 0
}

.cd-faq-group>li {
    border-top: 1px solid #edf0f2
}

.cd-faq-group>li>.cd-faq-trigger,.cd-faq-group>li>h3 {
    font-weight: 700
}

.cd-faq-content {
    margin-top: .5rem
}

.cd-faq-content p {
    margin: 0
}

@media (max-width: 499px) {
    .cd-faq-group>li {
        padding:1.5rem 0
    }
}

@media (min-width: 500px) {
    .cd-faq-group>li {
        padding:2rem 0
    }
}

.mail_feedback {
    border: 1px solid #edf0f2;
    padding: 5%;
    border-radius: 1rem;
    text-align: center;
    margin-top: 2rem
}

.app_list {
    margin-bottom: 0
}

.app_list::after,.app_list>#dle-content::after,.item_app .meta::after,.item_app::after {
    clear: both;
    content: "";
    display: block
}

.app_list>#dle-content {
    min-width: 100%;
    width: 100%
}

.app_list .searchbox {
    width: 100%;
    clear: both
}

.app_list .item,.app_list>#dle-content .item {
    float: left;
    width: 100%
}
----------------------------------------------------------------------
/* Modified item_app styles with gap fixes for mobile and tablet */

.item_app {
    padding: .5rem;
    position: relative;
    /* Enhanced rounded corners */
    border-radius: 1rem; /* Increased from .125rem */
}

.item_app a {
    color: inherit;
    text-decoration: none!important
}

.item_app .img {
    overflow: hidden;
    border-radius: 1rem;
    /* Remove size constraints to show original image size */
    width: 100%;
    height: auto;
    /* Remove extra spacing around image */
    margin: 0;
    padding: 0;
}

.item_app .img img {
    display: block;
    /* Fit image properly without extra space */
    width: 100%;
    height: auto;
    object-fit: cover; /* Fill the container properly */
    margin: 0;
    padding: 0;
}

.item_app .name {
    display: block;
    font-weight: 700;
    /* Center align the app name */
    text-align: center;
}

.item_app .name>a>span {
    display: block;
    overflow: hidden;
    line-height: 1.4em;
    max-height: 2.8em;
    /* Center align text */
    text-align: center;
}

.item_app .name>a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2
}

.item_app .meta {
    height: 1.5rem
}

.item_app.mod .img::before,.item_app.mod .meta::before {
    font-weight: 700;
    line-height: 1rem;
    padding: .25rem .5rem;
    background-color: rgba(220,225,229,.2);
    margin-left: auto;
    font-size: .75rem
}

.item_app .meta .rate_star {
    margin-left: -.25rem
}

.item_app .unit-rating {
    width: 6.25rem;
    height: 1.25rem
}

.app_list {
    margin: 0; /* Remove negative margins */
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    /* Ensure full width usage */
    width: 100%;
    box-sizing: border-box;
}

.app_list .item,.app_list .searchbox,.app_list>#dle-content .item {
    padding: 0; /* Remove extra padding that causes width issues */
    margin-bottom: 0; /* Remove margin-bottom as gap handles spacing */
    box-sizing: border-box;
}

.app_list .item_app {
    box-shadow: 0 .25rem 1.5rem 1px rgba(0,0,0,.03);
    background-color: #fff;
    border-radius: 1rem; /* Enhanced rounded corners */
    margin: 0; /* Remove margins as gap handles spacing */
    /* Add light black border */
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* Mobile: 2 columns with larger boxes */
@media (max-width: 575px) {
    .app_list {
        gap: 0.75rem; /* Increased gap for better spacing */
    }
    
    .app_list .item,.app_list>#dle-content .item {
        width: calc(50% - 0.375rem); /* 2 columns with gap compensation */
        flex: 0 0 calc(50% - 0.375rem);
    }
    
    .item_app {
        padding: 1.25rem !important; /* Increased padding for larger boxes */
    }
    
    .item_app .img {
        margin-bottom: 1.25rem; /* More space between image and content */
    }
}

/* Tablet: 2 columns with larger boxes instead of 3 */
@media (min-width: 576px) and (max-width: 1069px) {
    .app_list {
        gap: 1rem; /* Standard gap */
    }
    
    .app_list .item,.app_list>#dle-content .item {
        width: calc(50% - 0.5rem); /* 2 columns instead of 3 for larger boxes */
        flex: 0 0 calc(50% - 0.5rem);
    }
    
    .item_app {
        padding: 1.5rem; /* Increased padding for larger boxes */
    }
    
    .item_app .img {
        margin-bottom: 1.5rem; /* More space between image and content */
    }
}

/* Desktop: 4 columns */
@media (min-width: 1070px) {
    .app_list .item,.app_list>#dle-content .item {
        width: calc(25% - 0.75rem); /* 4 columns with gap compensation */
        flex: 0 0 calc(25% - 0.75rem);
    }
    
    .item_app {
        padding: 1rem; /* Reduced padding for smaller boxes */
        transition: box-shadow .15s ease-in-out, transform .15s ease-in-out;
        border-radius: 1rem; /* Consistent radius */
    }

    .item_app:hover {
        box-shadow: 0 0 0 1px rgba(0,0,0,.03),0 .5rem 2rem 2px rgba(0,0,0,.08);
        transform: translateY(-2px); /* Subtle lift effect */
    }
}

@media (max-width: 499px) {
    .item_app {
        padding: 1rem!important;
        border-radius: 0.75rem; /* Slightly smaller radius on very small screens */
    }
}

@media (max-width: 819px) {
    .app_list .item_app .img {
        margin-bottom: 1rem;
        width: 100%;
    }

    .item_app .img {
        position: relative;
        z-index: 1;
        /* Ensure full width and proper fit */
        width: 100%;
        height: auto;
    }

    .item_app .img img {
        /* Fit image properly without extra space */
        width: 100%;
        height: auto;
        object-fit: cover;
        position: static; /* Remove absolute positioning */
    }

    /* Remove the aspect ratio hack for mobile */
    .item_app .img::after {
        display: none;
    }

    .item_app .data {
        width: 100%;
        min-width: 0;
        font-size: .8125rem;
        min-width: 0;
        height: auto; /* Allow natural height */
    }

    .item_app .data .developer,.item_app .name>a>span {
        overflow: hidden;
        position: relative
    }

    .item_app .data .developer {
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .item_app .name {
        margin-bottom: .25rem
    }

    .item_app .meta {
        margin-top: .2rem
    }

    .app_list .item_app.mod .img::before {
        content: "MOD";
        position: absolute;
        right: .25rem;
        bottom: .25rem;
        border-radius: .75rem;
        z-index: 1;
        background-color: rgba(0,0,0,.2);
        color: #fff
    }
}

@media (min-width: 820px) {
    /* Force vertical layout on all devices - remove float */
    .item_app .img {
        /* Remove float to keep vertical layout */
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .item_app .img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    /* Remove left margin since we're not floating */
    .item_app .cont {
        margin-left: 0;
    }

    .item_app .data {
        height: auto;
        min-height: auto;
    }

    .item_app .meta {
        margin-top: 0.5rem;
    }

    .item_app .name {
        margin-bottom: .5rem
    }

    .item_app.mod .meta .rate_star {
        float: left;
        margin-top: .125rem
    }

    .item_app.mod .meta::before {
        float: right;
        content: "MOD";
        border-radius: .75rem
    }
}

@media (min-width: 1070px) and (max-width:1199px) {
    /* Keep vertical layout - remove desktop-specific sizing */
    .item_app .img {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    .item_app .data {
        height: auto;
        min-height: auto;
    }

    .item_app .cont {
        margin-left: 0;
    }
}

@media (min-width: 576px) and (max-width:1199px) {
    .item_app .developer {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

/* Additional gap utilities */
.app_list.gap-small {
    gap: 0.5rem;
}

.app_list.gap-medium {
    gap: 1rem;
}

.app_list.gap-large {
    gap: 1.5rem;
}
-------------------------------------------------------------------------

@media (max-width: 499px) {
    .content {
        overflow:hidden;
        padding-bottom: 1px
    }
}

.app_view-first .img {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 1.5rem 2rem -1rem #00000029;
    background-color: #fff;
    position: relative
}

.app_view-first .img>img {
    display: block;
    width: auto;
    height: 100%;
    border-radius: inherit
}

.label-offline {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    color: #fff;
    line-height: 12px;
    padding: 4px 10px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: right;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    user-select: none;
    background-color: #68cb5b;
    background: linear-gradient(90deg,#22c7b6 0,#68cb5c 100%)
}

.label-offline>span {
    display: block
}

.app_view_pad .description,.app_view_pad .rate {
    margin-top: 1.5rem
}

.app_view_pad .spec {
    color: #343a40;
    margin-bottom: -.125rem
}

.app_view_pad .spec>li {
    padding-top: .195rem;
    padding-bottom: .195rem
}

@media (min-width: 768px) {
    .app_view_wrp {
        background-color:#fff;
        box-shadow: 0 .25rem 1.5rem 1px rgba(0,0,0,.03);
        border-radius: .125rem;
        padding: 2rem;
        margin-bottom: 1.5rem
    }

    .app_view_pad {
        position: relative
    }
}

@media (max-width: 767px) {
    .app_view_wrp {
        position:relative;
        padding-bottom: 11.25rem
    }

    .app_view_pad {
        margin-bottom: 2rem
    }

    .app_view_pad::after {
        content: "";
        display: block;
        clear: both
    }

    .app_view_pad>.rate {
        position: absolute;
        bottom: 0;
        height: 11.25rem;
        width: 100%
    }
}

@media (min-width: 500px) and (max-width:767px) {
    .app_view_wrp {
        padding-bottom:6.5rem
    }

    .app_view_pad>.rate {
        height: 6.5rem
    }
}

.spec {
    list-style: none;
    padding: 0
}

.spec>li {
    display: inline-block;
    padding-left: 1.75rem;
    margin-right: 1.5rem
}

.spec>li::after {
    clear: both;
    display: block;
    content: ""
}

.spec>li a {
    color: inherit;
    text-decoration: none!important
}

.spec>li:last-child {
    margin-right: 0
}

.spec>li .spec_icon>svg {
    margin-top: -.125rem;
    margin-left: -1.75rem;
    float: left;
    width: 24px;
    height: 24px
}

.spec>li .asu {
    display: none
}

.spec>li .asu>svg {
    margin-left: .25rem;
    margin-top: -.020rem;
    width: 24px;
    height: 24px;
    float: right!important
}

.app_view-first .spec_addon>.btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.app_view_pad .description {
    line-height: 1.5rem
}

.app_view_pad .description .spoiler-btn {
    margin-top: .5rem;
    font-size: .75rem;
    color: #68cb5b
}

.app_view_pad .description .spoiler-btn {
    margin-left: -.75rem
}

.spoiler {
    max-height: 6rem;
    overflow: hidden
}

.spoiler.open {
    max-height: none;
    overflow: visible
}

.spoiler-btn>svg {
    vertical-align: middle;
    margin: -.125rem .5rem 0 0
}

.spoiler-btn-o {
    display: inline
}

.spoiler-btn-h {
    display: none
}

.spoiler.open~.spoiler-btn .spoiler-btn-h {
    display: inline
}

.spoiler.open~.spoiler-btn .spoiler-btn-o {
    display: none
}

.spoiler.open~.spoiler-btn>svg {
    transform: rotate(180deg)
}

.app-faq {
    margin-top: 2rem
}

.app-faq-heading {
    border-top: 1px solid #e2e5e2;
    padding: 1rem 0;
    margin-bottom: .5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    user-select: none;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5rem
}

html.darkmod .app-faq-heading {
    border-top-color: #68cB5B4D
}

.app-faq-heading>svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
    color: #68cb5b;
    transition: transform .2s,color .2s
}

.app-faq-heading:hover>svg {
    transform: scale(1.05)
}

.app-faq-list {
    margin-bottom: 0;
    padding-left: 2.25rem;
    list-style: none!important
}

.app-faq-list>li+li {
    margin-top: 1.5rem
}

.app-faq-title {
    font-weight: 700;
    line-height: inherit;
    margin-bottom: .25em;
    font-size: inherit;
    position: relative
}

.app-faq-title::after {
    content: "";
    position: absolute;
    left: -2.25em;
    top: .45em;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    margin-left: .4375rem;
    background-color: #68cb5b
}

.open>.app-faq-heading>svg {
    color: #8a8a8b;
    transform: rotate(45deg)
}

.open>.app-faq-heading:hover>svg {
    transform: scale(1.05) rotate(45deg)
}

.open>.app-faq-list {
    display: block!important
}

@media (max-width: 767px) {
    .app_view-first {
        margin-bottom:1rem;
        padding-left: 11.5rem
    }

    .app_view-first::after {
        content: "";
        display: block;
        clear: both
    }

    .app_view-first>.img {
        float: left;
        margin-left: -11.5rem
    }

    .app_view-first>.cont {
        display: table;
        width: 100%
    }

    .app_view-first>.inline {
        display: inline-block!important
    }

    .app_view-first .spec>li {
        margin-right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .spec>li {
        display: block
    }

    .spec_cat {
        display: none!important
    }

    .app_view_pad>.title {
        margin-bottom: 1.5rem
    }

    .app_view_pad .rate {
        background-color: #edefec;
        padding: 1.5rem
    }

    .app_view_pad .rate .unit-rating {
        width: 17.5rem;
        height: 3.5rem
    }

    .app_view_pad .rate .rating {
        margin-left: -.375rem
    }

    .app_view_pad .rate .unit-rating li a:hover,.app_view_pad .rate .unit-rating li.current-rating {
        background-color: #edefec
    }

    .version_upload {
        display: block!important;
        font-size: .95rem;
        border-top: 1px solid #edeff1;
        color: #343a40;
        padding-top: 1rem;
        margin-top: 1rem
    }

    .version_upload svg {
        width: 1.25rem!important;
        height: 1.25rem!important;
        margin-right: .25rem
    }
}

@media (min-width: 500px) {
    .app_view-first .img {
        width:11.5rem;
        height: 11.5rem
    }
}

@media (min-width: 500px) and (max-width:767px) {
    .app_view-first>.cont {
        padding-left:2rem
    }

    .app_view_pad .rate::after {
        clear: both;
        display: block;
        content: ""
    }

    .app_view_pad .rate .rating {
        float: left
    }

    .app_view_pad .rate .rate_num {
        float: right;
        margin-top: 1rem
    }

    .app_view-first .spec>li {
        margin-top: .5rem
    }

    .app_view-first .spec {
        height: 8.125rem
    }
}

@media (min-width: 768px) {
    .app_view_pad {
        padding-left:12rem
    }

    .app_view-first .img {
        left: 0;
        top: 0;
        position: absolute;
        width: 10rem;
        height: 10rem
    }

    .app_view_pad .spec {
        margin-top: .5rem;
        font-weight: 700
    }

    .app_view_pad .developer {
        order: 0;
        margin-top: .5rem
    }

    .app_view_pad .rate {
        order: 1;
        margin-top: 1.5rem;
        display: flex;
        align-items: center
    }

    .app_view_pad .rate .rating {
        margin-left: -3px
    }

    .app_view-first {
        order: 2
    }

    .app_view_pad .description {
        order: 3
    }

    .app_view_pad .app-faq {
        order: 4
    }

    .app_view_pad .share {
        order: 5
    }

    .app_view_pad .rate .rate_num {
        font-size: .875rem;
        margin-left: .5rem;
        margin-top: .125rem
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .app_view-first .spec_addon {
        padding:.5rem;
        border-radius: 3rem;
        margin-top: 1.5rem;
        background-color: rgba(220,225,229,.3)
    }

    .app_view-first .spec_addon::after {
        clear: both;
        display: block;
        content: ""
    }

    .app_view-first .spec_addon>.btn {
        display: inline-block;
        vertical-align: middle;
        font-size: .875rem;
        margin-right: 1rem
    }

    .app_view-first .spec_addon>p {
        display: inline!important;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .app_view_pad {
        display:flex;
        flex-direction: column
    }

    .spec>li a:hover {
        color: #68cb5b
    }

    .i__more_c1,.i__more_c2,.i__more_c3 {
        transition: transform .15s ease-in-out
    }

    .spoiler-btn:hover .i__more_c1,.spoiler-btn:hover .i__more_c3 {
        transform: translateY(-.05rem)
    }

    .spoiler-btn:hover .i__more_c2 {
        transform: translateY(.15rem)
    }
}

@media (min-width: 1025px) {
    .app_view_pad {
        padding-right:15rem
    }

    .app_view-first .spec_addon {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        max-width: 13rem;
        text-align: center;
        color: #343a40
    }

    .app_view-first .spec_addon>.btn {
        width: 100%;
        margin-bottom: 1.5rem;
        font-size: .875rem
    }

    .app_view-first .spec_addon>p {
        max-width: 10rem;
        margin: 0 auto
    }

    .app_view-first .spec_addon>p>i {
        display: block;
        margin-bottom: .5rem
    }
}

@media (min-width: 1200px) {
    .app_view_pad {
        padding-left:13.5rem
    }

    .app_view-first .img {
        width: 11.5rem;
        height: 11.5rem
    }
}

@media (max-width: 499px) {
    .app_view-first .spec_addon>.btn {
        white-space:nowrap
    }

    .app_view-first {
        padding-left: 8.5rem
    }

    .app_view-first .img {
        width: 8.5rem;
        height: 8.5rem;
        margin-left: -8.5rem
    }

    .app_view-first>.cont {
        padding-left: 1.5rem
    }

    .app_view-first .spec_addon .btn.btn-green {
        font-size: .875rem;
        line-height: 1.5rem;
        padding: .5rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%
    }

    .app_view-first .spec {
        height: 6.125rem
    }

    .app_view_pad {
        padding: 0 1.5rem
    }

    .app_view_pad .rate {
        left: 0;
        right: 0
    }

    .app_view_pad .rate .unit-rating {
        margin: 0 auto
    }

    .app_view_pad .rate .rate_num {
        text-align: center;
        line-height: 1;
        margin-top: 1rem
    }
}

@media (max-width: 339px) {
    .app_view_pad {
        padding:0 .75rem
    }
}

.app_screens {
    position: relative
}

.app_screens .sep_line {
    margin-bottom: 2rem
}

.app_screens_in {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 500px) {
    .app_screens {
        margin-left:-2rem;
        margin-right: -2rem
    }

    .app_screens .sep_line {
        margin-top: 2rem
    }

    .app_screens .section-title {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 768px) {
    .app_screens {
        margin-bottom:-2rem
    }
}

@media (min-width: 992px) {
    .app_screens_in::-webkit-scrollbar {
        width:16px;
        background-color: #fff
    }

    .app_screens_in::-webkit-scrollbar-thumb {
        background-color: #e2e5e2;
        border-radius: 16px;
        border: 3px solid #fff
    }

    .app_screens_in::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 16px;
        border: 3px solid #fff
    }
}

.app_screens_list {
    white-space: nowrap;
    margin: 0;
    padding-bottom: 2rem
}

.app_screens_list a {
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
    border-radius: .5rem;
    margin-left: 1rem
}

.app_screens_list a:first-child {
    margin-left: 0
}

.app_screens_list a img {
    display: block;
    width: auto;
    border-radius: inherit
}

.app_screens_list::after,.app_screens_list::before {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem
}

.app_screens_list::after {
    margin-left: -.3em
}

.app_screens_list::before {
    margin-right: -.3em
}

.xfieldimagegallery {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap
}

.xfieldimagegallery>li {
    height: auto;
    display: inline-block
}

.xfieldimagegallery>li img {
    max-width: 100%;
    height: auto
}

@media (min-width: 500px) {
    .app_screens_list a {
        height:300px
    }

    .app_screens_list a img {
        height: 100%!important
    }

    .app_screens_list a:last-child {
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .app_screens {
        overflow:hidden
    }

    .app_screens_list {
        padding-bottom: 4rem
    }

    .app_screens_in {
        margin-bottom: -2rem
    }
}

@media (max-width: 499px) {
    .app_screens .section-title {
        padding-left:1.5rem;
        padding-right: 1.5rem;
        text-align: center;
        text-transform: uppercase
    }

    .app_screens_list a {
        max-width: 80vw
    }

    .app_screens_list a img {
        width: 100%;
        height: auto!important;
        max-height: 400px;
        box-shadow: 0 .25rem 1.25rem -.25rem rgba(0,0,0,.1)
    }

    .app_screens_list::after,.app_screens_list::before {
        height: 1.5rem;
        width: 1.5rem
    }
}

@media (max-width: 339px) {
    .app_screens .section-title {
        padding-left:.75rem;
        padding-right: .75rem
    }

    .app_screens_list::after,.app_screens_list::before {
        height: .75rem;
        width: .75rem
    }

    .app_screens_list a {
        margin-left: .75rem
    }
}

.box_shadow {
    background-color: #fff;
    box-shadow: 0 .25rem 1.5rem 1px rgba(0,0,0,.03);
    border-radius: .125rem;
    position: relative;
    z-index: 1
}

.box_download .tabs {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: .5rem
}

.tabs {
    display: flex
}

ul.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.tabs>li>a {
    padding: 0 1rem;
    display: block;
    color: inherit!important;
    opacity: .5;
    text-decoration: none!important
}

.tabs>li>a>span {
    display: block;
    line-height: 1.5rem;
    padding: 1rem 0;
    box-shadow: inset 0 0 0 0 #68cb5b;
    transition: box-shadow .15s ease-in-out
}

.tabs>li>a.active {
    opacity: 1!important
}

.tabs>li>a.active>span {
    box-shadow: inset 0 2px 0 0 #68cb5b
}

@media (min-width: 992px) {
    .tabs>li>a:hover {
        opacity:.6
    }
}

@media (min-width: 500px) {
    .box_download .cont,.box_download .foot {
        padding:2rem
    }

    .box_download .cont~.foot,.box_download .tabs~.cont {
        margin-top: -2rem
    }
}

@media (max-width: 499px) {
    .box_download .tabs {
        justify-content:center
    }

    .box_download .cont,.box_download .foot {
        padding: 1.5rem
    }

    .box_download .cont~.foot,.box_download .tabs~.cont {
        margin-top: -1.5rem
    }
}

@media (max-width: 339px) {
    .box_download .cont,.box_download .foot {
        padding:.75rem
    }

    .box_download .cont~.foot,.box_download .tabs~.cont {
        margin-top: -.75rem
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.tab-pane:first-child {
    display: block
}

.download_line {
    margin-top: 1rem;
    padding: .5rem;
    display: block;
    text-decoration: none!important
}

.download_line * {
    cursor: pointer;
    line-height: 1.5rem
}

.download_line:first-child {
    margin-top: 0
}

.download_line>.size {
    font-style: normal
}

.download_line>div>i {
    float: left;
    margin-left: -2rem;
    margin-top: -.125rem
}

.download_line.light {
    color: inherit!important;
    background-color: rgba(220,225,229,.3)
}

.download_line.light>.size,.download_line.light>div>i {
    color: #68cb5b
}

.download_line.green {
    color: #fff!important;
    background-color: #68cb5b
}

.download_line.brand {
    color: #121416;
    background-color: #fc0
}

.download_line.brand:hover {
    background-color: #ebbc00
}

.download_line.brand>div>i>svg {
    margin: -.25rem
}

@media (min-width: 992px) {
    .download_line {
        display:flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 1.125rem;
        border-radius: 2rem;
        transition: background-color .15s ease-in-out
    }

    .download_line>div {
        padding: .75rem;
        padding-left: 2.75rem;
        flex: 1 1 auto
    }

    .download_line>.size {
        font-weight: 700;
        border-radius: 1.5rem;
        padding: .75rem 1.5rem;
        min-width: 8.75rem;
        text-align: center;
        margin-left: 2rem;
        box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,.1)
    }

    .download_line.light:hover {
        background-color: rgba(220,225,229,.5)
    }

    .download_line.light>.size {
        background-color: #fff
    }

    .download_line.green:hover {
        background-color: #62bf56
    }

    .download_line.green>.size {
        background-color: rgba(206,235,202,.2)
    }

    .download_line.brand {
        display: flex!important
    }

    .download_line.brand>.size {
        background-color: #fff
    }
}

@media (max-width: 991px) {
    .download_line {
        border-radius:.75rem;
        padding: 1rem
    }

    .download_line>div {
        padding-left: 2rem;
        font-weight: 700;
        margin-bottom: .25rem
    }

    .download_line>.size {
        display: block;
        margin-left: 2rem
    }

    .download_line.light>.size {
        color: #363f46
    }
}

@media (max-width: 575px) {
    .download_line>div {
        font-size:.875rem;
        line-height: normal
    }

    .download_line>.size {
        display: block;
        margin-left: 2rem;
        font-size: .8125rem
    }
}

@media (max-width: 339px) {
    .download_line {
        margin-top:.75rem
    }
}

.cache {
    display: flex
}

.cache>.b-yellow {
    border-radius: 50%;
    padding: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    vertical-align: top
}

.cache>.b-yellow>svg {
    display: block
}

@media (min-width: 500px) {
    .cache>.b-yellow {
        margin-right:1rem
    }
}

@media (max-width: 499px) {
    .cache {
        flex-direction:column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .cache>.b-yellow {
        margin-bottom: 1rem
    }

    .rate_num .fbold {
        font-size: 50px
    }
}

.box_grey {
    background-color: #edeFECA6;
    padding: 2rem
}

@media (max-width: 499px) {
    .box_grey {
        padding-right:1.5rem;
        padding-left: 1.5rem
    }
}

@media (max-width: 339px) {
    .box_grey {
        padding-right:.75rem;
        padding-left: .75rem
    }
}

.app_moreinfo_item>.smf {
    margin-bottom: 0
}

.app_moreinfo_item>.fbold {
    margin-bottom: .5rem
}

.app_moreinfo_item ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.app_moreinfo_item .spec>li {
    padding-left: 0;
    display: inline-block
}

@media (max-width: 991px) {
    .app_moreinfo .grid-2:last-child {
        margin-top:1rem
    }
}

@media (min-width: 576px) {
    .app_moreinfo_item {
        padding-left:2.5rem
    }

    .app_moreinfo_item>i>svg {
        margin-left: -2.5rem;
        float: left
    }
}

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

    .app_moreinfo .spec {
        text-align: left
    }

    .app_moreinfo .spec>li {
        width: 49%;
        max-width: 50%;
        padding-right: 1rem;
        margin: 0 0 1rem 0;
        font-size: .8125rem
    }

    .app_moreinfo_item>i>svg {
        margin-bottom: 1rem
    }

    .app_moreinfo_item.novirus>i {
        border-radius: 50%;
        padding: .5rem;
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 1rem;
        display: inline-block;
        vertical-align: top;
        background-color: #ceebca
    }
}

.unit-rating {
    width: 8.75rem;
    height: 1.75rem;
    font-size: 1px
}

.unit-rating {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23CACEC9' d='M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z'/%3E%3C/svg%3E")
}

.unit-rating,.unit-rating li a:hover,.unit-rating li.current-rating {
    background-size: auto 100%
}

.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.unit-rating li {
    text-indent: -9000px;
    padding: 0;
    margin: 0;
    float: left;
    width: 20%;
    height: 100%
}

.unit-rating li a {
    width: 20%;
    height: 100%;
    text-decoration: none!important;
    text-indent: -9000px;
    z-index: 17;
    position: absolute
}

.unit-rating li a:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2368CB5B' d='M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z'/%3E%3C/svg%3E");
    z-index: 2;
    left: 0
}

.unit-rating a.r1-unit {
    left: 0
}

.unit-rating a.r1-unit:hover {
    width: 20%
}

.unit-rating a.r2-unit {
    left: 20%
}

.unit-rating a.r2-unit:hover {
    width: 40%
}

.unit-rating a.r3-unit {
    left: 40%
}

.unit-rating a.r3-unit:hover {
    width: 60%
}

.unit-rating a.r4-unit {
    left: 60%
}

.unit-rating a.r4-unit:hover {
    width: 80%
}

.unit-rating a.r5-unit {
    left: 80%
}

.unit-rating a.r5-unit:hover {
    width: 100%
}

.unit-rating li.current-rating {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23B0BAAD' d='M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z'/%3E%3C/svg%3E");
    position: absolute;
    height: 100%;
    text-indent: -9000px;
    z-index: 1
}

.unit-rating li a:hover,.unit-rating li.current-rating {
    background-color: #fff
}

.modal_search .unit-rating li a:hover,.modal_search .unit-rating li.current-rating {
    background-color: #fafafa
}

.navigation {
    clear: both
}

.navigation_ext {
    background-color: #fff;
    box-shadow: 0 .25rem 1.5rem 1px rgb(0 0 0 / 3%)
}

.navigation_ext>.pages {
    overflow-x: auto;
    margin-top: -1px
}

.navigation_ext>.pages a,.navigation_ext>.pages span,.navigation_ext>a,.navigation_ext>span {
    color: inherit;
    padding: .5rem 1rem;
    line-height: 1.5rem;
    height: 2.5rem;
    text-decoration: none
}

.navigation_ext>a,.navigation_ext>span {
    margin-top: -1px
}

.navigation_ext>a svg,.navigation_ext>span svg {
    vertical-align: top;
    width: 1.5rem;
    height: 1.5rem
}

.navigation_ext>span svg {
    opacity: .5
}

@media (min-width: 992px) {
    .navigation_ext {
        display:flex;
        justify-content: center;
        align-items: flex-start
    }

    .navigation_ext>.pages {
        display: flex;
        min-width: 0;
        flex: 1;
        justify-content: center;
        align-items: center
    }

    .navigation_ext a {
        transition: color .15s ease-in-out
    }

    .navigation_ext a:hover {
        color: #68cb5b
    }
}

@media (max-width: 991px) {
    .navigation_ext {
        position:relative;
        height: 2.5rem;
        padding: 0 4rem
    }

    .navigation_ext>.pages {
        text-align: center;
        white-space: nowrap
    }

    .navigation_ext>.pages>* {
        display: inline-block;
        vertical-align: top
    }

    .navigation_ext>a,.navigation_ext>span {
        position: absolute;
        top: 0;
        width: 4rem;
        height: 2.5rem;
        text-align: center
    }

    .navigation_ext>a:last-child,.navigation_ext>span:last-child {
        right: 0
    }

    .navigation_ext>a:first-child,.navigation_ext>span:first-child {
        left: 0
    }
}

.navigation_ext>:first-child {
    border-right: 1px solid #e2e5e2
}

.navigation_ext>:last-child {
    border-left: 1px solid #e2e5e2
}

.navigation_ext>.pages span {
    background-color: #e2e5E233
}

.navigation_ext>.pages span.nav_ext {
    background-color: transparent!important
}

.navigation_in::after {
    clear: both;
    display: block;
    content: ""
}

.navigation_in>button.btn {
    margin-right: -1rem
}

.navigation_in>.nav_more {
    float: left
}

#navcollapse_btn {
    float: right
}

@media (max-width: 499px) {
    .navigation {
        padding:1.5rem
    }

    .navigation_ext {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 500px) {
    .navigation_in {
        margin-top:2rem
    }
}

.item~.navigation {
    padding: 0 .75rem;
    padding-top: 1.25rem
}

.item~.navigation .navigation_ext {
    margin-bottom: 2rem
}

.item~.navigation .navigation_in {
    padding-top: 0!important
}

.navigation .collapse {
    display: none
}

.navigation.open .collapse {
    display: block
}

.navigation.open .navigation_in>button.btn>.arrow_drop::after {
    transform: rotate(180deg)
}

.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s ease
}

.modal_search {
    background-color: #f4f5F3FA
}

.modal .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    z-index: 1
}

.modal_content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll
}

.modal_wrap {
    margin: 0 auto;
    width: 100%
}

.modal .btn-close,.modal_catmenu,.qsearch_form {
    transition: transform .5s ease,opacity .3s ease
}

.modal_catmenu,.qsearch_form {
    transform: translateY(30%);
    opacity: 0;
    padding: 4rem 0
}

ul.modal_catmenu {
    list-style: none;
    margin: 0
}

.modal_catmenu a {
    display: block;
    color: #363f46;
    text-decoration: none;
    font-weight: 400
}

.modal_catmenu a.active {
    font-weight: 700;
    cursor: default
}

@media (min-width: 576px) {
    .modal_wrap {
        max-width:calc(848px + 2rem);
        padding: 0 2rem
    }

    .modal_catmenu a {
        padding: .2em 0;
        padding-left: 4rem;
        font-size: calc(1rem + 1vw)
    }

    .modal_catmenu a.active::before {
        transform: translateX(0)!important;
        opacity: 1!important;
        background-color: #68cb5b!important
    }

    .modal_catmenu a::before {
        content: "";
        float: left;
        margin-left: -3rem;
        margin-top: .7em;
        width: 1.5rem;
        height: .25rem;
        transform: translateX(2rem);
        opacity: 0;
        background-color: #b7bfc6;
        transition: transform .2s ease,opacity .1s ease
    }
}

@media (min-width: 992px) {
    .modal_catmenu,.qsearch_form {
        padding:5rem 0
    }

    .modal_catmenu a:hover::before {
        transform: translateX(0);
        opacity: 1
    }
}

@media (max-width: 575px) {
    .modal_wrap {
        max-width:calc(848px + 1rem);
        padding: 0 1rem
    }

    .modal_catmenu a {
        font-size: 1.25rem;
        padding: .75rem 2.5rem;
        line-height: 1.5rem;
        height: 3rem
    }
}

@media (max-width: 499px) {
    .modal_catmenu a {
        padding-left:1.5rem;
        padding-right: 1.5rem
    }
}

.modal.open {
    display: block
}

@media (min-width: 992px) {
    html.mdl,html.mdl .header,html.qs,html.qs .header {
        padding-right:16px
    }
}

html.mdl,html.qs {
    overflow: hidden;
    width: 100%;
    height: 100%
}

html.mdl .modal.open,html.qs .modal.open {
    opacity: 1
}

html.mdl .modal.open .btn-close,html.mdl .modal.open .modal_catmenu,html.qs .modal.open .btn-close,html.qs .modal.open .qsearch_form {
    transform: translateY(0);
    opacity: 1
}

.search_field {
    position: relative
}

.search_field>input {
    display: block;
    width: 100%;
    outline: 0!important;
    border-radius: .125rem;
    background-color: #fff;
    border: 0 none;
    box-shadow: 0 .5rem 1.375rem 0 rgba(0,0,0,.07)
}

.search_field>button {
    position: absolute;
    right: 1.125rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    padding: .5rem;
    margin: 0;
    border: 0 none;
    background: 0 0
}

.search_field>button>svg {
    width: 2rem;
    height: 2rem;
    display: block
}

.qsearch_list .item {
    padding: 0 1rem;
    position: relative
}

.qsearch_list .item .item_app {
    padding: 1rem 0;
    position: static;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1)
}

.qsearch_list .item_app .img {
    width: 4rem;
    height: 4rem;
    float: left
}

.qsearch_list .item_app .cont {
    margin-left: 5rem
}

.qsearch_list .item_app .meta {
    height: 1.25rem
}

.qsearch_list .item_app .meta::after,.qsearch_list .item_app.mod .meta::before {
    display: none
}

.qsearch_list .item_app .cont .data {
    height: auto;
    margin-right: 2rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    position: relative
}

.qsearch_list .item_app .cont .data::after {
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -1px;
    background-color: #fafafa;
    box-shadow: 0 0 1rem 1rem #fafafa
}

@media (max-width: 819px) {
    .qsearch_list .item_app .meta {
        margin-top:.125rem
    }
}

@media (min-width: 820px) {
    .qsearch_list .item_app .cont {
        position:relative;
        margin-top: .5rem;
        padding-right: 7.5rem
    }

    .qsearch_list .item_app .meta {
        position: absolute;
        right: 0;
        top: 50%;
        margin: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
}

@media (min-width: 576px) {
    .search_field>input {
        font-size:1.125rem;
        line-height: 1.75rem;
        padding: 1.75rem 2rem;
        padding-right: 5.25rem;
        height: 5.25rem
    }

    .search_field>button {
        right: 1.125rem
    }

    .qsearch_list {
        padding: 1rem
    }

    .qsearch_more {
        margin-top: 1rem
    }
}

@media (min-width: 992px) {
    .search_field>button {
        transition:color .2s linear
    }

    .search_field>button:hover {
        color: #68cb5b
    }
}

@media (max-width: 575px) {
    .search_field>button {
        right:.5rem
    }

    .search_field>input {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 1.25rem;
        padding-right: 4rem;
        height: 4rem
    }

    .qsearch_list {
        margin-top: 1rem
    }

    .qsearch_more {
        margin-top: 1.5rem
    }
}

@media (min-width: 576px) {
    .searchbox .box_grey {
        padding:1.5rem
    }

    .searchbox .box_grey>.uppercase {
        margin-top: 1.5rem
    }
}

@media (max-width: 575px) {
    .searchbox .box_grey {
        padding:1rem
    }

    .searchbox .box_grey>.uppercase {
        margin-top: 1rem
    }
}

.ui-widget-overlay {
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed
}

.ui-helper-clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.ui-helper-clearfix {
    display: inline-block
}

* html .ui-helper-clearfix {
    height: 1%
}

.ui-helper-clearfix {
    display: block
}

.ui-dialog {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 420px;
    border-radius: 2px;
    box-shadow: 0 .5rem 2.5rem -.5rem rgba(0,0,0,.3);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,.2);
    background-color: #fff;
    background-clip: padding-box
}

.ui-dialog-titlebar {
    padding: 1.25rem;
    position: relative;
    border-bottom: 1px solid #edeff1
}

.ui-dialog-title {
    float: left;
    font-weight: 700;
    font-size: 1em
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: .5rem;
    top: 50%;
    margin-top: -1.5rem;
    height: 3rem;
    width: 3rem;
    padding: .75rem;
    border: 0 none!important
}

.ui-dialog-titlebar-close .ui-icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23343a40'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-size: 100% auto;
    opacity: .5
}

.ui-button {
    float: right;
    font-weight: 700;
    margin-left: 3px
}

.ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 1
}

.ui-icon {
    overflow: hidden;
    text-indent: -9999px
}

.ui-dialog-content {
    padding: 1.25rem;
    overflow: auto;
    position: relative;
    zoom:1}

.ui-dialog-content h2 {
    display: inline;
    font-size: 1em;
    font-weight: 700
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 1.25rem;
    text-align: center;
    border-top: 1px solid #eceded
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-front {
    z-index: 1000
}

.ui-button-icon-only {
    overflow: hidden;
    text-indent: -9999px
}

.share {
    margin-top: 2rem;
    height: 3.5rem;
    color: #343a40
}

.share .share-box {
    box-shadow: 0 0 0 1px #e2e5e2;
    width: 100%
}

.share .share-box::after {
    clear: both;
    display: block;
    content: ""
}

.share .share-box>a {
    float: left;
    width: 100%;
    max-width: 25%;
    height: 3.5rem;
    padding: 1rem;
    text-align: center;
    border-left: 1px solid #e2e5e2;
    color: inherit!important
}

.share .share-box>a:first-child {
    border-left-width: 0
}

@media (min-width: 768px) {
    .share .share-box {
        max-width:340px
    }
}

@media (min-width: 992px) {
    .share .share-box>a:hover {
        box-shadow:inset 0 -4rem 0 0 #e2e5E233
    }
}

.btn,.ui-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none!important;
    outline: 0!important;
    color: inherit;
    background-color: transparent;
    border: 0 none;
    padding: .5rem 1rem;
    line-height: 1.5rem;
    border-radius: 1.5rem;
    cursor: pointer
}

.btn-sm {
    line-height: 1.25rem;
    padding: .375rem .75rem
}

.btn-lg {
    line-height: 1.5rem;
    padding: .75rem 1.25rem
}

@media (prefers-reduced-motion:reduce) and (max-width: 991px) {
    .btn {
        transition:none
    }
}

.btn.btn-dark,.ui-button {
    background-color: #121416;
    color: #fff;
    opacity: 1!important
}

.btn.btn-green {
    background-color: #68cb5b;
    color: #fff;
    opacity: 1!important;
    box-shadow: 0 .5rem 1.5rem 0 #68cB5B33
}

.btn.btn-orange {
    background-color: #f77a4c;
    color: #fff;
    opacity: 1!important;
    box-shadow: 0 .5rem 1.5rem 0 #f77A4C33
}

.btn-border {
    border: 2px solid
}

.btn-back {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    padding: calc(.5rem - 2px);
    border-radius: 50%;
    border: 2px solid
}

.btn-back svg {
    width: 1.5rem;
    height: 1.5rem;
    display: block
}

.btn-close {
    border: 0 none;
    background: 0 0;
    color: inherit;
    width: 4rem;
    height: 4rem
}

.btn-close>svg {
    width: 1.5rem;
    height: 1.5rem
}

@media (min-width: 1200px) {
    .btn-close {
        background-color:#121416;
        color: #fff;
        width: 5rem;
        height: 5rem
    }

    .btn-close>svg {
        width: 2rem;
        height: 2rem
    }
}

@media (min-width: 992px) {
    .btn,.ui-button {
        transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

    .btn:hover,.ui-button:hover {
        opacity: .8
    }

    .btn.btn-dark:hover,.ui-button:hover {
        box-shadow: 0 0 0 .25rem rgba(54,63,70,.15)
    }

    .btn.btn-dark:active,.ui-button:active {
        box-shadow: inset 0 0 0 .25rem rgba(0,0,0,.25)
    }

    .btn.btn-green:hover {
        box-shadow: 0 .5rem 1.5rem 0 #68cB5B33,0 0 0 .25rem rgba(104,203,91,.15)
    }

    .btn.btn-green:active {
        background-color: #54b247;
        box-shadow: 0 .125rem .25rem 0 rgba(58,121,50,.15);
        transform: translateY(0)
    }

    .btn.btn-orange:hover {
        box-shadow: 0 .5rem 1.5rem 0 #f77A4C33,0 0 0 .25rem rgba(247,122,76,.15)
    }

    .btn.btn-orange:active {
        background-color: #c75b33;
        box-shadow: 0 .125rem .25rem 0 rgba(58,121,50,.15);
        transform: translateY(0)
    }

    .btn-back {
        transition: box-shadow .2s ease
    }

    .btn-back:hover {
        box-shadow: inset 0 0 0 .25rem rgba(104,203,91,.4)
    }
}

.toolbar .minbtn {
    float: right;
    color: inherit!important;
    background-color: rgba(220,225,229,.3)
}

.toolbar .minbtn .switch {
    margin-left: -.25rem;
    margin-right: .25rem
}

.switch {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25rem;
    position: relative;
    border-radius: .5rem;
    width: 1.5rem;
    height: 1rem;
    background-color: #d55e5e
}

.switch::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: .125rem;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 .125rem .125rem 0 rgba(0,0,0,.15)
}

.switch.active {
    background-color: #68cb5b
}

.switch.active::after {
    left: 100%;
    margin-left: -.875rem
}

.alert {
    background-color: #fcf6d2;
    padding: 1.25rem 1.5rem
}

@media (min-width: 500px) {
    .alert {
        padding:1.25rem 2rem;
        margin-bottom: 2rem
    }
}

@media (max-width: 991px) {
    html.load .app-panel {
        transform:translateY(100%);
        opacity: 0
    }

    html.ap-open .app-panel {
        display: block!important
    }

    .app-panel {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4rem;
        pointer-events: none;
        z-index: 99;
        transform: translateY(0);
        opacity: 1;
        transition: transform .3s ease,opacity .2s ease
    }

    .app-panel-wrap {
        width: 100%;
        max-width: 26rem;
        padding: .75rem;
        margin: 0 auto;
        background-color: #fff;
        pointer-events: auto;
        box-shadow: 0 0 0 1px rgba(0,0,0,.03),0 0 1.5rem 0 rgba(0,0,0,.07);
        position: relative;
        border-radius: 1rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .app-panel-wrap::after {
        content: "";
        display: block;
        clear: both
    }

    .app-panel-wrap>img {
        float: left;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: .5rem;
        margin-right: .75rem;
        box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 0 1rem 0 rgba(0,0,0,.07)
    }

    .app-panel-cont {
        font-size: .75rem;
        overflow: hidden;
        padding-top: 1px;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .app-panel-cont>.fbold {
        font-size: .875rem;
        display: block
    }

    .app-panel-btns {
        float: right;
        padding: .25rem
    }

    .app-panel-btns .btn-green {
        font-size: .75rem
    }

    .app-panel-btns .btn-green::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%
    }

    .app-panel-close {
        width: 2rem;
        padding: .375rem;
        background-color: #f5f6f7;
        position: relative;
        z-index: 2
    }

    .app-panel-close svg {
        display: block;
        transition: transform .4s ease
    }

    .app-panel-close:hover svg {
        transform: rotate(180deg)
    }
}

html.darkmod .modal,html.darkmod body {
    background: #121416;
    color: #fff
}

html.darkmod .header>header {
    background-color: #292c2f;
    color: #fff
}

html.darkmod .header::after {
    box-shadow: 0 0 2.5rem 0 rgb(0,0,0,.5)
}

html.darkmod .section-sep {
    border-bottom-color: rgba(255,255,255,.1)
}

html.darkmod .footer {
    color: #fff
}

html.darkmod .btn.btn-dark,html.darkmod .ui-button {
    background-color: rgba(255,255,255,.1);
    color: #fff;
    opacity: 1!important
}

html.darkmod .seo-section {
    color: rgba(255,255,255,.5)
}

html.darkmod .seo-section a {
    color: rgba(255,255,255,.5)
}

html.darkmod .app_list .item_app {
    background-color: #1b1d1f
}

html.darkmod .cat-apps-img,html.darkmod .item_app .img,html.darkmod .post .img {
    background-color: rgba(255,255,255,.05)
}

html.darkmod .card-list .item_app,html.darkmod .carousel-apps .item_app {
    background-color: #1b1d1f
}

html.darkmod .cat-apps-item.more,html.darkmod .mail_feedback {
    border-color: rgba(255,255,255,.1)
}

html.darkmod .modal_search {
    background-color: #121416
}

html.darkmod .mail_feedback {
    color: #fff
}

html.darkmod .mail_black {
    display: none!important
}

html.darkmod .mail_white {
    display: block!important
}

html.darkmod .cd-faq-group>li,html.darkmod .post_list,html.darkmod .ui-dialog .ui-dialog-buttonpane {
    border-top-color: rgba(255,255,255,.1)
}

html.darkmod .share {
    color: rgba(255,255,255,.8)
}

html.darkmod .share-box>a {
    border-left-color: rgba(255,255,255,.1)
}

html.darkmod .share-box {
    box-shadow: 0 0 0 1px rgba(255,255,255,.1)
}

html.darkmod .modal_catmenu a {
    color: inherit
}

html.darkmod .toolbar,html.darkmod .ui-dialog-titlebar {
    border-bottom-color: rgba(255,255,255,.1);
    box-shadow: 0 1px 0 0 rgba(255,255,255,.01)
}

html.darkmod .post_list .post {
    background-color: #1b1d1f
}

html.darkmod .toolbar {
    color: #b7bfc6
}

html.darkmod .alert {
    background-color: rgba(247,122,76,.2)
}

html.darkmod .muted {
    color: rgba(255,255,255,.5)!important
}

html.darkmod .app_view_pad .spec {
    color: rgba(255,255,255,.8)
}

html.darkmod button {
    color: inherit
}

html.darkmod .navigation_ext {
    background-color: #1b1d1f;
    border-color: #1b1d1f
}

html.darkmod .navigation_ext>:last-child {
    border-left-color: rgba(255,255,255,.1)
}

html.darkmod .navigation_ext>:first-child {
    border-right-color: rgba(255,255,255,.1)
}

html.darkmod .box_shadow {
    background-color: #292c2f
}

html.darkmod .c-warn {
    color: #ffe93b!important
}

html.darkmod .b-yellow.c-warn {
    color: #8d764d!important
}

html.darkmod .download_line.light {
    background-color: rgba(255,255,255,.1)
}

html.darkmod .box_grey {
    background-color: #1d1f21
}

html.darkmod .app_view-first .img {
    background: 0 0;
    box-shadow: none
}

html.darkmod .search_field>input {
    background-color: #292c2f;
    color: #fff;
    box-shadow: 0 .5rem 1.375rem 0 rgba(0,0,0,.25)
}

html.darkmod .ui-dialog {
    border: 0 none;
    background-color: #292c2f;
    box-shadow: 0 .5rem 2.5rem -.5rem rgba(0,0,0,.9)
}

html.darkmod .ui-dialog-titlebar-close .ui-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%23fff'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E")
}

html.darkmod .unit-rating {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23595A5C' d='M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z'/%3E%3C/svg%3E")
}

html.darkmod .unit-rating li.current-rating {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23939395' d='M12,17.27L18.18,21l-1.64-7.03L22,9.24l-7.19-0.61L12,2L9.19,8.63L2,9.24l5.46,4.73L5.82,21L12,17.27z'/%3E%3C/svg%3E")
}

html.darkmod .unit-rating li a:hover,html.darkmod .unit-rating li.current-rating {
    background-color: #1b1d1f
}

html.darkmod .logo-t-fill {
    fill: #fff
}

html.darkmod .logo-wmd-bg {
    fill: rgba(255,235,235,0.1)
}

html.darkmod .logo-psh-bg {
    fill: rgba(230,244,220,0.1)
}

html.darkmod .logo-w-fill {
    fill: #fff
}

html.darkmod .logo-hwn-bg {
    fill: #121416
}

html.darkmod .logo-hny-bg {
    fill: rgba(220,239,247,0.1)
}

html.darkmod .logo-hbd-bg {
    fill: rgba(238,235,255,0.1)
}

html.darkmod .logo-ahd-bg {
    fill: rgba(104,203,91,0.1)
}

html.darkmod .logo-lvd-bg {
    fill: rgba(255,104,97,0.1)
}

html.darkmod .logo-lvd-text {
    fill: #fff
}

html.darkmod .breadcrumbs::after {
    background-color: #121416;
    box-shadow: 0 0 1rem 1rem #121416
}

@media (min-width: 640px) {
    html.darkmod .post_view {
        background-color:#1b1d1f
    }
}

@media (min-width: 768px) {
    html.darkmod .app_view_wrp {
        background-color:#1b1d1f
    }
}

@media (max-width: 991px) {
    html.darkmod .hmenu,html.darkmod .submenu.open {
        background-color:#121416;
        color: #fff
    }

    html.darkmod .app-panel-wrap {
        background-color: #292c2f;
        box-shadow: 0 0 0 1px rgba(0,0,0,.03),0 0 1.5rem 0 rgba(0,0,0,.3)
    }

    html.darkmod .app-panel-close {
        background-color: rgba(255,255,255,.1)
    }

    html.darkmod .download_line.light>.size {
        color: #fff
    }

    html.darkmod .carousel-apps-out::after {
        background-image: linear-gradient(-90deg,rgba(18,20,22,.8) 0,rgba(18,20,22,0) 100%)
    }
}

@media (max-width: 767px) {
    html.darkmod .app_view_pad .rate {
        background-color:#1d1f21
    }

    html.darkmod .app_screens {
        box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%);
        border-bottom-color: rgb(255 255 255 / 5%)
    }

    html.darkmod .app_view_pad .rate .unit-rating li a:hover,html.darkmod .app_view_pad .rate .unit-rating li.current-rating {
        background-color: #1d1f21
    }

    html.darkmod .version_upload {
        border-top-color: rgba(255,255,255,.1);
        color: rgba(255,255,255,.8)
    }
}

@media (max-width: 575px) {
    html.darkmod .last-news .post {
        border-bottom-color:rgba(255,255,255,.1)
    }
}

@media (min-width: 992px) {
    html.darkmod .head_menu_f>li>a>i {
        color:#fff;
        opacity: .3
    }

    html.darkmod .head_menu_f>li.active>a>i {
        opacity: 1
    }

    html.darkmod .minbtn,html.darkmod .tool-btn::after {
        background-color: rgba(220,225,229,.1)
    }

    html.darkmod .minbtn:hover,html.darkmod a.lang:hover>.minbtn {
        background-color: rgba(220,225,229,.3)
    }

    html.darkmod .foot_line {
        background-color: #000
    }

    html.darkmod .social::before,html.darkmod ul.foot_menu>li>a {
        opacity: .5
    }

    html.darkmod .carousel-apps-out::after {
        background-image: linear-gradient(90deg,#121416 0,rgba(18,20,22,0) 100%)
    }

    html.darkmod .app_list .item_app:hover,html.darkmod .card-list .item_app:hover,html.darkmod .carousel-apps .item_app:hover,html.darkmod .post_list .post:hover {
        background-color: #212325
    }

    html.darkmod .download_line.light>.size {
        background-color: #292c2f
    }

    html.darkmod .btn.btn-dark:hover,html.darkmod .ui-button:hover {
        box-shadow: 0 0 0 .25rem rgba(255,255,255,.03);
        background-color: rgba(255,255,255,.15)
    }

    html.darkmod .btn.btn-dark:active,html.darkmod .ui-button:active {
        background-color: rgba(220,225,229,.05);
        box-shadow: 0 0 0 0 rgba(255,255,255,.02)
    }

    html.darkmod .cbtn-hide::after {
        background-color: #121416;
        box-shadow: 0 0 2rem 0 rgba(0,0,0,.5)
    }

    html.darkmod .cat-apps-item.more:hover {
        border-color: rgba(255,255,255,.2)
    }

    html.darkmod .share-box>a:hover {
        box-shadow: inset 0 -4rem 0 0 rgba(255,255,255,.05)
    }

    html.darkmod .submenu {
        background-color: #34373b;
        box-shadow: 0 .5rem 1.5rem 0 rgba(0,0,0,.3)
    }

    html.darkmod .submenu::after {
        border-bottom-color: #34373b
    }

    html.darkmod .corner::after {
        border-bottom-color: #121416
    }

    html.darkmod .post .img::after {
        border-left-color: #121416
    }

    html.darkmod .item_app:hover .unit-rating li a:hover,html.darkmod .item_app:hover .unit-rating li.current-rating {
        background-color: #212325
    }

    html.darkmod .app_screens_in::-webkit-scrollbar {
        background-color: #121416
    }

    html.darkmod .app_screens_in::-webkit-scrollbar-thumb {
        background-color: #292c2f;
        border-color: #121416
    }

    html.darkmod .app_screens_in::-webkit-scrollbar-track {
        background-color: #121416;
        border-color: #121416
    }

    html.darkmod .sep_line::after {
        background-color: rgba(255,255,255,.1)
    }
}

@media (min-width: 1025px) {
    html.darkmod .app_view-first .spec_addon {
        color:rgba(255,255,255,.5)
    }
}

.links a {
    display: block;
    text-decoration: none;
    background: #8bc24c;
    color: #fff;
    font-size: 18px;
    padding: 14px 25px;
    border-radius: 24px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis
}

.content-area .status .category a:hover {
    color: #748796;
    border-color: #ff5521
}
/* Force center ALL images */
.post-content img,
.wp-block-image img,
figure.aligncenter,
img.aligncenter {
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
}

/* Target specific containers (if your theme uses them) */
.entry-content .wp-block-image,
.article-content .wp-block-image {
  text-align: center !important;
}

/* Paragraph */
.post_mid .text p{
	line-height:1.4em;
	text-align:justify;
	word-spacing:0.4px;
	
	font-size:16px;
	letter-spacing:0.2px;
}