@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 15px;
    color: #1d1d1f;
    line-height: 1.38462;
    font-weight: 400;
    letter-spacing: -.005em;
    font-family: system-ui, -apple-system, sans-serif;
}

body.desktop-font * {
    font-family: Inter, system-ui, -apple-system, sans-serif;
}

@media only screen and (max-width:720px) {
    .desktop {
        display: none;
    }
}

@media only screen and (min-width:720px) {
    .mobile {
        display: none;
    }
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

a,
* a {
    color: #0071e3;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
* a:hover {
    text-decoration: underline;
}

a.button:hover {
    text-decoration: none;
}

small {
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: 0;
    color: #636366;
}

small small {
    font-size: inherit;
}

i,
body.desktop-font i {
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.date {
    color: #86868b;
}

.row {
    width: 100%;
    display: inline-block;
}

[class*=grid]>button,
[class*=grid]>form {
    display: inline-block;
    vertical-align: middle;
}

[class*=grid]>form {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    vertical-align: middle;
}

[class*=grid]>button:last-child,
[class*=grid]>form:last-child {
    margin-right: 0;
}

header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

main {
    margin-top: 20px;
}

.main-nav {
    height: 56px;
    padding: 0 10px;
    position: relative;
}

.logo {
    float: left;
    padding: 12px 0;
}

.logo img {
    height: 32px;
    vertical-align: middle;
}

.nav-right-wrapper {
    float: right;
}

.search-form {
    position: absolute;
    top: 50%;
    left: 82px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

.search-form input {
    padding: 10px 20px;
    width: 100%;
    border: none;
    background: #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-link,
.nav-link:hover {
    text-decoration: none;
}

.nav-link:hover span {
    opacity: .8;
}

.nav-link,
.nav-icon,
.nav-avatar,
.nav-login {
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    vertical-align: middle;
    line-height: 56px;
}

.nav-avatar,
.main-nav .button {
    margin-left: 20px;
}

.nav-link .option-item img {
    width: auto;
    height: auto;
    margin-right: 0;
}

.nav-icon img,
.nav-avatar img {
    display: block;
    vertical-align: middle;
}

.nav-avatar img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.nav-login {
    padding: 6px 12px;
    background: #4285f4;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.4;
}

.nav-toggle {
    display: none;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgb(29, 29, 31)'%3E%3Cpath d='M3 4H21V6H3V4ZM3 11H21V13H3V11ZM3 18H21V20H3V18Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    background-size: 24px 24px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 1000;
}

.mobile-menu-checkbox {
    display: none;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: white;
    z-index: 1001;
    padding: 56px 0 20px 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.mobile-nav-link {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .075);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.mobile-nav-link:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .075);
}

.mobile-nav-link+a.button {
    margin-top: 20px;
}

.mobile-menu-checkbox:checked~.mobile-nav-overlay {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-checkbox:checked~.mobile-nav {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}

.mobile-menu-checkbox:checked~.mobile-nav .mobile-nav-link {
    opacity: 1;
}

.mobile-close {
    position: absolute;
    top: 12.5px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgb(29, 29, 31)'%3E%3Cpath d='M10.5859 12L2.79297 4.20706L4.20718 2.79285L12.0001 10.5857L19.793 2.79285L21.2072 4.20706L13.4143 12L21.2072 19.7928L19.793 21.2071L12.0001 13.4142L4.20718 21.2071L2.79297 19.7928L10.5859 12Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    background-size: 20px 20px;
    cursor: pointer;
    z-index: 1003;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-checkbox:checked~.mobile-nav .mobile-close {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1024px) {
    .nav-right-wrapper {
        display: none;
    }

    .search-form {
        display: none;
    }

    .nav-toggle {
        display: block;
    }
}

@media (max-width: 480px) {
    .mobile-nav {
        width: 260px;
        right: -260px;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mobile-menu-checkbox:checked~.mobile-nav {
        -webkit-transform: translate3d(-260px, 0, 0);
        -moz-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate3d(-260px, 0, 0);
        -o-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0);
    }
}

body.mobile-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.no-csstransforms .mobile-nav {
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

.no-csstransforms .mobile-menu-checkbox:checked~.mobile-nav {
    right: 0;
}

.mobile-search-form {
    display: none;
    position: absolute;
    top: 50%;
    left: 67px;
    right: 67px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

.mobile-search-form input {
    padding: 10px 20px;
    width: 100%;
    border: none;
    background: #f0f0f0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1024px) {
    .mobile-search-form {
        display: block;
    }

    .search-form {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .horizontal-scroll {
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 0;
        width: 100%
    }

    .horizontal-scroll *[class*=grid] {
        float: none;
        font-size: initial;
        display: inline-block;
        vertical-align: top
    }
}

@media (hover: hover) {
    .horizontal-scroll::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 8px;
        height: 8px;
    }

    .horizontal-scroll::-webkit-scrollbar-thumb {
        background: #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
}

@media only screen and (min-width: 1024px) {
    .vertical-scroll {
        width: 100%;
        height: 470px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        float: none;
        display: block;
        white-space: normal;
    }

    .vertical-scroll::-webkit-scrollbar {
        width: 8px;
    }

    .vertical-scroll::-webkit-scrollbar-track {
        background: #f5f5f5;
    }

    .vertical-scroll::-webkit-scrollbar-thumb {
        background: #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .vertical-scroll::-webkit-scrollbar-thumb:hover {
        background: #aaa;
    }
}

@media only screen and (max-width: 1024px) {
    .vertical-scroll {
        height: auto;
    }
}

[class*=grid] img {
    width: 100%;
    display: block;
}

[class*=grid] img[src$=".svg"] {
    width: 24px;
    height: 24px;
}

[class*=grid] e img[src$=".svg"] {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.icon {
    -webkit-border-radius: 22.5%;
    -moz-border-radius: 22.5%;
    border-radius: 22.5%;
    position: relative;
}

.icon img {
    width: 100%;
    -webkit-border-radius: 22.5%;
    -moz-border-radius: 22.5%;
    border-radius: 22.5%;
}

.icon::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-border-radius: 22.5%;
    -moz-border-radius: 22.5%;
    border-radius: 22.5%;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 1;
    content: "";
}

.avatar,
.user-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.avatar::after,
.user-avatar::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 1;
    content: "";
}

.user-avatar {
    width: 40px;
    height: 40px;
}

.avatar img,
.user-avatar img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.user-avatar-20 {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.user-avatar-20,
.user-avatar-20:after {
    -webkit-box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
}

.user-avatar-24 {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.user-avatar-24,
.user-avatar-24:after {
    -webkit-box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
}

a img {
    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

a:hover img {
    opacity: .8;
}

.pagination img {
    width: auto;
}

.container+.container {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.reset+.container {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.container-title {
    overflow: hidden;
    line-height: 1;
    zoom: 1;
}

.container-title> :first-child {
    float: left;
    margin: 0;
}

.container-title> :not(:first-child) {
    float: right;
    margin: 0;
    white-space: nowrap;
}

.breadcrumbs * {
    color: #636366;
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}

.breadcrumbs li {
    display: inline;
    margin: 0;
    padding: 0;
}

.breadcrumbs li:after {
    content: " › ";
}

.breadcrumbs li:last-child:after {
    content: "";
}

.breadcrumbs .more:after {
    content: "... / ";
}

.breadcrumbs .hidden {
    display: none;
}

.app .icon:not(.app-card-item .icon) {
    margin-bottom: 5px;
}

.app a {
    font-size: 15px;
    line-height: 1.33338;
    letter-spacing: -.016em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.app small {
    line-height: 1.38462;
    letter-spacing: -.005em;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.select-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 5px;
}

.select-wrapper select {
    width: auto;
    min-width: 1px;
}

.filters a {
    line-height: 39px;
}

.checkbox-filters {
    margin-top: 10px;
    overflow: hidden;
}

.checkbox-label {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    line-height: 18px;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 8px 0 0;
    padding: 0;
    display: inline-block;
}

.checkbox-label.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
}

.checkbox-label.disabled input[type="checkbox"] {
    cursor: not-allowed;
}

.checkbox-filters:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 768px) {
    .checkbox-label {
        float: none;
        display: block;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .checkbox-label:last-child {
        margin-bottom: 0;
    }
}

.filter-submit-btn {
    display: inline-block;
    padding: 6px 12px;
    background: #007bff;
    color: white;
    border: 1px solid #007bff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    font-family: inherit;
}

.filter-submit-btn:hover {
    background: #0069d9;
    border-color: #0062cc;
}

.filter-actions {
    overflow: hidden;
}

.filter-actions .filter-submit-btn,
.filter-actions #resetFilters {
    float: left;
    margin-right: 15px;
}

.filter-actions:after {
    content: "";
    display: table;
    clear: both;
}

#resetFilters {
    display: inline-block;
    line-height: 32px;
    color: #007bff;
    text-decoration: none;
}

#resetFilters:hover {
    text-decoration: underline;
    color: #0056b3;
}

.filter-note {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    font-style: italic;
    clear: both;
}

.filter-note.ios11-note {
    color: #d9534f;
    font-weight: bold;
}

.app-page .app-info {
    margin-top: 5px;
}

.app-page .app-info span {
    display: block;
    width: 100%;
    color: #444;
}

.app-info h3 {
    line-height: 1;
    color: #444;
}

.app-info small {
    display: block;
    color: #444;
}

.info-inline {
    display: inline-block !important;
    vertical-align: top;
    margin-right: 20px;
}

.info-inline:last-child {
    margin-right: 0;
}

@media screen and (min-width: 721px) {
    h1+.app-info {
        margin-top: 5px;
    }

    .app-stats,
    .app-buttons {
        float: left;
        width: auto;
        display: inline-block;
        margin-left: 10px;
    }
}

@media screen and (max-width: 720px) {
    .app-page h1 {
        font-size: 22.5px;
        line-height: 1.22226;
        font-weight: 600;
    }

    .app-stats {
        width: 100%;
        padding: 10px 10px 0 10px;
        margin: 10px 0 0 0;
        display: inline-block;
        text-align: center;
        border-top: solid 1px rgba(0, 0, 0, 0.075);
    }

    .app-buttons {
        padding: 10px 10px 0 10px;
        width: 100%;
        display: inline-block;
    }

}

@media screen and (max-width: 375px) {
    .app-page .app-info span {
        font-size: 13px;
    }
}

.info-msg {
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #f2f8fc;
}

.comment+.auth-only {
    margin-top: 20px;
}

.top-list {
    overflow: hidden;
    min-height: 60px;
    position: relative;
    z-index: 2;
}

.top-list-icon {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    text-align: center;
    line-height: 60px;
}

.top-list-icon .icon img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.top-list-text {
    overflow: hidden;
}

.top-list-text-inner {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 100%;
}

.top-list-text a,
.top-list-text small {
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-list-text a {
    font-size: 15px;
    line-height: 1.33338;
    letter-spacing: -0.016em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.top-list-text small {
    line-height: 1.38462;
    letter-spacing: -0.005em;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.submited-app+.submitted-app {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.collection {
    text-align: center;
}

.collection img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.collection-app {
    padding: 20px 0;
    background-color: #f0f5fb;
}

.icon-wrapper {
    width: 50%;
    margin: 0 auto;
}

.app-info-wrapper {
    width: 100%;
    margin-top: 15px;
    padding: 0 10px;
}

.app-info-wrapper * {
    width: auto;
    text-align: center;
    margin: 0 auto;
}

.app-info-wrapper a+.select-wrapper {
    margin-top: 10px;
}

.collection-app .app-info select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 5px;
    border: 1px solid #ccc;
    font-size: 15px;
    cursor: pointer;
}

.collection-app .app-info select option {
    text-align: center;
}

.user-collection {
    text-align: center;
}

.app-list-icon {
    float: left;
    width: 33.3333%;
}

.clearfix {
    clear: both;
    height: 0;
    overflow: hidden;
}

.notification+.notification {
    margin-top: 10px;
    padding-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.075);
}

.notification {
    overflow: hidden;
    zoom: 1;
}

.notification.reset {
    padding: 5px 0;
    -webkit-box-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.075);
    box-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.075);
    margin-bottom: 10px;
}

.notification:last-of-type {
    border-bottom: none;
}

.notification-avatars {
    float: left;
    width: 30px;
    position: relative;
    margin-right: 15px;
}

.notification .user-avatar-20 {
    border: 2px solid #fff;
    position: absolute;
    top: 18px;
    right: -10px;
    z-index: 99;
    width: 20px;
    height: 20px;
}

img.app-icon {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 22.5%;
    -moz-border-radius: 22.5%;
    border-radius: 22.5%;
    -webkit-box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.1) inset;
}

.notification-text {
    float: left;
    width: calc(100% - 65px);
    word-wrap: break-word;
}

.notification-text p:first-of-type {
    margin: 0 0 4px 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #444;
}

.notification-text p:first-of-type strong {
    font-weight: 700;
}

.notification-text p:last-of-type {
    margin: 0 0 4px 0;
}

.notification-text .date {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #444;
}

@media screen and (max-width: 720px) {
    .partner+.partner {
        margin-top: 20px;
        padding-top: 20px;
        border-top: solid 1px rgba(0, 0, 0, .075);
    }
}

.partner-card {
    width: 100%;
    display: table;
    position: relative;
}

.partner-card-text span {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.partner-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.partner-card-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 1200px) {
    .partner-card-image+.partner-card-text {
        padding-top: 0;
    }
}

.slider-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.slider-track {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    font-size: 0;
}

.slider-track::-webkit-scrollbar {
    display: none;
}

.slider-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    font-size: 15px;
}

.slider-item[class*="grid-"] {
    float: none !important;
}

.slide-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.slide-image-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #aaa;
}

.slider-caption {
    border-top: 0;
    margin: 0;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: #333;
    color: white;
    border: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
}

.slider-arrow.left {
    left: 5px;
}

.slider-arrow.right {
    right: 5px;
}

@media screen and (max-width: 720px) {
    .slider-item {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .slider-arrow {
        display: none;
    }
}

.slider-dots {
    display: none;
    text-align: center;
    padding: 10px 0 5px;
}

.slider-dots.active {
    display: block;
}

.slider-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}

.slider-dot.active {
    background: #333;
}

@media screen and (max-width: 1024px) {
    .slider-dots {
        display: block;
    }
}

.tab-link {
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    color: #999;
}

[class*=grid] .tab-link e img[src$=".svg"] {
    opacity: .5;
    margin-right: 5px;
}

.tab-link:hover,
.tab-link.active {
    color: inherit;
    text-decoration: underline;
}

[class*=grid] .tab-link.active e img[src$=".svg"] {
    opacity: 1;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.banner-image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
    overflow: hidden;
    background: #eee;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.banner-image-container.item-of-the-day {
    padding-top: 20%;
}

@media only screen and (max-width:1024px) {
    .banner-image-container.item-of-the-day {
        padding-top: 30%;
    }
}

@media only screen and (max-width:720px) {
    .banner-image-container.item-of-the-day {
        padding-top: 40%;
    }
}

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

    .banner-image-container,
    .banner-image-container.item-of-the-day {
        padding-top: 50%;
    }
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}

.banner-image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.app-card-item {
    position: relative;
    background-color: #f0f0f0;
    overflow: hidden;
    text-align: center;
}

.app-card-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 1;
}

.app-card-item a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 10px;
}

.app-card-item .icon {
    width: 33%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1024px) {
    .app-card-item .icon {
        width: 50%;
    }
}

.app-card-item small {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 10px;
}

.app-card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-position: top;
    background-size: cover;
    opacity: 1;
    z-index: 1;
}

.app-card-content {
    overflow: hidden;
    min-height: 60px;
    position: relative;
    z-index: 2;
}

.editors-choice {
    position: relative;
    z-index: 1;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.editors-choice::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 4;
}

.editors-choice-app {
    padding: 5px;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
}

.editors-choice-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-position: center;
    background-size: cover;
    opacity: 1;
    z-index: 2;
}

.editors-choice-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
}

.editors-choice .top-list {
    position: relative;
    z-index: 5;
}

.editors-choice .banner-image-container {
    position: relative;
    z-index: 6;
}

.top-list-wrapper {
    padding: 5px;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
}

.top-list-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-position: top;
    background-size: cover;
    opacity: 1;
    z-index: 1;
}

.top-list-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.article-card {
    padding-bottom: 0;
}

.page-articles .article-card {
    margin-bottom: 20px;
}

.article-card .date {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.article-card a {
    font-size: 15px;
    line-height: 1.33338;
    letter-spacing: -.016em;
    white-space: normal;
    color: inherit;
}

.article-card p {
    line-height: 1.38462;
    letter-spacing: -.005em;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.article-header {
    width: 100%;
    display: table;
}

.article-header h1 {
    margin-bottom: 5px;
}

/*
.article-header+.article-reader {
    margin-top: 10px;
}
*/

.article .forum-topic+img {
    margin-top: 15px;
}

.article .forum-topic {
    margin-top: 5px;
}

.article h2 {
    margin-bottom: 15px;
}

.article h3 {
    margin: 15px 0 15px 0;
}

.article h3:first-of-type {
    margin: 0 0 15px 0;
}

.article h3.xtr-mrg:first-of-type {
    margin: 15px 0 15px 0;
}

.article h4 {
    margin: 0 0 5px 0;
}

.article p+p {
    margin-top: 10px;
}

.article p+ul {
    margin-top: 5px;
}

.article ul+p {
    margin-top: 10px;
}

.article ul+h4 {
    margin-top: 15px;
}

.article p+h4 {
    margin: 15px 0 5px 0;
}

.article img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.article img+* {
    margin-top: 15px;
}

.article-reader h2 {
    width: auto;
}

@media (min-width: 1200px) {
    .article-reader {
        padding-right: calc(4.175% + 10px);
        margin-right: 4.175%;
        border-right: solid 1px rgba(0, 0, 0, .075);
    }
}

/*.article-reader.grid-d-8,
.article-reader.grid-hd-8 {
    width: 70%;
}*/

.article-reader .user-avatar-20 {
    float: left;
    margin-right: 5px;
}

.article-reader p {
    width: auto;
    color: #1d1d1f;
    font-size: 17px;
    line-height: 1.4211;
    font-weight: 400;
    letter-spacing: 0.012em;
    text-align: justify;
}

.article-reader h2,
.article-reader *+h2,
.article-reader h2+p,
.article-reader img+*,
.article-reader p+img,
.article-reader script+p {
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .article img.article-content-img {
        width: 80%;
        margin: 40px auto;
    }
}

.article-reader .app,
.article-reader .comments {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, .075);
}

.article-reader .app h2 {
    margin-top: 0;
}

.article-reader .app .top-list {
    display: inline-block;
    line-height: 60px;
    width: 100%;
}

.article-reader .app .top-list .top-list-icon,
.article-reader .app .top-list .top-list-text,
.article-reader .app .top-list .top-list-button {
    display: inline-block;
    vertical-align: middle;
}

.article-reader .app .top-list .top-list-icon img {
    border-radius: 13.5px;
    border-radius: 22.5%;
}

.article-reader .app .top-list .top-list-button {
    margin-left: 20px;
}

@media (max-width: 720px) {
    .article-reader .app .top-list .top-list-button {
        margin-left: 0;
        float: right;
        margin-top: 10px;
    }
}



.article-reader .app a.pc-m.button {
    color: white;
    border-radius: 50px;
}

.article-reader .manage-article {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, .075);
}

.article-reader .manage-article img+*,
.article-reader .manage-article h2 {
    margin-top: 0px;
}

.article-reader [id*="yandex_rtb"] {
    padding: 20px 0 20px 0;
    border-bottom: solid 1px rgba(0, 0, 0, .075);
}

@media (max-width: 720px) {
    .side-articles {
        padding: 0;
    }

    .side-articles h2 {
        padding: 10px;
    }
}

@media (min-width: 1200px) {

    .side-articles.grid-d-3,
    .side-articles.grid-hd-3 {
        width: 29.1598%;
    }

    .side-articles {
        padding-right: 0;
        padding-left: 0;
    }

    .side-articles .article+.article {
        margin-top: 10px;
    }

    .side-articles .horizontal-scroll {
        display: flex;
        flex-wrap: wrap;
    }

    .side-articles h2 {
        width: 100%;
        padding: 0 10px;
        font-size: 30px;
        margin-bottom: 31px;
    }

    .side-articles .article img {
        width: 33.3333%;
        float: left;
        margin-right: 20px;
        border-radius: 5px;
    }

    .side-articles .article-card .date {
        margin-top: 0;
        margin-bottom: 2px;
    }
}

/* ⚡⚡⚡ */
.add-article-form-element+.add-article-form-element {
    margin-top: 20px;
}

/**/

.comment {
    width: 100%;
    display: table;
}

.comment+.comment {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.comment+.info-msg {
    margin-top: 20px;
}

.comment .user-avatar,
.comment .user-text {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#comment_form form {
    max-width: 600px;
}

.comment .user-text {
    margin-left: 15px;
    width: calc(100% - 55px);
}

.leave-a-comment {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.user-text textarea {
    margin-bottom: 5px;
}

.add-form label {
    margin-bottom: 5px;
}

.add-form input,
.add-form select {
    height: 40px;
}

.add-form input+label {
    margin-top: 10px;
}

.add-form input+input {
    margin-top: 2px;
}

.add-screenshot input:first-of-type {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.add-screenshot input:last-of-type {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.login-page {
    width: auto;
    max-width: 480px;
    margin: 0 auto;
}

.login-page form {
    width: 100%;
}

.login-page form input+input {
    margin-top: 2px;
}

.login-page form input+button {
    margin-top: 10px;
}

.section {
    padding: 40px 0;
    text-align: center;
    background-color: #f5f5f7;
}

.section h2 {
    width: 100%;
    display: inline-block;
    margin: 20px 0 10px 0;
}

.section .section-icon {
    width: calc(16.66666666666667% + 5px);
    margin: 0 auto;
    padding: 10px;
}

.section .section-icon img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.section p {
    padding: 0 20px;
    color: #636366;
    margin-bottom: 40px;
}

.card-button {
    padding: 0.6rem 1.2rem;
    background: #f0f5fb;
    border: 1px solid #d0d8e8;
    -webkit-border-radius: 99vw;
    -moz-border-radius: 99vw;
    border-radius: 99vw;
    color: #818e9e;
    font-weight: bold;
    font-size: 0.85rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card-button:hover {
    background: #e0e8f8;
    border-color: #b0c0e0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.card-iridescent .drop-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.card-iridescent .drop-shadow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(165deg, rgba(240, 245, 251, 0.8) 25%, rgba(250, 251, 255, 0.8));
    background: -moz-linear-gradient(165deg, rgba(240, 245, 251, 0.8) 25%, rgba(250, 251, 255, 0.8));
    background: -o-linear-gradient(165deg, rgba(240, 245, 251, 0.8) 25%, rgba(250, 251, 255, 0.8));
    background: linear-gradient(165deg, rgba(240, 245, 251, 0.8) 25%, rgba(250, 251, 255, 0.8));
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card-iridescent:hover {
    color: #3c5a80;
    background: -webkit-linear-gradient(top, #f0f5fb, #e0e8f8 33%, #f5f9ff);
    background: -moz-linear-gradient(top, #f0f5fb, #e0e8f8 33%, #f5f9ff);
    background: -o-linear-gradient(top, #f0f5fb, #e0e8f8 33%, #f5f9ff);
    background: linear-gradient(to bottom, #f0f5fb, #e0e8f8 33%, #f5f9ff);
    -webkit-box-shadow:
        inset -0.35em -0.35em 0.25em -0.25em rgba(224, 232, 248, 0.8),
        inset -0.33em -1em 0.75em -0.75em rgba(224, 232, 248, 0.8),
        0px 6px 0.4em 0px rgba(47, 83, 128, 0.15),
        0px 3px 0.25em 0px rgba(47, 83, 128, 0.15),
        0px 2px 0.1em 0px rgba(47, 83, 128, 0.12);
    -moz-box-shadow:
        inset -0.35em -0.35em 0.25em -0.25em rgba(224, 232, 248, 0.8),
        inset -0.33em -1em 0.75em -0.75em rgba(224, 232, 248, 0.8),
        0px 6px 0.4em 0px rgba(47, 83, 128, 0.15),
        0px 3px 0.25em 0px rgba(47, 83, 128, 0.15),
        0px 2px 0.1em 0px rgba(47, 83, 128, 0.12);
    box-shadow:
        inset -0.35em -0.35em 0.25em -0.25em rgba(224, 232, 248, 0.8),
        inset -0.33em -1em 0.75em -0.75em rgba(224, 232, 248, 0.8),
        0px 6px 0.4em 0px rgba(47, 83, 128, 0.15),
        0px 3px 0.25em 0px rgba(47, 83, 128, 0.15),
        0px 2px 0.1em 0px rgba(47, 83, 128, 0.12);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.card-iridescent:hover h2 {
    color: #3c5a80;
}

.card-iridescent:hover .drop-shadow {
    opacity: 1;
}

.card-iridescent:hover .drop-shadow:before {
    opacity: 1;
}

.v-align-inline {
    line-height: 24px !important;
    vertical-align: middle !important;
    display: inline-block !important;
}

.v-align-inline>img {
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    display: inline-block !important;
}

.v-align-inline>* {
    vertical-align: middle !important;
    line-height: normal !important;
    display: inline-block !important;
}

.banner {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
}

.blur {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 0.66);
}

.blur-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.blur-overlay {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
}

.blur .button {
    margin-top: 0;
}

.blur+.container {
    margin-top: 20px;
}

.blur .table {
    display: table;
}

.blur .table [class*=grid-],
[class*=table-] {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.blur .table-l+.table-r {
    padding-left: 10px;
}

.blur .table-r+.table-r {
    margin-left: 40px;
}

.blur .icon img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.blur .icon {
    -webkit-border-radius: 22.5%;
    -moz-border-radius: 22.5%;
    border-radius: 22.5%;
    position: relative;
}

.blur .icon img {
    -webkit-border-radius: 22.5%;
    -moz-border-radius: 22.5%;
    border-radius: 22.5%;
}

.blur .icon::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-border-radius: 22.5%;
    -moz-border-radius: 22.5%;
    border-radius: 22.5%;
    border: 1px solid rgba(0, 0, 0, 0.075);
    z-index: 1;
    content: "";
}

.option-item {
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}

.option-item:last-of-type {
    margin-bottom: 0;
}

.option-item:last-of-type+form {
    margin-top: 12px;
    color: #0071e3;
}

.option-item:first-of-type+form {
    margin-bottom: 12px;
    color: #0071e3;
}

.option-item img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.option-item>*:not(img) {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}

.option-item a,
.option-item button,
.option-item input[type="submit"],
.option-item label {
    width: auto;
    color: #0071e3;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    text-align: left;
}

.option-item a:hover,
.option-item button:hover,
.option-item label:hover {
    text-decoration: underline;
}

.option-item input[type="submit"] {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.option-item input[type="submit"]:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #0071e3;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.popup-content {
    width: 100%;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    background: white;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 720px) {
    .popup-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 10px 0;
        position: relative;
        background: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        overflow-y: auto;
    }
}

.popup-content form {
    display: inline-block;
    width: 100%;
}

.success-text {
    text-align: center;
    padding: 20px 0;
}

.success-icon img {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

.button-container {
    margin-top: 20px;
}

.button-container .button {
    display: inline-block;
    margin: 0 8px;
}

.bundle {
    position: relative;
    display: inline-block;
    padding: 40px 0 25px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bundle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 2;
}

.bundle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.bundle>a,
.bundle>a:last-of-type {
    position: relative;
    z-index: 3;
}

.bundle-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 4;
}

.bundle a:last-of-type {
    margin-top: 20px;
    display: inline-block;
}

.bundle-icon-container {
    width: 100%;
    font-size: 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.bundle-row+.bundle-row {
    margin-top: 5px;
}

.bundle-icon-wrapper {
    display: inline-block;
    width: 33.33333%;
    height: 33.33333%;
    vertical-align: top;
    padding: 0 5px;
}

.bundle-icon-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 22.5%;
    -moz-border-radius: 22.5%;
    border-radius: 22.5%;
}

.bundle-row-1 .bundle-icon-wrapper:first-child {
    overflow: hidden;
    margin-right: -24.9999975%;
}

.bundle-row-1 .bundle-icon-wrapper:last-child {
    overflow: hidden;
    margin-right: -8.3333325%;
}

.bundle-row-1 .bundle-icon-wrapper:first-child img {
    margin-left: calc(-75% - 7.5px);
}

.bundle-row-2 .bundle-icon-wrapper:first-child,
.bundle-row-2 .bundle-icon-wrapper:last-child {
    overflow: hidden;
    margin-right: -16.666665%;
}

.bundle-row-2 .bundle-icon-wrapper:first-child img {
    margin-left: calc(-50% - 5px);
}

.bundle-row-3 .bundle-icon-wrapper:first-child {
    overflow: hidden;
    margin-right: -8.3333325%;
}

.bundle-row-3 .bundle-icon-wrapper:last-child {
    overflow: hidden;
    margin-right: -24.9999975%;
}

.bundle-row-3 .bundle-icon-wrapper:first-child img {
    margin-left: calc(-25% - 2.5px);
}

.bundle-title {
    text-align: center;
}

.event-detail {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.back-link {
    display: inline-block;
    margin-bottom: 20px;
    color: #0066cc;
    text-decoration: none;
}

.back-link:hover {
    text-decoration: underline;
}

.action-button {
    display: inline-block;
    background: #007cba;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 15px;
}

.action-button:hover {
    background: #005a87;
}

.action-button.large {
    padding: 15px 30px;
    font-size: 18px;
}

.details-link {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    margin-top: 10px;
}

.details-link:hover {
    text-decoration: underline;
}

.clock {
    position: relative;
    font-family: monaco, consolas, "courier new", monospace;
    font-size: 2rem;
    line-height: 1.375;
    margin: 20px 0;
}

.clock:before,
.clock:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: ':';
    z-index: 2;
    line-height: 1.15;
    color: #333;
}

.clock:before {
    left: 2.325em;
}

.clock:after {
    right: 2.325em;
}

.clock span {
    position: relative;
    display: inline-block;
    padding: 0 .25em;
    margin: 0 .06125em;
    z-index: 1;
    background: #333;
    color: #eee;
    -webkit-border-radius: .125em;
    -moz-border-radius: .125em;
    border-radius: .125em;
}

.clock span:first-child {
    margin-left: 0;
}

.clock span:last-child {
    margin-right: 0;
}

.countdown {
    text-align: center;
    margin: 20px 0;
}

@media (max-width: 600px) {
    .clock {
        font-size: 1.5rem;
    }
}

.app-buttons-m {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 10px 10px 0 10px;
    font-size: 0;
}

.app-buttons-m button,
.app-buttons-m form {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    vertical-align: middle;
}

.pc-m {
    width: 100%;
    padding: 10px 20px;
    background: #0071e3;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
}

button+button.cache-btn {
    margin: 5px 0 0 0;
}

@media (min-width: 721px) {
    button+button.cache-btn {
        margin: 0 0 0 5px;
    }
}

.ios-combo {
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.download-main,
.download-arrow {
    font-size: 15px;
    line-height: 1.4;
}

.download-main {
    background: #0071e3;
    color: white;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    padding: 10px 16px;
    width: calc(100% - 40px);
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
}

.download-arrow {
    width: 40px;
    height: 41px;
    background-color: #0063c0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
}

.dropdown-content {
    width: 100%;
    margin-top: 5px;
    display: none;
}

.dropdown-item {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    background: #f0f0f0;
    color: #0071e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.ios-wide-buttons {
    display: none;
}

.wide-download,
.wide-install {
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 5px;
    display: inline-block;
}

.wide-download {
    background: #0071e3;
    color: white;
}

.wide-install {
    float: right;
    border: none;
    cursor: pointer;
}

@media (max-width: 719px) {
    .pc-m {
        width: 100%;
    }

    .ios-combo {
        display: inline-block;
    }

    .ios-wide-buttons {
        display: none !important;
    }
}

@media (min-width: 720px) {
    .app-buttons-m {
        width: auto;
        margin-left: 40px;
        float: left;
        padding: 0;
    }

    .pc-m {
        width: auto;
    }

    .ios-combo {
        display: none !important;
    }

    .ios-wide-buttons {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .app-buttons-m {
        width: 70%;
        margin-left: 10px;
        margin-top: 20px;
    }
}

button.download-arrow:hover:not(:disabled),
.button.download-arrow:hover:not(:disabled) {
    background-color: #0063c0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

button.download-arrow.open:hover:not(:disabled),
.button.download-arrow.open:hover:not(:disabled) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e");
}

.pagination {
    text-align: center;
    font-size: 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 1px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    background-color: #f0f0f0;
    color: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: middle;
}

.pagination a.active {
    background-color: #0071e3;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #e0e0e0;
    color: #333;
}

.pagination a img,
.pagination a img[src$=".svg"] {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-top: 10px;
    margin-left: 2px;
}

.pagination span {
    background-color: transparent;
    color: #333;
    font-weight: bold;
    margin: 0 8px;
}

.pagination a {
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

main+footer,
style+footer {
    padding: 20px 0;
    margin-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

footer {
    background-color: #333;
    color: #f5f5f7;
}

footer p,
footer a {
    color: #c0c0c0;
}

footer h2+*,
footer h3+* {
    margin-top: 5px;
}

#hidden-comments .notification:first-of-type {
    margin-top: 10px;
    padding-top: 20px;
    border-top: solid 1px rgba(0, 0, 0, 0.075);
}

/* fix ios */

.top-wrapper,
.row,
.top-app {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
}

/*yandex*/

*+[id*="yandex_rtb"] {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 30px 10px 0px 10px;
    border-top: solid 1px rgba(0, 0, 0, .075);
}

form+[id*="yandex_rtb"] {
    margin-bottom: 20px;
    padding: 30px 10px 30px 10px;
    border-bottom: solid 1px rgba(0, 0, 0, .075);
}

.page-articles [id*="yandex_rtb"] {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: solid 1px rgba(0, 0, 0, .075);
}

/**/

.app a,
.bundle a {
    color: inherit;
}