/*
 * Webasyst.COM
 *
 * Requires linking base wa-2.0.css first
 *
 * @link https://www.webasyst.com/
 * @author Webasyst
 * @copyright 2021 Webasyst
 * @package Webasyst
 */

html,
body { width: 100%; min-height: 100vh; font-family: 'Gilroy', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; -webkit-text-size-adjust: 100%; background: var(--background-color-blank); font-weight: 500; }
body { overflow-x: hidden; }

section.s-content-section { margin-top: 1.5em; }
section.s-content-section:first-child { margin-top: 0; }
section.s-content-section > *:first-child { margin-top: 0; }
section.s-content-section > *:last-child { margin-bottom: 0; }

/* Misc atom elements
--------------------- */

    .block { padding: 10px; }
    .block.double-padded { padding: 20px; }
    .inline-block { display: inline-block; margin: 0 auto; }
    /* .small { font-size: 0.9em; }
    .smaller { font-size: 0.8em; }
    .smallest { font-size: 0.7em; } */
    /* .large { font-size: 1.2em; }
    .bold { font-weight: bold; }
    .bolder { font-weight: bolder; }
    .highlighted { background:  #ffd; }*/
    .hint { color: #aaa; font-size: 0.9em; }
    .hint strong { color: #777; }
    .align-center { text-align: center; }
    .align-left { text-align: left; }
    .align-right { text-align: right; }
    .valign-top { vertical-align: top; }
    .overhanging-quote { margin-left: -0.85em; margin-right: 0.25em; position: relative; top: 0.1em; }
     .nowrap { white-space: nowrap; }
    /*.gray, .grey { color: #888; }
    .gray:visited, .grey:visited { color: #777; }
    .dark-gray { color: #555; }
    a.dark-gray,
    a.dark-gray:visited { color: #555; }
    .black { color: #000; } */
    .hidden { display: none; }

    .path { color: #2E8B57; white-space: nowrap; }
    @media (max-width: 761px) {
        .path { white-space: normal; }
    }

    .big { font-size: 1.1em; }
    .bigger { font-size: 1.3em; }
    .lookatme { font-size: 1.5em; }
    /* .heading,
    .heading a { text-transform: uppercase; color: #888; }
    .heading a:hover { color: #777 !important; } */
    .no-underline { text-decoration: none; }
    .no-bold { font-weight: normal; }
    .strike { text-decoration: line-through; }
    /* input.long { min-width: 400px; width: 65%; font-size: 1.2em; }
    input.short { width: 110px !important; min-width: 0 !important; } */
    pre.prettyprint { border: none !important; white-space: pre-wrap; }
    /* .userpic,
    .userpic20 { border-radius: 50%; } */
    .indicator { background: #f00; border-radius: 20px; color: #fff; display: inline-block; line-height: 1em; padding: 3px 6px 1px; cursor: pointer; }
    sup.exclusive { color: red; font-style: italic; font-size: 0.4em; position: relative; top: -6px; }
    .video-tiny-badge { background: #65caf1; padding: 1px 4px 2px !important; color: #fff; font-size: 0.8em; border-radius: 3px; line-height: 1.3em; position: relative; top: -1px; }
    .tags a { color: #96d9a0; }
    .tablet-only { display: none !important; }
    .mobile-only { display: none !important; }
    .widescreen-only { display: none !important; }

    .top-padded { margin-top: 3rem; }
    .bottom-padded { margin-bottom: 3rem; }
    /* .squeezed { margin-left: 5rem; margin-right: 5rem; } */
    /* .bordered-left { border-left: 1px solid #eee; }
    .bordered-right { border-right: 1px solid #eee; } */

    .video iframe { background: #fff; box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.25); max-width: 100%; border-radius: 4px; }

    img.giant-glyph { height: 7rem; margin-bottom: 1rem; }
    svg.giant-glyph { font-size: 7rem; color: #ccc; margin-bottom: 1rem; }

    i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; /* legacy */ }
    i.icon16.userpic20 { background-position: -2px -2px; background-size: 20px 20px; /* legacy */ }

.icon.webasyst-magic-wand { width: 1.25em; height: 1.25em; background-image: url('img/webasyst-wand-bold.svg') !important; background-size: 100%; vertical-align: -0.25em; margin-right: 0.25em; }
.icon.webasyst-magic-wand.white { background-image: url('img/webasyst-wand-bold-white.svg') !important; }
.button.webasyst-magic-wand .icon.webasyst-magic-wand { width: 1em; height: 1em; }
.icon.made-in-russia-flag { width: 1em; height: 1em; background-image: url('img/ru.svg'); background-size: auto 100%; vertical-align: -0.125em; border-radius: 50%; box-shadow: 0 -1px 3px rgba(0,0,0,0.1); }

.filter-grayscale { filter: grayscale(1); }

/* Gradient overlays
-------------------- */

.gradient-overlay-light {
    background: -moz-linear-gradient(-75deg, rgba(255,255,255,0.0) 0%, rgba(0,0,0,0.07) 100%);
    background: -webkit-linear-gradient(-75deg, rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 100%);
    background: linear-gradient(165deg, rgba(255,255,255,0.0) 0%,rgba(0,0,0,0.07) 100%);
}
.gradient-overlay-medium {
    background: -moz-linear-gradient(-75deg, rgba(255,255,255,0.1) 0%, rgba(0,0,90,0.13) 100%);
    background: -webkit-linear-gradient(-75deg, rgba(255,255,255,0.1) 0%,rgba(0,0,90,0.13) 100%);
    background: linear-gradient(165deg, rgba(255,255,255,0.1) 0%,rgba(0,0,90,0.13) 100%);
}
.gradient-overlay-heavy {
    background: -moz-linear-gradient(-75deg, rgba(255,255,255,0.1) 0%, rgba(0,0,90,0.32) 100%);
    background: -webkit-linear-gradient(-75deg, rgba(255,255,255,0.1) 0%,rgba(0,0,90,0.32) 100%);
    background: linear-gradient(165deg, rgba(255,255,255,0.1) 0%,rgba(0,0,90,0.32) 100%);
}
.gradient-yellow {
    background: -moz-linear-gradient(-75deg, rgba(255,235,95,1) 0%, rgba(255,245,195,1) 100%);
    background: -webkit-linear-gradient(-75deg, rgba(255,235,95,1) 0%,rgba(255,245,195,1) 100%);
    background: linear-gradient(165deg, rgba(255,235,95,1) 0%,rgba(255,245,195,1) 100%);
}
.gradient-green {
    background: -moz-linear-gradient(-75deg, rgba(75,245,155,1) 0%, rgba(165,245,95,1) 100%);
    background: -webkit-linear-gradient(-75deg, rgba(75,245,155,1) 0%,rgba(165,245,95,1) 100%);
    background: linear-gradient(165deg, rgba(75,245,155,1) 0%,rgba(165,245,95,1) 100%);
}

/* Layout misc
-------------- */

.container { min-width: 650px; max-width: 980px; margin: 0 auto; padding: 0 2rem; }
.container:not(.without-v-pad) { padding-top: 1rem; padding-bottom: 1rem; }

@media screen and (min-width: 1024px) {
    .container.plans { max-width: min-content; overflow: hidden; }
    .period-toggle-list { flex-wrap: nowrap !important; }
}
@media screen and (max-width: 760px) {
    .period-toggle-list { justify-content: center; }
}

.wa-flex-box { display: flex; }
.wa-flex-box.middle { align-items: center; }
.wa-flex-box.fixed { justify-content: space-between; }
.wa-flex-box.fixed > * { flex-basis: 100%; flex-grow: 0; }
.wa-flex-box.with-space > * { margin-right: 2rem; }
.wa-flex-box.with-space > *:last-child { margin-right: 0; }
.wa-flex-box.with-space.space-1 > * { margin-right: 1rem; }
.wa-flex-box.with-space.space-1 > *:last-child { margin-right: 0; }
.wa-flex-box.space-5 > *:not(:last-child) { margin-right: 5px; }
.wa-flex-box.space-10 > *:not(:last-child) { margin-right: 10px; }
.wa-flex-box.space-15 > *:not(:last-child) { margin-right: 15px; }
.wa-flex-box.space-20 > *:not(:last-child) { margin-right: 20px; }
.wa-flex-box.space-25 > *:not(:last-child) { margin-right: 25px; }
.wa-flex-box.space-30 > *:not(:last-child) { margin-right: 30px; }
.wa-flex-box > *.middle { align-self: center; }
.wa-flex-box > *.center { text-align: center; }
.wa-flex-box > *.right { text-align: right; }

.wa-table-box { display: table; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wa-table-box.fixed { table-layout: fixed; }
.wa-table-box > * { display: table-cell; vertical-align: top; }
.wa-table-box > *.middle { vertical-align: middle; }
.wa-table-box > .sidebar { width: 216px; }
.wa-table-box.space-5 > *:not(:first-child) { padding-left: 5px; }
.wa-table-box.space-10 > *:not(:first-child) { padding-left: 10px; }
.wa-table-box.space-15 > *:not(:first-child) { padding-left: 15px; }
.wa-table-box.space-20 > *:not(:first-child) { padding-left: 20px; }
.wa-table-box.space-25 > *:not(:first-child) { padding-left: 25px; }
.wa-table-box.space-30 > *:not(:first-child) { padding-left: 30px; }

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

        /* .flexbox { flex-direction: column; } */
        .flexbox .col { flex: 0 0 100%; margin-top: 2rem }
        .flexbox .col .box { padding-left: 0 !important; padding-right: 0 !important; }
        .flexbox .col:first-child { margin-top: 0; }

    .wa-flex-box.is-adaptive { flex-direction: column; }
    .wa-flex-box.is-adaptive > * { margin: 0 !important; padding: 0 !important; -webkit-flex-basis: auto !important; flex-basis: auto !important; width: auto !important; }
    .wa-flex-box.is-adaptive > *.middle { align-self: stretch; }
    .wa-flex-box.is-adaptive.with-space > * { margin: 2rem 0 0 !important;  }
    .wa-flex-box.is-adaptive.with-space > *:first-child { margin-top: 0 !important; }
    .wa-flex-box.is-adaptive.with-space.space-1 > * { margin: 1rem 0 0 !important; }
    .wa-flex-box.is-adaptive.with-space.space-1 > *:first-child { margin-top: 0 !important; }
    .wa-flex-box.is-adaptive.space-5 > *:not(:first-child) { margin-top: 5px !important; }
    .wa-flex-box.is-adaptive.space-10 > *:not(:first-child) { margin-top: 10px !important; }
    .wa-flex-box.is-adaptive.space-15 > *:not(:first-child) { margin-top: 15px !important; }
    .wa-flex-box.is-adaptive.space-20 > *:not(:first-child) { margin-top: 20px !important; }
    .wa-flex-box.is-adaptive.space-25 > *:not(:first-child) { margin-top: 25px !important; }
    .wa-flex-box.is-adaptive.space-30 > *:not(:first-child) { margin-top: 30px !important; }

    .wa-table-box.is-adaptive { display: block; width: auto; }
    .wa-table-box.is-adaptive > * { display: block; padding: 0 !important; }
    .wa-table-box.is-adaptive.space-5 > *:not(:first-child) { padding-top: 5px !important; }
    .wa-table-box.is-adaptive.space-10 > *:not(:first-child) { padding-top: 10px !important; }
    .wa-table-box.is-adaptive.space-15 > *:not(:first-child) { padding-top: 15px !important; }
    .wa-table-box.is-adaptive.space-20 > *:not(:first-child) { padding-top: 20px !important; }
    .wa-table-box.is-adaptive.space-25 > *:not(:first-child) { padding-top: 25px !important; }
    .wa-table-box.is-adaptive.space-30 > *:not(:first-child) { padding-top: 30px !important; }
}

/* Menus
-------- */

/* reseted list for good work */
ul.reset { margin: 0; padding: 0; }
ul.reset > li { margin: 0; padding: 0; list-style: none; }

    ul.menu-v { list-style-type: none; margin: 1rem -0.5rem; padding: 0; }
    ul.menu-v li { text-align: left; display: block; line-height: 1em; position: relative; padding: 0; }
    ul.menu-v li a { outline: none; -moz-outline: none; font-style: normal; text-decoration: none; color: #333; display: flex; padding: 0.55rem 0.5rem; cursor: pointer; }
    ul.menu-v li a i,
    ul.menu-v li a svg,
    ul.menu-v li a img { flex: 0 0 1rem; max-width: 1rem; margin: -0.1rem 0.75rem 0 0; }
    ul.menu-v li a svg { opacity: 0.3; }
    ul.menu-v li a img { max-width: 1rem; max-height: 1rem; }
    ul.menu-v li .userpic { max-width: 20px; flex: 0 0 20px; position: relative; left: -4px; margin-right: 4px; }
    ul.menu-v li a span { flex: 1; }
    ul.menu-v li a .count { flex: 0 0 auto; order: 3; }
    ul.menu-v li a:hover { background: rgba(0,0,0,0.05); color: black !important; }
    ul.menu-v li a:hover svg { opacity: 1; }
    ul.menu-v li.top-padded { margin-top: 1rem; }
    ul.menu-v li.bottom-padded { margin-bottom: 1rem; }
    ul.menu-v li ul.menu-v { margin: 0; }
    ul.menu-v li ul.menu-v li a { padding-left: 2rem; }
    ul.menu-v li ul.menu-v li ul.menu-v li a { padding-left: 3rem; }
    ul.menu-v li.selected a { color: #000; }
    ul.menu-v li.selected a:hover { color: #000 !important; }
    ul.menu-v li.selected svg { opacity: 1; }
    ul.menu-v li.selected ul.menu-v li a { font-weight: normal; color: #333; }
    ul.menu-v li.selected ul.menu-v li svg { opacity: 0.25; }
    ul.menu-v.inline-links li a { display: inline-block; }
    ul.menu-v.solid-icons li a svg { opacity: 1; }

    ul.menu-h { list-style-type: none; margin: 0; padding: 0; display: flex; height: 100%; }
    ul.menu-h li { text-align: left; line-height: 1em; position: relative; flex: 0 0 auto; padding: 0 1.25rem 0 0; display: flex; align-items: center; }
    ul.menu-h li a { outline: none; -moz-outline: none; font-style: normal; text-decoration: none; color: var(--text-color-strong, #333); display: flex; padding: 0.5rem 0.75rem; border-radius: 1rem; cursor: pointer; flex: 1; align-items: center; }
    ul.menu-h li a i,
    ul.menu-h li a svg,
    ul.menu-h li a img { flex: 0 0 1.6rem; opacity: 0.25; }
    ul.menu-h li a:hover { color: black !important; }
    ul.menu-h li a .indicator { flex: 0 0 auto; top: 0.05rem; margin-left: 0.3rem; font-size: 0.8rem; }
    ul.menu-h li a.button2 { padding: 10px 14px 6px; color: #000 !important; margin-top: 5px; }
    ul.menu-h li a .hint { margin-left: 0.3rem; font-size: 0.8rem; }
    ul.menu-h li.selected a { color: #000; background: #eee; font-weight: bold; }
    ul.menu-h li.selected a:hover { color: #000 !important; }
    ul.menu-h li.selected i,
    ul.menu-h li.selected svg,
    ul.menu-h li.selected img { opacity: 1; }
    ul.menu-h.no-border,
    ul.menu-h.no-border li a { border-bottom: none; }
    ul.menu-h li:last-child { padding-right: 0; }
    ul.menu-h.centralized { justify-content: center; }

.sticky-menu-wrapper .container { padding-bottom: 0; padding-top: 0; }
.sticky-menu-wrapper ul.menu-h { margin-bottom: 0; padding-top: 0.5rem; justify-content: space-between; }
.sticky-menu-wrapper ul.menu-h > li { padding: 0; margin-left: 1em; }
.sticky-menu-wrapper ul.menu-h > li:first-child { margin-left: 0; }
.sticky-menu-wrapper ul.menu-h > li a { white-space: nowrap; align-self: center; }
.sticky-menu-wrapper ul.menu-h > li:not(.selected) a { color: #999; }
.sticky-menu-wrapper ul.menu-h > li.sticky-mode-only { display: none; }
.sticky-menu-wrapper .flexbox p { flex: 1; margin: 1rem 0; }
.sticky-menu-wrapper .flexbox .actionbutton { align-self: center; }
.sticky-menu-wrapper.is-top-fixed { position: fixed; top: 0; left: 0; width: 100% !important; height: auto; background: #fff; box-shadow: 0 3px 8px rgba(0,0,0,0.1); z-index: 1998; }
.sticky-menu-wrapper.is-top-fixed ul.menu-h > li.sticky-mode-only { display: inline-block; }
.sticky-menu-wrapper.is-hidden { visibility: hidden; }

@media screen and (max-width: 760px) {
    .sticky-menu-wrapper ul.menu-h { overflow-x: auto; overflow-y: hidden; /* -webkit-mask-image: linear-gradient(90deg, transparent, #000 1rem, #000 calc(100% - 1rem), transparent); */ }
}

/* Lists
-------- */

    ul.thumbs { list-style: none; padding-left: 0; display: flex; flex-flow: row wrap; margin-right: -2.5rem; }
    ul.thumbs.center { justify-content: center; }
    ul.thumbs li { flex: 0 0 29%; vertical-align: top; margin-bottom: 3rem; margin-right: 2.5rem; }
    ul.thumbs li a { text-decoration: none !important; /* margin-right: 20px;  */}
    ul.thumbs li a img { display: block; margin-bottom: 10px; }
    ul.thumbs li svg { margin-right: 0.3rem; }
    ul.thumbs li.fullwidth { width: 100% !important; }
    ul.thumbs li a.inline-link.selected b { border: none; color: #000; }

    ul.compact { padding-left: 20px; }
    ul.compact li { padding-bottom: 0.5em; line-height: 1.2em; }

/* Profile: userpic + data
-------------------------- */

    .profile { display: flex; }
    .profile .image { flex: 0 0 auto; }
    .profile .details { flex: 1; padding-left: 0.5rem; }
    .profile.image20px img.userpic { width: 20px; height: 20px; }
    .profile.image32px img.userpic { width: 32px; height: 32px; }
    .profile.image50px img.userpic { width: 50px; height: 50px; }
    .profile.image96px img.userpic { width: 96px; height: 96px; }

/* Button (do not remove; styles are used within Customer Center)
----------------------------------------------------------------- */

.button mark,
.button2 mark,
.badge mark,
.label mark { background: transparent; color: inherit; }

.button2 {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    background-color: #007aff;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 14px 8px;
    text-decoration: none;
    border: none;
    font-weight: 500;
    border: 1px solid transparent;
    line-height: unset;
}
.button2:hover { background-color: #1188ff; cursor: pointer; transition: 0.2s; box-shadow: 0 9px 24px -10px rgba(0, 0, 0, 0.13); color: inherit; }
.button2:active:hover { background-image: none !important; outline: 0; transform: translateY(1px); }
.button2:focus { outline: 0; }
.button2:visited { color: #fff !important; }
.button2.small { padding: 5px 7px 4px; border-radius: 2px; font-size: 12px; }
.button2.large { padding: 17px 24px 15px; border-radius: 5px; font-size: 20px; box-shadow: 0 3px 24px rgba(0, 0, 0, 0.13), 0 10px 7px -5px rgba(0, 0, 0, 0.07); }
.button2.giant { padding: 16px 22px; border-radius: 8px; font-size: 22px; box-shadow: 0 3px 44px rgba(0, 0, 0, 0.13), 0 20px 15px -10px rgba(0, 0, 0, 0.07); }
.button2.no-shadow { box-shadow: none; }
.button2.no-rounding-on-right { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; }

.button2.red { background-color: #ff3b30; }
.button2.red:hover { background-color: #ff4b40; }
.button2.green { background-color: #9afb00; color: #000 !important; }
.button2.green:hover { background-color: #9afb00; }
.button2.jade { background-color: #24af38; color: #fff !important; }
.button2.jade:hover { background-color: #25b64a; }
.button2.white { background-color: #f3f3f3; color: #333 !important; }
.button2.yellow { background-color: #ffdd00; color: #000 !important; }
.button2.yellow:hover { background-color: #ffe500; }
.button2.orange { background-color: #ff9500; }
.button2.orange:hover { background-color: #ffa520; }
.button2.purple { background-color: #91468b; }
.button2.purple:hover { background-color: #a848a0; }
.button2.lime { background-color: #b7fb00; color: #000 !important; }
.button2.lime:hover { background-color: #c7ff10; color: #000 !important; }
.button2.transparent { background: transparent; border-color: rgba(0,0,0,0.25); color: black !important; box-shadow: none; }
.button2.transparent:hover { border-color: #f55; color: #c00 !important; }
.button2.transparent.white { border-color: rgba(255,255,255,0.7); color: white !important; }
.button2.transparent.white:hover { border-color: #ffa; color: #ff5 !important; }

.button2.tasty { padding: 1px 1rem 0; line-height: 2.1rem; box-sizing: border-box; font-weight: bold; border-radius: 2rem; }
.button2.gray { background: #aaa; color: #fff; }
.button2[disabled] { pointer-events: none; }

.button2.purple.tasty { background: linear-gradient(32deg, #4158E0 0%, #C840B0 32%, #FF5522 75%) !important; color: white; background-size: 150% auto; transition: 0.5s; cursor: pointer; border-width: 0; }
.button2.purple.tasty:hover { background-position: right center !important; }

/* Webasyst text logo
--------------------- */

#walogo { line-height: 2em; color: #000; }
#walogo .walogo-black { color: #000; }
#walogo .walogo-a { color: #08e; display: inline-block; }
#walogo .walogo-s1 { color: #2c2; display: inline-block; }
#walogo .walogo-y { color: #e62; display: inline-block; }
#walogo .walogo-s2 { color: #fc0; display: inline-block; }
#walogo .walogo-t { color: #5dd; display: inline-block; }

#walogo .walogo-svg { height: 1.5rem; position: relative; top: 5px; }

/* Global navigation
-------------------- */

ul.mainmenu { display: flex; padding: 1px 0 0; margin: 0 0 0 1em; }
ul.mainmenu li { flex: 0 0 auto; list-style: none; vertical-align: middle; padding: 0; white-space: nowrap; align-self: center; margin-left: 0.25em; }
ul.mainmenu li a { color: var(--text-color-strong); padding: 0.5rem 0.5rem; font-weight: 500; font-size: 1.125rem; }
ul.mainmenu li a:hover { color: #f20; }
ul.mainmenu li.selected a { font-weight: bold; }
ul.mainmenu li.selected.baloon a { background: #eee; padding: 0.375rem 0.6125rem; border-radius: 1rem; }

ul.actionmenu { flex: 0 0 auto; display: flex; margin: 0; padding: 0; font-size: 1rem; align-items: flex-end; position: relative; }
ul.actionmenu li { flex: 0 0 auto; list-style: none; vertical-align: middle; padding: 0 0 0 0.25rem; align-self: center; margin-left: 0; }
ul.actionmenu li a { color: var(--text-color-strong); padding: 0.5rem 0.25rem; font-weight: 500; }
ul.actionmenu li a:hover { color: #f20; }
ul.actionmenu li.selected a { color: var(--text-color-strongest); }
ul.actionmenu .userpic { background-size: 100%; width: 24px; height: 24px; margin-left: 5px; margin-right: 5px; position: relative; top: 7px; }
ul.actionmenu .userpic-dummy { font-size: 1.75rem; position: relative; top: 0.1875rem; }
ul.actionmenu .userpic-dummy svg { }
ul.actionmenu li.app-rating { padding-top: 0.25rem; margin-right: 0.5rem; }
ul.actionmenu li.app-rating a { font-size: 1.125rem !important; }

.actionbutton { flex: 0 0 auto; margin-left: 1em; }
.buybutton { background: var(--green); }

/* some minor visual adjustments */

#wanav ul.mainmenu > li,
#wanav ul.actionmenu > li,
#wanav #walogo { line-height: 70px; }

#wanav.condensed { background: var(--background-color); }
#wanav.condensed ul.mainmenu > li,
#wanav.condensed ul.actionmenu > li,
#wanav.condensed #walogo { line-height: 38px; }
#wanav.condensed ul.mainmenu { padding-top: 2px; }
#wanav.condensed #walogo { top: 2px; font-size: 1.25rem; }
#wanav.condensed #walogo .walogo-svg { height: 1.125rem; top: 4px; }
#wanav.condensed #walogo .dropdown-toggle { padding-right: 0.25rem; }
#wanav.condensed .usercorner-linklabel { font-size: 0.9375rem; }
#wanav.condensed .usercorner-linklabel .icon.webasyst-magic-wand { width: 1.25rem; height: 1.25rem; }

#wanav.condensed.transparent { background: transparent; }

#wanav { position: relative; z-index: 13; }
#wanav .flexbox { justify-content: space-between; }
#wanav .flexbox > * { margin-left: 1em; }
#wanav .flexbox > *:first-child { margin-left: 0; }
#wanav > .container { padding-top: 0; padding-bottom: 0; }
#wanav #walogo { flex: 0 0 auto; display: flex; margin: 2px 0 0; white-space: nowrap; font-size: 1.5em; top: -1px; cursor: pointer; }
#wanav #walogo .wa-app-caret { opacity: 0.5; }
#wanav .usercorner-userdummy { display: none; }
#wanav .usercorner-linklabel { display: inline; }
#wanav #hamburger { flex: 1; color: #aaa; }
#wanav .dropdown { position: static; }
#wanav .dropdown .dropdown-toggle { color: var(--black); }
#wanav .dropdown .dropdown-toggle::after { display: none; }
#wanav .dropdown #wa-mainmenu-dropdown { visibility: hidden; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-top: 1px solid rgba(0,0,0,0.0625); opacity: 0; z-index: 1312; box-shadow: 0 145px 145px rgba(40, 40, 80, .2), 0 15px 10px rgba(0, 0, 0, .07); transition: 0.2s; min-height: 200px; transform: translateY(-0.5rem);  }
#wanav .dropdown .wa-actionmenu-dropdown {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    z-index: -1;
    transition: 0.2s;
    min-height: 50px;
    transform: translate(-1rem, 0);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.13), 0 0 3px 0 rgba(40,40,80,0.1);
    border-radius: 5px;
    padding: 18px;
    width: 270px;
    max-height: 85vh;
    overflow-y: auto;
}
#wanav .dropdown .wa-actionmenu-dropdown li { padding: 0.5rem 0; font-size: 0.875rem; color: #777; white-space: normal; }
#wanav .dropdown .wa-actionmenu-dropdown li:first-child { padding-top: 0; }
#wanav .dropdown .wa-actionmenu-dropdown li:last-child { padding-bottom: 0; }
#wanav .dropdown .wa-actionmenu-dropdown li.separator { border-top: 1px solid #eee; padding: 0; margin: 9px -18px; }
#wanav .dropdown .wa-actionmenu-dropdown li.user { line-height: 1.5; }
#wanav .dropdown .wa-actionmenu-dropdown li.user a  { font-weight: bold; font-size: 1.0625rem; }
#wanav .dropdown .wa-actionmenu-dropdown li.user span  { display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#wanav .dropdown .wa-actionmenu-dropdown li a { color: #07f; font-size: 1rem; padding: 0.125rem 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; }
#wanav .dropdown .wa-actionmenu-dropdown li a:hover { color: #f20 !important; background: transparent; }
#wanav .dropdown .wa-actionmenu-dropdown li a.user-email { color: #777; }
#wanav .dropdown .wa-actionmenu-dropdown li a.logout { color: #333; }
#wanav .dropdown:hover .dropdown-toggle { opacity: 1; color: #999; }
#wanav .dropdown:not(.is-locked):hover #wa-mainmenu-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
#wanav .dropdown:not(.is-locked):hover .wa-actionmenu-dropdown { visibility: visible; z-index: 1312; transform: translate(-1rem, -0.6rem); }

@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
    #wanav .dropdown #wa-mainmenu-dropdown {
        background-color: rgba(255, 255, 255, .85);
        -webkit-backdrop-filter: blur(2em);
        backdrop-filter: blur(2em);
    }
}

#wanav ul.mainmenu > li { display: inline-block; vertical-align: top; list-style: none; padding: 0; white-space: nowrap; align-self: center; margin-left: 0.25em; }
#wanav ul.mainmenu > li:first-child { margin-left: 0; }
#wanav ul.mainmenu > li > a { display: inline-block; vertical-align: top; padding: 0 0.75rem; }
#wanav ul.mainmenu > li > a .small { display: inline-block; line-height: 1.5em; }

#wanav ul.actionmenu > li > a { display: inline-block; vertical-align: top; padding: 0 0.5rem; }
#wanav ul.actionmenu > li input.rounded { border-radius: 1.5em; }

/* #wanav .wa-dropdown-block { padding: 1rem; font-size: 1rem; line-height: 1; }
#wanav .wa-dropdown-block img { display: block; margin: 0 auto; }
#wanav .wa-dropdown-block img.wa-app-icon { display: inline; }
#wanav .wa-dropdown-block .wa-store-featured { padding-top: 0rem; padding-left: 0.5rem; }
#wanav .wa-dropdown-block .wa-store-featured .col { padding-right: 2rem; }
#wanav .wa-dropdown-block .wa-store-featured h6 { margin-top: 1rem; }
#wanav .wa-dropdown-block a { color: #000 !important; }
#wanav .wa-dropdown-block .s-icon-wrapper { position: absolute; width: 1.5rem; text-align: center; margin-left: -2rem; }
#wanav .wa-dropdown-block .s-icon-wrapper svg { color: #09f; }
#wanav .wa-dropdown-block a:hover,
#wanav .wa-dropdown-block a:hover svg { color: #f20 !important; }
#wanav .wa-dropdown-block ul.menu-v { margin-left: 0; margin-right: 0; margin-top: 0.5rem; }
#wanav .wa-dropdown-block ul.menu-v li { margin-left: 0; }
#wanav .wa-dropdown-block ul.menu-v li a { color: #888 !important; font-size: 0.9em; display: inline-block; }
#wanav .wa-dropdown-block ul.menu-v li a:hover { background: transparent; color: #f20 !important; }
#wanav .wa-dropdown-block ul.menu-v.horizontalized li { display: inline-block; } */

#subnav { height: 4.5rem; position: sticky; top: 0; left: 0; right: 0; background: var(--background-color-blank); z-index: 12; }
#subnav #wamagicwand { position: absolute; top: 0; left: 0; width: 5rem; height: 5rem; background: var(--background-color); }
#subnav #wamagicwand .icon { width: 3rem; height: 3rem; margin: 1rem; opacity: 0.42; transition: 0.1s opacity; }
#subnav #wamagicwand .icon:hover { opacity: 1; }
#subnav .flexbox { justify-content: space-between; align-items: center; }
#subnav .container { padding-top: 0.75rem; padding-bottom: 0.75rem; height: 3rem; }

#subnav #applogo { margin-bottom: 0; }
#subnav #applogo a { display: flex; align-items: center; }
#subnav #applogo a > .wa-app-icon { width: 3rem; height: 3rem; vertical-align: middle; margin-right: 0.75rem; margin-bottom: 0rem; }
#subnav #applogo a > .wa-app-name { color: var(--text-color-strongest); font-size: 1.5rem; white-space: nowrap; margin-top: 0.25rem; line-height: 1; max-width: 250px; overflow: hidden; }
#subnav #applogo a > .wa-app-name > .wa-app-name-suffix { color: var(--light-gray); font-size: 0.8125rem; display: block; margin-top: 0.125rem; }
/* #subnav #applogo .dropdown-toggle { padding-right: 0.5rem; } */
#subnav #devnav h4 a, #subnav #hubnav h4 a { color: #000; }

#subnav ul.mainmenu li { padding-top: 0.25rem; }
#subnav ul.mainmenu li a { font-size: 1.0625rem; }
#subnav ul.mainmenu li a.gray { color: #aaa; }
#subnav ul.mainmenu.reversed { width: 100%; flex-direction: row-reverse; }
#subnav ul.actionmenu li a,
#subnav ul.actionmenu li .button { font-size: 1.0625rem; }
#subnav ul.actionmenu li a.inline-link { color: var(--text-color-link); padding: 0; font-size: 1em; }
#subnav ul.actionmenu .try-install-dropdown-pricing-summary,
#subnav ul.actionmenu .try-install-dropdown-pricing-summary a { font-size: 0.9375rem; }
#subnav ul.actionmenu .try-install-dropdown { display: flex; }
#subnav ul.actionmenu .try-install-dropdown .dropdown-body { width: 350px; max-height: 90vh; overflow-x: hidden; }
#subnav ul.actionmenu .try-install-dropdown .try-install-dropdown-signup-box { background: var(--background-color); text-align: center; padding-bottom: 1rem; }
#subnav .mobile-menus-toggle { display: none; }
#subnav .mobile-menus-toggle-upsidedown .button { transform: rotate(180deg); }
#subnav .dropdown-body { width: 320px; max-height: 90vh; }
#subnav .dropdown-body ul.menu li { padding: 0; margin: 0; }
#subnav .dropdown-body ul.menu li a { font-size: 1rem; padding: 0.75rem; white-space: normal; }
#subnav .dropdown-body ul.menu li .icon { color: var(--menu-glyph-color); }
#subnav .dropdown-body ul.menu li.dimmed a { background: var(--background-color); }

#devnav, #hubnav { position: relative; z-index: 12; background: transparent; }
#devnav h4, #hubnav h4 { flex: 0 0 auto; margin-bottom: 0; white-space: nowrap; font-weight: bold; align-self: center; font-size: 1.3em; line-height: 3rem; padding-top: 0.25rem; }
#devnav h4 a, #hubnav h4 a { color: #000; }
/* #devnav ul.mainmenu { padding-left: 3rem; flex: 1; display: flex; list-style: none; justify-content: flex-end; } */

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

    #subnav .container { padding: 0.75rem 0; max-width: none; }
    #subnav #applogo { padding: 0 0 0 2rem; }
    #subnav .mainmenu { display: none; }
    #subnav .actionmenu { padding: 0 2rem 0 0; }

    #subnav .mobile-menus-toggle { display: flex; flex-direction: row-reverse; margin-right: 0.5rem; }

    #subnav.mobile-menus-unfolded {  }
    #subnav.mobile-menus-unfolded .flexbox { flex-wrap: wrap; }
    #subnav.mobile-menus-unfolded .mainmenu { width: 100%;  display: block; background: white; }
    #subnav.mobile-menus-unfolded .actionmenu {  background: white;}
    #subnav.mobile-menus-unfolded .mainmenu .dropdown-toggle { display: none; }
    #subnav.mobile-menus-unfolded .mainmenu .dropdown-body { display: block; border: none; border-radius: 0; box-shadow: none; padding-bottom: 0.5rem; }
    #subnav.mobile-menus-unfolded .mainmenu .dropdown-body ul.menu li a { font-size: 1.0625rem; }
    /* #subnav.mobile-menus-unfolded .container .actionmenu { flex-direction: row-reverse; flex-wrap: wrap; } */

    #subnav.mobile-menus-unfolded ul.mainmenu { flex: 0 0 auto; order: 3; width: 100%; flex-direction: column; margin-left: 0; padding-top: 0.5rem; padding-left: 0; box-shadow: 0 35px 35px rgba(40, 40, 80, .1), 0 15px 10px rgba(0, 0, 0, .07); padding-bottom: 0.5rem; }
    #subnav.mobile-menus-unfolded ul.mainmenu li { width: 100%; margin: 0; display: flex; padding-top: 0.5rem; }
    #subnav.mobile-menus-unfolded ul.mainmenu li a { width: 100%; flex: 1; padding: 0.75rem 2rem; line-height: 1; }
    #subnav.mobile-menus-unfolded ul.mainmenu li a:hover { background: var(--menu-background-color-hover); }
    #subnav.mobile-menus-unfolded ul.mainmenu li.dimmed a { background: transparent; }
    #subnav.mobile-menus-unfolded ul.mainmenu li.dropdown { padding-top: 0; }

    #devnav h4, #hubnav h4 { padding: 0 0 0 2rem; }

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

        #wanav .dropdown .wa-actionmenu-dropdown { z-index: 9999; }

        #subnav #applogo a > .wa-app-name { max-width: calc(100vw - 140px); }

        #walogo .walogo-svg { height: 1.25rem !important; }

        #subnav #applogo { padding: 0 0 0 0.75rem; }
        #subnav .actionmenu { padding: 0 0.75rem 0 0; }

        #subnav .actionmenu li { display: none; }
        #subnav .actionmenu li.primary-action-button { display: block; }

        #subnav.mobile-menus-unfolded ul.mainmenu li a { padding: 0.875rem 1rem; }
        #subnav.mobile-menus-unfolded .actionmenu { min-width: 100%; text-align: center; padding: 1.25rem 0.5rem 0; }
        #subnav.mobile-menus-unfolded .actionmenu li { display: block !important; }
        #subnav.mobile-menus-unfolded .actionmenu li .button { font-size: 125%; }

        #subnav ul.actionmenu .try-install-dropdown .dropdown-body { z-index: 120; right: auto; left: 0; }

        #subnav ul.actionmenu li.app-rating { display: none !important; }

        #devnav h4, #hubnav h4 { padding: 0 0 0 1rem; }

    }
}

.label { background: #0af; border-radius: 3px; padding: 3px 4px 1px; font-size: 0.8125em; color: white; text-transform: uppercase; position: relative; top: -1px; }
.label.green { background: limegreen; }
.label.yellow { background: gold; color: black; }
.label.red { background: orangered; }
.label.small { font-size: 0.65rem; }

.badge code { background: transparent; }

/* Footer
--------- */

footer.globalfooter { background: #444; color: #aaa; padding: 2rem 0; position: relative; }
footer.globalfooter a { text-decoration: none; color: #aaa; transition: color 100ms ease-in-out; font-size: 14px; }
footer.globalfooter a.gray { color: #aaa; }
footer.globalfooter a:hover { color: rgba(221, 221, 221, .8); }
footer.globalfooter h6,
footer.globalfooter h6 a { color: #fff; margin-bottom: 0 !important; font-size: 16px;}
footer.globalfooter h6 a:hover { color: rgba(255, 255, 255, .8); }
footer.globalfooter svg { font-size: 1.25rem; margin-right: 0.5rem; }
footer.globalfooter hr { background: #606060; }
footer.globalfooter li { line-height: 1.3; margin-bottom: 13px; }

footer.globalfooter .footer-block { flex: 2; margin-right: 30px; vertical-align: top; margin-bottom: 20px; font-size: 0.9em; min-width: 120px; }
footer.globalfooter .footer-block a { display: inline-block; margin-bottom: 8px; }
footer.globalfooter .footer-block p { line-height: 1.3em; }
footer.globalfooter .footer-block p a { display: inline; }
footer.globalfooter .footer-block ul { padding-left: 0; }
footer.globalfooter .footer-block ul li { list-style: none; padding-bottom: 0;  }
footer.globalfooter .footer-block.footer-block-disclaimer { flex: 4; margin-right: 70px; }

footer.globalfooter .copyright { border-top: 1px solid #555; }
footer.globalfooter .copyright ul { flex: 1; padding-left: 0; margin-bottom: 0; padding-top: 19px; }
footer.globalfooter .copyright ul li { float: left; list-style: none; margin-right: 20px; }
footer.globalfooter .copyright b { color: #ccc; }
footer.globalfooter .poweredby { padding-top: 19px; flex: 0 0 auto; }
footer.globalfooter .poweredby .dots { text-decoration: none; display: inline-block; width: 54px; height: 9px; background: url("img/dots/all-dots-default-order@2x.png") no-repeat 0 3px; background-size: 54px 9px; padding-top: 3px; margin-left: 10px; }

footer.globalfooter .s-secure-text { color: #666; line-height: 1.2em; }
footer.globalfooter .s-secure-text a { color: inherit; }

footer.globalfooter .columns-list { display: flex; flex-flow: column wrap; height: 175px; }
footer.globalfooter .columns-list li:nth-child(6) { margin-bottom: 4rem !important;}
@media screen and (max-width: 760px) {
    footer.globalfooter .columns-list { height: 185px; }
    footer.globalfooter .columns-list li:nth-child(6) { margin-bottom: 1rem !important; }
}

/*
footer.globalfooter li#region.dropdown { background-image: url('img/uarr.png?1509'); }
footer.globalfooter li#region.dropdown ul.menu-v { top: auto; bottom: 0%; }
footer.globalfooter li#region.dropdown ul.menu-v li a { padding-bottom: 9px; }
*/
    /* .support-badge { position: fixed; bottom: 0; right: 30px; background: #fff; box-shadow: 0 2px 9px rgba(0,0,0,0.4); font-size: 1.1em; z-index: 9999; width: 300px; color: #000; text-align: center; }
    .support-badge a.toggler { background: #5bae23; padding: 12px 13px 9px; display: block; }
    .support-badge a.toggler { color: #fff; }
    .support-badge a.toggler:hover { color: #ff7 !important; }
    .support-badge .aux { opacity: 0.7; float: right; margin-left: 8px; }
    .support-badge .inner { display: none; padding: 25px 0px 0; }
    .support-badge .inner .sales { background: #ffc; padding: 18px 13px 1px; margin-bottom: 20px; }
    .support-badge p { margin-left: 13px; margin-right: 13px; }
    .support-badge p.hint { font-size: 0.8em; margin-bottom: 1rem; }
    .support-badge p.hint a { text-decoration: underline; }
    .support-badge .button2 { font-size: 1.1em; padding: 12px 16px 10px; margin-bottom: 15px; } */

    /* .phonenumber-badge { position: fixed; bottom: 0; right: 30px; background: #3b2; box-shadow: 0 -15px 65px rgba(40,40,80,0.13), 0 -5px 10px rgba(0,0,0,0.05);  z-index: 9999; width: 250px; color: #fff; text-align: center; border-radius: 5px 5px 0 0; }
    .phonenumber-badge .s-close-icon { position: absolute; top: 0; right: 0; padding: 6px 8px; cursor: pointer; font-size: 14px; line-height: 1em; }
    .phonenumber-badge a { color: #fff !important; padding: 19px 13px 9px; display: block; font-size: 1.3rem; }
    .phonenumber-badge a:hover { color: #fff !important; }
    .phonenumber-badge .hint { color: #aea; font-size: 0.75rem; line-height: 1rem; padding-bottom: 0.75rem; display: block; } */


/* Features
----------- */

.feature { display: flex; margin: 1.5rem 0 1rem; }
.feature.middle { align-items: center; }
.feature > *.middle { align-self: center; }
.feature .image { flex: 0 0 auto; max-width: 450px; min-width: 320px; }
.feature .image img { max-width: 100%; height: auto !important; }
.feature .details { flex: 1; }
.feature .details-partner { display: grid; grid-template-columns: repeat(auto-fit, 150px); grid-gap: 1rem; justify-content: center; }
.feature .details-partner a { display: flex; justify-content: center; align-items: center; width: 150px; height: 72px; background-color: var(--background-color-btn-light-gray); border-radius: 16px; transition: background-color var(--timing-fast); }
.feature .details-partner a:hover { background-color: var(--light-gray); }
.feature .details-partner a img { max-width: 130px; }
.feature .details-clients { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 2rem 3rem; }
.feature .details.no-image { max-width: 65%; }
.feature p,
.feature ul,
.feature ol { color: #777; }
.feature p b,
.feature p strong,
.feature li b,
.feature li strong { color: #555; }
.feature.left .image,
.feature.left .video { order: 1; }
.feature.left .details { order: 2; padding-left: 3rem; }
.feature.right .image,
.feature.right .video { order: 2; }
.feature.right .details { order: 1; padding-right: 3rem; }
.feature.center { flex-direction: column; }
.feature.center .details { text-align: center; }
.feature.top-padded:not(.not-padded) { margin-top: 6rem; }
.feature.bottom-padded:not(.not-padded) { margin-bottom: 6rem; }
.feature.not-padded { margin: 0; }
.feature.squeezed .details { margin-left: 6rem; margin-right: 6rem; }
.feature.squeezed .chips { justify-content: center; }
.feature h1,
.feature h2,
.feature h3 { color: var(--text-color-strongest,#000); font-size: 2.5rem; }
.feature h1.giant,
.feature h2.giant,
.feature h3.giant { font-size: 3.5rem; }

.feature-try-free { overflow: hidden; background-color: #fc0; }
.feature-try-free-container { box-sizing: border-box; position: relative; max-width: 550px; width: 100%; margin: auto; }
.feature-try-free-blot { position: absolute; z-index: 5; ;opacity: .6 }
.feature-try-free-blot.-left { top: 132px; left: -176px; }
.feature-try-free-blot.-right { top: 51px; left: 297px; transform: rotate(-40deg); transform-origin: top left; }
.feature-try-free-blot img { width: 297px; }
.feature-try-free-main { position: relative; z-index: 10; }

.feature-group { margin-top: 6rem; }

        /* .feature.right.yourapp { margin-top: 10px; }
        .feature.right.yourapp p { margin-left: 480px; }
        .feature.right.yourapp img { margin-left: -33px; margin-top: -10px; } */

.ttb { background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); }
.btt { background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); }
.rtl { background: rgb(248,248,248);
background: -moz-linear-gradient(left, rgba(248,248,248,1) 0%, rgba(238,238,238,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(238,238,238,1) 100%);
background: -o-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(238,238,238,1) 100%);
background: -ms-linear-gradient(left, rgba(248,248,248,1) 0%,rgba(238,238,238,1) 100%);
background: linear-gradient(to right, rgba(248,248,248,1) 0%,rgba(238,238,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=1 ); }
.ltr { background: rgb(238,238,238);
background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(248,248,248,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(248,248,248,1)));
background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(248,248,248,1) 100%);
background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(248,248,248,1) 100%);
background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(248,248,248,1) 100%);
background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(248,248,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 ); }


/* Colored site-wide stripes
---------------------------- */

.stripe { background: #f3f3f3; text-align: center; }
.stripe .container { padding-top: 40px; padding-bottom: 30px; }
.stripe input,
.stripe button { -webkit-appearance: none; padding: 15px; font-size: 18px; box-shadow: 0 3px 8px rgba(0,0,0,0.2); border-radius: 0; border: none; margin-top: 10px; }
.stripe button { line-height: 20px; background: #a00; background-size: 24px 24px; color: white; margin-left: -4px; }
.stripe button:hover { background-color: #f33; cursor: pointer; }
.stripe p.hint { color: rgba(0,0,0,0.5); margin-bottom: 0px; }

.stripe.yellow { background: #fde834; }
.stripe.green { background: #bcdd64; }
.stripe.red { background:  #ed6f6f; color: white; }
.stripe.blue { background: #55a1e7; color: white; }

/* Etc
------ */

.wa-app-icon { width: 96px; height: 96px; }
.wa-plugin-icon { width: 200px; height: 110px; border: 1px solid rgba(0,0,0,0.1); border-radius: 5px; box-shadow: 0 15px 145px rgba(40,40,80,.2),0 5px 10px rgba(0,0,0,.07); }
.wa-theme-icon { width: 200px; height: 220px; box-shadow: 0 15px 145px rgba(40,40,80,.2),0 5px 10px rgba(0,0,0,.07); }

.addthis { width: 250px; margin: 20px auto; }

.badge-app-store { margin: 10px; width: 282px; }

.quote { padding: 30px 0; text-align: left; margin-left: 250px; }
.quote p { margin: 0 100px; color: #777; font-style: italic; }
.quote .profile { margin-left: 200px; width: 400px; color: #888; line-height: 1.3em; margin-top: 30px; font-size: 0.9em; }
.quote .profile img { margin-right: 10px; margin-top: -3px; }

.faq { max-width: 70%; margin: 0 auto; }

.faq h2,
.faq h3,
.faq h4 { margin-top: 75px; margin-bottom: 5px; }
.faq h2 { font-size: 1.5em; }
.faq h3 { font-size: 1.4em; }
.faq h4 { font-size: 1.4em; }
.faq p { color: #777; }
.faq ul li,
.faq ol li { color: #777; }
.faq ol li strong { color: #555; }

.we-accept { margin: 20px; color: #aaa; font-size: 0.9em; text-align: center; }
.we-accept img { display: block; margin: 10px auto; }

.hosted-vs-software h1 { font-size: 2em; color: #000; font-weight: normal; }

.extra-charge-list { list-style: none; padding-left: 25px; }

table.extra-pricing { border-collapse: collapse; border-spacing: 0; height: 300px; margin: 40px auto; max-width: 80%; }
table.extra-pricing th,
table.extra-pricing td { border: 1px solid #CCCCCC; padding: 25px; }
table.extra-pricing th { background: none repeat scroll 0 0 #EEEEEE; }
table.extra-pricing td p { margin-top: 10px; }

.story-cover { padding: 0; background: #ddd no-repeat; background-position: center center; background-size: cover; min-height: 600px; position: relative; margin: 0 auto; }
.story-cover .title { text-align: center; padding-top: 70px; color: #000; text-shadow: 0 0 30px #fff; }
.story-cover .tagline { text-align: center; color: #555; text-shadow: none; margin-bottom: 30px; font-weight: normal; font-size: 1.5em; line-height: 1.3em; text-shadow: 0 0 10px #fff; }
.story-cover .quote { width: 50%; color: #333; }
.story-cover .author { float: right; width: 40%; color: #555; }
.story-cover .author.no-float { float: none; margin-left: 250px; width: 50%; }
.story-cover.dark-cover { background-image: url('img/shopscript/sshomepage-kpsoap-static.jpg'); }
.story-cover.dark-cover .quote { color: #eee; }
.story-cover.dark-cover .author { color: #ccc; }
.story-cover.dark-cover .author a { color: #ffb; }
.story-cover.dark-cover .author a:hover { color: #ff3; }
.story-cover.dark-cover .author b { color: #ddd; }
a.story-cover { display: block; text-decoration: none; border-radius: 3px; position: relative; }
a.story-cover .button2 { box-shadow: 0 2px 5px -3px rgba(0,0,0,0.4); }

.interview { }
.interview .spoiler { color: #888; margin-bottom: 3rem; }
.interview h4 { margin-left: 20%; margin-right: 20%; margin-top: 3rem; margin-bottom: 1rem; }
.interview p,
.interview ul { margin-left: 20%; margin-right: 20%; }
.interview p iframe { margin-top: 1rem; max-width: 100%; }
.interview p.spoilerquote { font-size: 1.2em; color: #555; text-align: center; background: #f7f7f7; padding: 2rem 3rem; margin-right: 5%; font-style: italic; }
.interview .fullsize-image { margin: 30px auto; text-align: center; }
.interview .fullsize-image img { margin-bottom: 5px; max-width: 100%; height: auto !important; border-radius: 4px; }
.interview .fullsize-image em { display: block; }
.interview .fullsize-image ul.thumbs { margin-left: auto; margin-right: auto; justify-content: center; }
.interview .fullsize-image ul.thumbs li { flex: 0 0 auto; margin: 0 0.5rem 1rem; padding-bottom: 0; }
.interview .fullsize-image .flexbox { justify-content: center; }
/* .interview .fullsize-image .flexbox .col .box { padding: 1rem; } */
.interview .sidenote { background: #eed; padding: 20px; color: #997; width: 230px; float: right; margin-left: 25px;  margin-bottom: 30px; margin-top: 10px; font-size: 0.9em; border-radius: 4px; }
.interview .sidenote ol { padding-left: 25px; margin-bottom: 0; }
.interview .sidenote ol li { padding-bottom: 10px; line-height: 1.2em;  }

.gallery ul.thumbs { margin-right: 0; margin-left: 0; justify-content: center; margin-top: 1rem; }
.gallery ul.thumbs li { flex: 1; margin: 0 0 1.75rem; }
.gallery ul.thumbs li a { display: block; margin: 0 auto; width: 300px; height: 200px; overflow: hidden; background: #fff; box-shadow: 0 15px 95px rgba(40,40,80,.1),0 5px 10px rgba(0,0,0,.05); border-radius: 8px; }
.gallery ul.thumbs li img { width: 300px !important; height: auto !important; }

.social-widget { margin: 2rem 0; max-width: 228px; }

.wa-screenshot-shadow-left-offset { margin-left: -29px; }
.scr-offset,
.wa-screenshot-shadow-left-offset-lion { margin-left: -36px; }

ul.menu-v.file-structure { margin-left: 0px; }
ul.menu-v.file-structure .name { float: left; width: 140px; padding-left: 6px; color: #555; }
ul.menu-v.file-structure .name svg { color: #aaa; }
ul.menu-v.file-structure .name svg.fa-folder { color: #39f; }
ul.menu-v.file-structure .description { margin-left: 150px; color: #888; min-height: 23px; }
ul.menu-v.file-structure ul { padding-left: 20px; margin-top: 13px; }
ul.menu-v.file-structure ul .name { float: left; width: 120px; }
ul.menu-v.file-structure ul .description { margin-left: 130px; color: #888; }
ul.menu-v.file-structure ul ul .name { float: left; width: 100px; }
ul.menu-v.file-structure ul ul .description { margin-left: 110px; color: #888; }

.breadcrumbs { color: #aaa; margin-bottom: 2rem; margin-left: -5px; }
.breadcrumbs a { font-size: 0.9em; margin: 0 5px; color: #777; }
.breadcrumbs a:hover { color: #f20; }

.longread { margin-top: 3rem; margin-bottom: 5rem; }
.longread p,
.longread ol,
.longread ul { max-width: 75%; }
.longread h1,
.longread h2,
.longread h3,
.longread h4,
.longread h5,
.longread h6 { max-width: 75%; }

.map { min-height: 350px; margin: 2rem auto; max-width: 970px; border-radius: 4px; overflow: hidden; }

.list-dos,
.list-ok,
.list-donts { margin: 1rem 0 1rem 0rem; padding: 0; }
.list-dos > li,
.list-ok > li,
.list-donts > li { list-style: none; padding: 6px 0 6px 26px; box-sizing: border-box; background: transparent 2px 8px no-repeat; background-size: 14px; line-height: 20px; }
.list-dos > li { background-image: url("img/icons/green-checkmark.png"); }
.list-ok > li { background-image: url("img/icons/yellow-checkmark.png"); }
.list-donts > li { background-image: url("img/icons/red-cross.png"); }
.list-dos.inline li { display: inline-block; margin-right: 30px; }

.search { margin-bottom: 2rem; position: relative; }
.search .search-icon { position: absolute; color: #ccc; top: 0.8rem; left: 0.8rem; }
.search input[type="search"] {
    background: rgba(0,0,0,0.06);
    border: none;
    margin: 0;
    width: 100%;
    outline: 0 none;
    overflow: hidden;
    overflow-wrap: normal;
    padding: 0.75rem 0.65rem 0.65rem 2.4rem;
    font-size: 1rem;
    position: relative;
    resize: none;
    top: 0px;
    border-radius: 5px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.option { padding: 0 10px 2rem; text-align: center; }
.option .button-wrapper { display: inline-block; margin-top: 10px; }
.option h4 { display: inline-block; margin-right: 15px; display: inline\9; min-height: 20px; font-size: 2em; }

.page-404 { display: flex; min-height: 70vh; }
.page-404 .block { flex: 1; align-self: center; text-align: center; }
.page-404 h1 { font-size: 6em; margin-bottom: 0rem; }
.page-404 h3 { font-size: 1.6em; }

.changelog { margin-top: 2rem; }
.changelog div { line-height: 1.4em; margin-bottom: 2rem; color: #777; max-width: 75%; }

ul.cloud-status-board { text-align: left; padding-left: 0; }
ul.cloud-status-board li { list-style: none; margin-bottom: 0; }

.feature.wadevelopers-hero .image { max-width: 550px; }
.feature.wadevelopers-hero .image img { margin-top: -1rem; }

.waabout-locations .col { margin-top: 0 !important; flex: 0 0 280px; }

.fake-editor { font-size: 18px; background: #fff; border: 0 !important; padding: 0 !important; width: 450px !important; overflow: hidden; margin-left: 30px; }
.fake-editor span { outline: none; }
.fake-editor #carriage { background: #000; width: 0.3em; }

.browser-frame { background: url('img/browser-frame.png') no-repeat; margin: -10px auto 0; background-size: 1011px 548px; display: block; width: 1011px; height: 310px; border-bottom: 1px solid #ddd; overflow: hidden; box-shadow: 0 -80px 50px -90px rgba(0,0,0,0.1) inset; -webkit-mask-image: linear-gradient(90deg,transparent,#000 2rem,#000 calc(100% - 2rem),transparent); }
.browser-frame.ru { background-image: url('img/browser-frame-ru.png'); }
.browser-frame .wa-appcarousel { margin-top: 135px; margin-left: 385px; }

ul.thumbs.wa-hosting-list img { box-shadow: 0 10px 50px rgba(0,0,0,0.1); border-radius: 3px; }
ul.thumbs.wa-hosting-list li { flex: 0 0 250px; }

.s-images-table { margin-bottom: 2rem; }
.s-images-table .s-image-wrapper { position: relative; width: 100%; padding: 0 0 100%; height: 0; background: #f3f3f3 50% no-repeat; background-size: cover; border-radius: 8px; }
.s-images-table .col { width: 50%; }

@media screen and (min-width: 761px) {
    .s-images-table .col { margin-left: 2rem; }
    .s-images-table .col:first-child { margin-left: 0; }
    .s-images-table .flexbox { margin-top: 2rem; }
    .s-images-table .flexbox:first-child { margin-top: 0; }
}

@media screen and (max-width: 760px) {
    .s-images-table.flexbox { flex-direction: column; margin-bottom: 1.5rem; }
    .s-images-table .col { width: 100%; margin-top: 0; margin-bottom: 0; }
    .s-images-table .col:first-child { margin-left: 0; margin-top: 0;  margin-bottom: 1.5rem; }
    .s-images-table .flexbox { flex-direction: row; margin-top: 1.5em; }
    .s-images-table .flexbox:first-child { margin-top: 0; }
    .s-images-table .flexbox .col { flex: 1; margin-top: 0; margin-left: 1.5em; margin-bottom: 0; }
    .s-images-table .flexbox .col:first-child { margin-left: 0; margin-top: 0; }
}

/* TV
----- */

.tv { position: relative; background: #fff url('img/wall.jpg') repeat-x; background-position: center top; background-size: auto 800px; z-index: 0; margin-top: 50px; }
.tv > .tv-fade-1 { position: absolute; top: 0; height: 70px; left: 0; right: 0; background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); }
.tv > .tv-fade-2 { position: absolute; bottom: 0; height: 70px; left: 0; right: 0; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); }
.tv .flat-panel { position: relative; max-width: 1000px; margin: 0 auto; padding: 40px 0; }
.tv .flat-panel.fixed-1000px-wide { width: 1000px; height: 620px; }
.tv .flat-panel.fixed-1000px-wide img { width: 1000px; height: 620px; }
.tv .flat-panel #widget { position: absolute; top: 162px; right: 68px; }
.tv.en .flat-panel #widget { top: 156px; right: 82px; }
/* .tv #wanav { left: 0; right: 0; z-index: 1; }
.tv ul.mainnav li a,
.tv ul.menu-v li a { text-shadow: 0 1px 1px #fff; }
.tv ul.menu-v li.selected a { background: rgba(0,0,0,0.12); }
.tv .partners-promo { box-shadow: 0 2px 15px rgba(0,0,0,0.2); } */

.tv .round-clock-wrapper { position: relative; width: 196px; height: 196px; font-size: 16px; background: #000; }
.tv .round-clock-wrapper .round-clock-block { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.tv .round-clock-wrapper .round-clock-block svg { display: block; margin: auto; stroke: #aaa; }
.tv .round-clock-wrapper .round-clock-block .second-hand { stroke: #a00; stroke-width: 0.125em; }
.tv .round-clock-wrapper .round-clock-block .minute-hand { stroke: #fff; stroke-width: 0.25em; stroke-linecap: round; }
.tv .round-clock-wrapper .round-clock-block .hour-hand { stroke: #fff; stroke-width: 0.35em; stroke-linecap: round; }
.tv .round-clock-wrapper .round-clock-block .hands-cover { stroke-width: 0.125em; fill: #fff; stroke: #a00; }
.tv .round-clock-wrapper .round-clock-block .second-tick { stroke-width: 0.125em; fill: #000; }
.tv .round-clock-wrapper .round-clock-block .hour-tick { stroke-width: 0.125em; }
.tv .round-clock-wrapper .round-clock-block .second-label { font-size: 0.75em; fill: #aaa; }
.tv .round-clock-wrapper .round-clock-block .hour-label { font-size: 0.75em; }

@media (max-width: 1024px) {
    .tv .round-clock-wrapper { display: none; }
}
/* Homepage
----------- */

.wahomepage-hero { padding-top: 1rem; }
.wahomepage-hero .wahomepage-star { width: 300px; margin-top: 0px; }

.wahomepage-snapshot { background: url('img/wahomepage-snapshot.jpg'); background-size: cover; background-position: top center; background-repeat: no-repeat; text-align: center; vertical-align: middle; }
.wahomepage-screenshot {  margin-top: 50px; }

.webasyst-icebergs { width: 937px; height: 829px; margin-left: -20px; margin-top: 30px; }

.wa-appcarousel { display: inline-block; width: 510px !important; -webkit-mask-image: linear-gradient(90deg,transparent,#000 1rem,#000 calc(100% - 1rem),transparent); margin-bottom: 2rem; }
.wa-appcarousel.no-animation { -webkit-mask-image: none; }
.wa-appcarousel ul { margin: 0; padding: 0; }
.wa-appcarousel ul li { list-style: none; float: left; text-align: center; }
.wa-appcarousel ul li a { color: #aaa; }
.wa-appcarousel ul li a:hover { color: #09f; }
.wa-appcarousel ul li img { display: block; margin: 15px 13px; width: 96px; height: 96px; }
.wa-appcarousel ul li .myappicon { display: block; margin: 15px; width: 88px; height: 88px; font-size: 48px; border-radius: 25%; border: 4px dashed rgba(255, 245, 123, 0.75); color: gold; animation: myappicon-pulsar 2s ease-out infinite; }
.wa-appcarousel ul li .myappicon i { margin-top: 20px; margin-right: 4px; }
@keyframes myappicon-pulsar {
 0% {
  box-shadow:0 0 0 0 rgba(255, 245, 123, 0.3),0 0 0 0 rgba(255, 245, 123, 0.3);
 }
 20% {
  box-shadow:0 0 1rem 2rem rgba(255, 245, 123, 0.3),0 0 0 0.5rem rgba(255, 245, 123, 0.3);
 }
 to {
  box-shadow:0 0 2rem 4rem transparent,0 0 0 2rem transparent
 }
}

.wa-plugin-list { margin: 2rem 0; padding: 0; text-align: center; }
.wa-plugin-list li { list-style: none; display: inline-block; vertical-align: top; width: 200px; margin: 0 30px 42px 0; line-height: 1.2em; }

/* Sign up & Login forms
------------------------ */

    .wa-form { float: left; margin: 10px 0 30px; overflow: visible; }
    .wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
    .wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.3em; padding-bottom: 10px; font-size: 0.95em; }
    .wa-form .wa-field.wa-separator { height: 10px; }
    .wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
    .wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
    .wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
    .wa-form .wa-field .wa-value input[type="text"],
    .wa-form .wa-field .wa-value input[type="email"],
    .wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 200px;  margin:0;}
    .wa-form .wa-field .wa-value input.long { width: 40%; min-width: 0; font-size: 1em; }
    .wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
    .wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }

/* Common styles for Blog, Help & Support, docs, and more
--------------------------------------------------------- */

    .post { margin-bottom: 50px; }
    .post .post-author img.userpic20 { position: relative; top: 5px; border-radius: 50%; }
    .post .post-author a { color: #888; text-decoration: none; padding-right: 7px;  }
    .post .post-author i.icon16 { margin-top: 7px; }
    .post .post-body { margin-top: 15px; margin-bottom: 20px; line-height: 1.5em; }

    .post .aux { float: right; }

    .comment { margin-bottom: 20px; }
    .comment .user { color: #555; }
    .comment a .user { display: inline; }
    .comment a:hover strong.user { color: red; }
    .comment p { font-size: 0.9em; line-height: 1.3em; margin: 5px 0; }

    .comments { border-top: 1px solid #eee; padding-top: 2rem; margin-top: 2rem; }
    .comments h3 { margin-bottom: 20px; }
    .comments .order-by { float: right; }
    .comments ul.menu-v { margin-left: 0; }
    .comments ul.menu-v#comment-add { margin-left: 0; }
    .comments ul.menu-v li { padding-left: 0; clear: both; }
    .comments ul.menu-v li a { padding: 0 !important; display: inline; color: #07f; }
    .comments ul.menu-v li a:hover { background: transparent; }
    .comments ul.menu-v li a strong { color: #07f; }
    .comments ul.menu-v li i.icon16 { margin-top: 3px; margin-right: 1px; }
    .comments ul.menu-v li i.icon16.userpic20 { margin-right: 2px; border-radius: 50%; margin-top: 0; }
    .comments ul.menu-v li img.userpic20 { top: 4px; left: 0; }
    .comments ul.menu-v ul.menu-v { margin-left: 35px; margin-bottom: 30px; margin-top: 0; }

    .comments .field .name { width: 110px; }
    .comments .field .value { margin-left: 120px; }
    .comments textarea { width: 450px; height: 100px; }

    .comments.answers { }
    .comments.answers ul.menu-v li p.big { font-size: 1.1em; }
    .comments.answers ul.menu-v li .comment { margin-left: 70px; margin-bottom: 40px; }
    .comments.answers .aux { float: right; }

/* Comment & Reviews voting
--------------------------- */

    .negative { color: #a00; }
    .positive { color: green; }

    .kudos i.icon16 { width: 10px; height: 10px; margin-top: 0.2em; margin-right: 0.1em; }
    .kudos.positive i.icon16 { background-position: -3px -67px; }
    .kudos.negative i.icon16 { background-position: -19px -67px; }
    .kudos.small i.icon16 { margin-top: 0.3em; }

    .vote.a { font-size: 1.6em; display: block; width: 65px; float: left; text-align: center; }
    .vote.a a,
    .vote.a strong { display: block !important; margin: 0 auto !important; padding: 2px !important; line-height: 1em !important; }
    .vote.a strong { font-size: 1.8em; position: relative; }
    .vote.a svg { margin: 3px 0 0 !important; color: #777; }
    /* .vote.a a:hover i.icon16.upup-bw { background-position: -144px -32px; }
    .vote.a a:hover i.icon16.downdown-bw { background-position: -160px -32px; } */

    .vote a:hover { background: transparent !important; }
    .vote a:hover svg { color: #f20; }

    .comments.answers .vote.a { font-size: 1.3em; }

    .vote.c { float: right; }
    .vote.c svg { margin-right: 1px !important; margin-left: 2px !important; color: #777; }
    /* .vote.c a:hover i.icon16.up-bw { background-position: -80px -32px; }
    .vote.c a:hover i.icon16.down-bw { background-position: -96px -32px; } */

    .vote-ousted { margin-left: 75px; margin-right: 250px; }

/* Add comment
-------------- */

    /* .comment-form h4 { margin-bottom: 15px; }
    .comment-form img.userpic20 { width: 20px; height: 20px; float: left; margin-right: 5px; position: relative; top: -3px; }
    .comment-form #user-auth-provider { min-height: 35px; overflow: visible; }

    .comment-form ul#comment-add li { padding-left: 4px; }

    .comment-form #comment-add-form i.icon16.loading { margin: 0;  }
    .comment-form #comment-add-form { overflow: visible; }

    .comment-form textarea.error { border: 2px solid red; color: red; }

    .comment-form .field .value a { display: inline; }

    .comment-form ul.menu-h li { clear: none; }
    .comment-form ul.menu-h li a { padding: 4px 6px !important; }
    .comment-form ul.menu-h li a i.icon16 { margin-top: 0.1em; } */

/* Store & Embedded Store Content
--------------------------------- */

ul.thumbs.apps { margin-left: 0; margin-top: 20px; }
ul.thumbs.apps li { width: 142px; margin-bottom: 20px; margin-right: 1rem; }
ul.thumbs.apps li .image-wrapper { display: block; text-align: center; }
ul.thumbs.apps li .image-wrapper img { margin: 0 auto 10px; }
ul.thumbs.apps li h4 { margin-bottom: 5px; white-space: nowrap; text-align: center; overflow: hidden; }
ul.thumbs.apps li p.summary { color: #555; line-height: 1.3em; height: 4em; overflow: hidden; text-overflow: ellipsis; font-size: 0.9em; text-align: center; }
ul.thumbs.apps li .price { margin-top: 0; display: block; text-align: center; }
ul.thumbs.apps li .price a.button2.mini { margin-top: 5px; padding: 3px 8px 2px; }
ul.thumbs.apps li .store-badge { right: 14px; }


ul.thumbs li .price { display: block; margin-top: 7px; line-height: 1.4em; }
ul.thumbs li .price strong { white-space: nowrap; }
ul.thumbs li .price a.button2.mini { display: inline-block; padding: 4px 8px 3px; position: relative; top: -1px; width: auto; }
ul.thumbs li .price a.button2.green.mini { color: #fff; }
ul.thumbs li .price a.button2.yellow.mini:hover { color: red !important; }
.discounted { background: #ffa; color: #000; padding: 2px 3px 1px; }
.discounted.summer35 { background: #fe3; }
.discounted.summer20 { background: #d5fab1; }
.discounted.cm { background: #000; color: #ff0; font-size: 1.25em; border-radius: 4px; padding: 5px 6px 4px; }
.discounted.ny { background: #ff0; color: #057be0; font-size: 1.2em; border-radius: 2px; }

ul.thumbs li .image-wrapper { position: relative; }
.store-badge { height: 32px; width: 32px; background: #e0b8ff; position: absolute; text-align: left; top: -5px; }
.store-badge:before { height: 32px; width: 32px; background: #e0b8ff; content:""; position: absolute; -moz-transform: rotate(30deg); -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
.store-badge:after { height: 32px; width: 32px; background: #e0b8ff; content:""; position: absolute; -moz-transform: rotate(-30deg); -webkit-transform: rotate(-30deg); -ms-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg); }
.store-badge span { color: #000; position: absolute; z-index: 1; top: 9px; left: -2px; right: -2px; font-size: 0.7em; text-align: center; overflow: visible; line-height: 1em; }
.store-badge.two-lines span { top: 6px; font-size: 0.6em; }
.store-badge i.thumb-up { background-repeat:no-repeat; height: 24px; width: 24px; display:inline-block; text-indent:-9999px; text-decoration:none!important; margin: -0.1em 0.2em 0 -0.1em; background-image: url('img/thumb-up@2x.png?1509'); background-size: 24px 24px; position: absolute; z-index: 1; opacity: 0.7; top: 4px; left: 5px; }
ul.thumbs li .image-wrapper:hover i.thumb-up { opacity: 1; }

.store-badge.new,
.store-badge.new:before,
.store-badge.new:after { background: #ff4; color: #000; }
.store-badge.updated,
.store-badge.updated:before,
.store-badge.updated:after { background: #ff4; color: #300; }
.store-badge.featured,
.store-badge.featured:before,
.store-badge.featured:after { background: #74ff30; color: #030; }

ul.thumbs.apps96 { margin: 0; padding-left: 0px; }
ul.thumbs.apps96 li { padding-left: 120px; width: 205px; margin-right: 10px; line-height: 1.3em; font-size: 1.0em; margin-bottom: 2rem; text-align: left; flex: 0 0 32%; }
ul.thumbs.apps96 li img { margin-left: -120px; margin-top: -2px; float: left; width: 96px; height: 96px; }
ul.thumbs.apps96 li h4 { font-size: 1.4em; white-space: nowrap; margin-bottom: 0.3rem; }
ul.thumbs.apps96 li span.summary { color: #555; font-size: 1em; }
ul.thumbs.apps96 li .store-badge { left: -53px; top: -8px; }

ul.thumbs.themes li { line-height: 1.3em; font-size: 0.9rem; }
ul.thumbs.themes li .paper { position: relative; }
ul.thumbs.themes li .store-badge { left: 183px; top: -8px; }

ul.thumbs.plugins li { line-height: 1.3em; font-size: 0.9rem; }
ul.thumbs.plugins li h5 { margin-bottom: 0.5rem; }
ul.thumbs.plugins li .store-badge { left: 183px; top: -8px; }

ul.thumbs.widgets { margin: 0; padding-left: 0px; }
ul.thumbs.widgets li { padding-left: 115px; width: 205px; margin-right: 10px; line-height: 1.3em; font-size: 0.9rem !important; margin-bottom: 50px; text-align: left; flex: 0 0 20%; }
ul.thumbs.widgets li img { margin-left: -115px; margin-top: -2px; float: left; width: 96px; height: 96px; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 5px 45px rgba(40,40,80,.2),0 5px 10px rgba(0,0,0,.07); border-radius: 4px; }
ul.thumbs.widgets li h4 { font-size: 1.4em; white-space: nowrap; margin-bottom: 0.4rem; }
ul.thumbs.widgets li .store-badge { left: -45px; top: -8px; }

ul.thumbs.widgets-mini { margin-left: 0; margin-top: 20px; }
ul.thumbs.widgets-mini li { width: 102px; margin: 0 15px 20px; text-align: center; line-height: 1.2em; }
ul.thumbs.widgets-mini li img { margin: 0 auto 10px; border: 1px solid rgba(0,0,0,0.13); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); width: 96px; height: 96px; }
ul.thumbs.widgets-mini li h5 { margin-bottom: 5px; text-overflow: ellipsis; white-space: nowrap; height: 1.5em; overflow: hidden; }
ul.thumbs.widgets-mini li p.summary { color: #555; font-family: 'Helvetica Neue', Arial, sans-serif; line-height: 1.3em; margin: 0 12px 7px; max-height: 3em; overflow: hidden; text-overflow: ellipsis; font-size: 0.9em; }
ul.thumbs.widgets-mini li .price { margin-top: 0; display: inline-block; text-align: left; }
ul.thumbs.widgets-mini li .price a.button2.mini { margin-top: 5px; padding: 3px 8px 2px; }
ul.thumbs.widgets-mini li .store-badge { right: 14px; }

/* Custom app subsites & landings
--------------------------------- */

.badge { font-weight: 600; }

.app-special-offer-label { background: orangered; border-radius: 0.5rem; }
.app-special-offer-label mark { color: white; background: transparent; }
.app-special-offer-label.bfcm { background: var(--black); color: white; }
.app-special-offer-label.bfcm mark { color: #82FF82; }
.app-special-offer-label.bfcm:hover mark { color: yellow; }
.app-special-offer-label.onfire { background: #f22 url("img/priority-fire.gif") no-repeat; background-size: 13em 13em; background-position: center -3em; }
.app-special-offer-label.ssx { text-transform: none; background: #ff4500; }

.app-magic-wand-button { padding-left: 2.5em; position: relative; color: var(--black) !important; }
.app-magic-wand-button > .icon.webasyst-magic-wand { position: absolute; left: 0.875em; top: 50%; margin-top: -0.6125em; }
.app-magic-wand-button:hover { background: #fff !important; }

.app-hero { min-height: 645px; margin-bottom: 1rem; }
.app-hero .app-hero-prefix { font-size: 1.25rem; font-weight: 600; color: rgba(0,0,0,0.3); line-height: inherit; margin: 0 0 0.75rem; }
.app-hero .app-hero-heading { font-size: 3.0rem; line-height: 1; margin-top: 0.0rem; }
.app-hero .app-hero-heading.extralarge { font-size: 3.5rem; }
.app-hero .app-hero-summary { font-size: 1.125rem; font-weight: 500; color: rgba(0,0,0,0.6); line-height: inherit; margin: 1.25rem 0; }
.app-hero .app-hero-summary strong { color: var(--text-color-strongest); }
.app-hero .app-hero-teaser { text-align: center; width: 340px; height: 500px; }
.app-hero .app-hero-teaser.teaser-mobile { width: 320px; height: 620px; margin-top: -1rem; }
.app-hero .app-hero-teaser.teaser-video { width: 450px; }
.app-hero .app-hero-teaser.teaser-video.iphone-frame { position: relative; width: 296px; height: 596px; padding: 15px 17px; box-sizing: border-box; }
.app-hero .app-hero-teaser.teaser-video.iphone-frame .phone-frame { position: absolute; top: 0; left: 0; width: 100%;}
.app-hero .app-hero-teaser.teaser-video.iphone-frame .phone-frame-div { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: url('img/hero/iphone-frame.svg') no-repeat; background-size: 296px; }
.app-hero .app-hero-teaser-hint { line-height: 1.25; }
.app-hero .app-hero-teaser video { max-width: 100%;border-radius: 0.5rem; }
.app-hero .app-hero-teaser.teaser-video.iphone-frame video { border-radius: 10px; }
.app-hero .feature { margin-top: 1rem; margin-bottom: 0.5rem; }
.app-hero .feature .details { order: 1; position: relative; z-index: 5; padding-right: 5rem; }
.app-hero .feature .image { min-width: 300px; order: 2; }
.app-hero .feature p { color: rgba(0,0,0,0.5); }
.app-hero .feature p a { color: rgba(0,0,0,0.8); text-decoration: underline; }
.app-hero .feature p b,
.app-hero .feature p strong { color: var(--text-color-strong); }
.app-hero .chips { font-size: 1.1875em; margin-left: -0.25rem; }
.app-hero .chips .hint,
.app-hero .chips .hint > * { color: rgba(0,0,0,0.25); }
.app-hero .app-highlights .hint { color: rgba(0,0,0,0.35); }
.app-hero .app-signup .button { font-weight: bolder; font-size: 1.75rem; margin-top: 0.75rem; }

/* app hero screenshot */
.app-hero-screen { position: relative; display: flex; flex-direction: column; height: 850px; margin-top: 58px; }
.app-hero-screen__title { position: relative; z-index: 15; max-width: 700px; font-size: 2.5rem; margin-top: 120px; }
.app-hero-screen__title.en { max-width: 650px; }
.app-hero-screen__sliding-text { }
.app-hero-screen__sliding-line { padding: 0 0.5rem; border-radius: 0.5rem; }
.app-hero-screen__text { position: relative; z-index: 15; font-size: 1.125rem; max-width: 598px; }
.app-hero-screen__badges .chips { font-size: 1.0625rem; max-width: 588px; }
.app-hero-screen__award { opacity: 0.7; transition: 0.1s; margin-top: 7px; }
.app-hero-screen__award img { width: 152px; margin-left: 8px; }
.app-hero-screen__award:hover { opacity: 1; }
.app-hero-screen__award.big img { width: 202px; }
.app-hero-screen__award.bigger img { width: 242px; }
.app-hero-screen__phone { position: absolute; bottom: 210px; right: 48px; z-index: 10; width: 289px; height: 582px; pointer-events: none; user-select: none; }
.app-hero-screen__phone img { width: 100%; vertical-align: middle; }
.app-hero-screen__wand { position: absolute; top: 133px; left: 9px; width: 200px; transform: translate(-50%, -50%) scale(-1, 1); }
.app-hero-browser { position: absolute; top: 1140px; left: -12vw; z-index: -1; pointer-events: none; width: 100vw; max-width: 1662px; will-change: transform; }

.app-mobile-previews { justify-content: center; }
.app-mobile-preview { position: relative; text-align: center; }
.app-mobile-preview .preview-content { width: 296px; height: 596px; padding: 15px 17px; box-sizing: border-box; border-radius: 1rem; overflow: hidden; }
.app-mobile-preview .preview-frame { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: url('img/hero/iphone-frame.svg') no-repeat; background-size: 296px; }
.app-mobile-footer { justify-content: center; margin-top: 0.5rem; }
.app-mobile-footer img { width: 36px; height: 36px; }
.app-mobile-footer p { line-height: 1.25; }
.app-mobile-footer p a { color: var(--accent-color); }
.app-mobile-qr-heading { font-size: 2.5rem; }
.app-mobile-qr-image { width: 165px; }

.app-hero-app-cards picture { display: inline-flex; position: absolute; filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.07)) drop-shadow(0 8px 4px rgba(0, 0, 0, 0.04)); opacity: 0; transform: translate3d(0,25px,0); will-change: transform; }
.app-hero-app-cards picture:nth-of-type(1) { left: 0; bottom: -50px; z-index: 4; animation: appearance 500ms 1050ms forwards; }
.app-hero-app-cards picture:nth-of-type(2) { bottom: -140px; right: 515px; z-index: 3; animation: appearance 500ms 900ms forwards; }
.app-hero-app-cards picture:nth-of-type(3) { bottom: -20px; left: 504px; z-index: 2; animation: appearance 500ms 700ms forwards; }
.app-hero-app-cards picture:nth-of-type(4) { top: 330px; right: 13px; z-index: 1; animation: appearance 500ms 350ms forwards; }
.app-hero-app-cards picture:nth-of-type(5) { top: 0; right: 80px; animation: appearance ease-in-out 500ms forwards; }
@keyframes appearance {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

.app-hero-browser__bar { display: flex; align-items: center; height: 50px; background-color: #e5e5ea; border-radius: 16px 16px 0 0; }
.app-hero-browser__bar-dots { display: flex; margin-left: 20px; }
.app-hero-browser__bar-dot { width: 12px; height: 12px; background-color: #fff; border: 1px solid #d1d1d6; border-radius: 50%; }
.app-hero-browser__bar-dot:not(:first-child) { margin-left: 8px; }
.app-hero-browser__bar-buttons { display: flex; margin-left: 24px; margin-right: 24px; }
.app-hero-browser__bar-button { width: 12px; height: 12px; border: 2px solid #fff; transform: rotate(45deg); }
.app-hero-browser__bar-button.-left { border-width: 0 0 2px 2px; }
.app-hero-browser__bar-button.-right { border-width: 2px 2px 0 0; }
.app-hero-browser__bar-button:not(:first-child) { margin-left: 12px; }
.app-hero-browser__bar-search { width: 70%; height: 24px; background-color: #fff; border-radius: 9px; text-align: center; padding-top: 2px; }
.app-hero-browser__bar-tabs { margin-right: 20px; margin-left: auto; }
.app-hero-browser__bar-newtab { position: relative; width: 14px; height: 14px; }
.app-hero-browser__bar-newtab::before,
.app-hero-browser__bar-newtab::after { position: absolute; top: 50%; background-color: #fff; content: ''; }
.app-hero-browser__bar-newtab::before { left: 50%; width: 2px; height: 100%; transform: translate(-50%, -50%); }
.app-hero-browser__bar-newtab::after { left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
.app-hero-browser__main img { max-width: 100%; vertical-align: top; border-radius: 0 0 16px 16px; }

.app-hero-browser-overlay-hack { background: white; box-shadow: 0 0 70px white,0 0 60px white,0 0 50px white,0 0 40px white; border-radius: 10px; margin-top: 43vh; }

.app-anchor { display: block; position: relative; top: -5rem; visibility: hidden; }

/* app hero slider */
.app-hero .app-hero-teaser { --slide-shift: -2.6vw; }
.app-hero .app-hero-teaser .app-hero-teaser-picture {
    overflow: hidden;
    height: 500px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    box-shadow: 0 1rem 2rem -2rem rgba(0,0,0,0.45);
}
.app-hero .app-hero-teaser.teaser-mobile .app-hero-teaser-picture { height: 620px; }
.app-hero .app-hero-teaser .swiper {
    position: relative;
    opacity: 0;
    transform: translateX(var(--slide-shift));
    transition: .4s;
    transition-property: opacity, transform;
    transition-delay: .1s;
}
.app-hero .app-hero-teaser .swiper.active {
    opacity: 1;
    transform: none;
}
.app-hero .app-hero-teaser .app-hero-pagination {
    display: flex;
    justify-content: center;
    margin: 20px -5px 0;
}
.app-hero .app-hero-teaser .app-hero-pagination-item {
    position: relative;
    overflow: hidden;
    width: 5px;
    height: 5px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 2px;
    margin: 0 5px;
    transition: width .5s;
}
.app-hero .app-hero-teaser .app-hero-pagination-item.active {
    width: 50px;
}
.app-hero .app-hero-teaser .app-hero-pagination-item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0,0,0,0.5);
    content: '';
}
.app-hero .app-hero-teaser .app-hero-pagination-item.active::before {
    animation: slideProgress var(--animation-timing) linear;
}
.app-hero .app-hero-teaser .swiper-slide {
    --index-from-selected: 0;
    --scale: 1;
    --blur: 10px;
    --z-index: 100;

    position: relative;
    z-index: var(--z-index);

    overflow: hidden;
    width: 100% !important;
    height: 500px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    box-shadow: 0 1rem 2rem -2rem rgba(0,0,0,0.45);
    transform: translateX(calc(var(--slide-shift) * var(--index-from-selected))) scale(var(--scale));
    filter: blur(var(--blur));
    opacity: var(--opacity);
    transition: transform .8s cubic-bezier(.19,1,.22,1), filter .8s cubic-bezier(.19,1,.22,1), opacity .8s cubic-bezier(.19,1,.22,1);
    pointer-events: none;
}
.app-hero .app-hero-teaser.teaser-mobile .swiper-slide { height: 600px; }
.app-hero .app-hero-teaser .swiper-slide:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
}
@keyframes slideProgress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@media (max-height: 850px) {
    .app-hero-screen { height: 810px; }
    .app-hero-screen__title { margin-top: 80px; }
    .app-hero-screen__wand { top: 93px; }
}
@media (max-width: 1024px) {
    .app-hero .app-hero-teaser {
        --slide-shift: -8.6vw;
    }

    .app-hero .feature .image {
        max-width: none;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .app-hero .app-hero-teaser {
        margin: auto;
    }

    .app-hero-screen { margin-left: 90px; height: 650px; margin-top: 0; }
    .app-hero-screen__title { margin-top: 90px; }
    .app-hero-screen__wand { top: 100px; }
    .app-hero-screen__phone { display: none; }
    .app-hero-browser { display: none; }
    .app-hero-browser { left: -5%; }
    .app-hero-browser::after { height: 10vh; }

    .app-hero-app-cards { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; margin-left: -48px; column-gap: 25px; row-gap: 25px; }
    .app-hero-app-cards picture { position: static; animation: none !important; transform: none; inset: auto !important; opacity: 1; filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.07)) drop-shadow(0 0px 10px rgba(0, 0, 0, 0.07)); }
}

@media (max-width: 760px) {
    .app-hero-screen { margin-inline: -1rem; text-align: center; height: auto; }
    .app-hero-screen > *:not(.bx-wrapper) { padding-inline: 1rem; }
    .app-hero-screen__wand { display: none; }
    .app-hero-screen__title { margin-top: 20px; font-size: 2rem !important; }
    .app-hero-screen__title br { display: none; }
    .app-hero-screen__phone { display: block; position: static; transform: none !important; margin: 25px auto 0; max-width: 70%; height: auto; order: 2; }
    .app-hero-browser { display: none; }
    .app-hero-browser__bar-dots,
    .app-hero-browser__bar-tabs { display: none; }
    .app-hero-screen__badges { order: 3; }
    .app-hero-screen__badges .chips { justify-content: center; max-width: 100%; }
    .app-hero-screen__award img { width: 152px; margin-left: 1rem; }
    .app-hero-screen__text_footer { order: 4; }
    .app-hero-screen__actionbuttons .button.largest { font-size: 1.75rem; margin-right: 0; }
    .app-hero-screen__actionbuttons .-actionbuttons { flex-wrap: wrap; justify-content: center; row-gap: 15px; }
    .app-hero-browser-overlay-hack { margin-top: 0; }
    .app-hero-app-cards { display: flex; align-items: baseline; margin-left: -48px; column-gap: 25px; width: max-content; }
    .app-hero-app-cards picture { position: static; animation: none !important; transform: none; inset: auto !important; opacity: 1; filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.07)) drop-shadow(0 0px 10px rgba(0, 0, 0, 0.07)); }
    .app-hero-screen .bx-wrapper {  }
    .app-hero-screen .bx-viewport { padding-bottom: 15px; }
    .app-mobile-qr { order: -1; margin-bottom: 2rem; text-align: center; }
    .app-mobile-qr-heading { font-size: 1.75rem; }
    .app-mobile-footer { margin-bottom: 2rem; }
}

.app-hero.centric .app-hero-summary { margin: 0 auto 1rem; }
.app-hero.centric p { max-width: 80%; margin-left: auto; margin-right: auto; }
.app-hero.centric .chips { justify-content: center; max-width: 80%; margin-left: auto; margin-right: auto; }
.app-hero.centric .app-mobile { justify-content: center; }
.app-hero.centric .feature .image { max-width: 100%; }
.app-hero.centric .feature .details { padding-right: 0; }
.app-hero.centric .app-signup-rounded { max-width: 600px; }
.app-hero.centric .s-product-screenshots { margin-top: 1rem; }

.app-signup-rounded { border-radius: 2em; background: var(--white); border: 4px solid var(--white); display: inline-block; box-shadow: 0 0.5rem 1rem -0.5rem rgba(0,0,0,0.13); margin-left: -0.375rem; text-align: left; width: 100%; position: relative; }
.app-signup-rounded .app-signup-input { max-width: calc(100% - 353px); width: 100%; }
.app-signup-rounded .app-signup-input::-webkit-input-placeholder { color: #bbb; }
.app-signup-rounded .app-signup-input:-moz-placeholder { color: #bbb; }
.app-signup-rounded .app-signup-input::-moz-placeholder { color: #bbb; }
.app-signup-rounded .app-signup-input::placeholder { color: #bbb; }
.app-signup-rounded .app-signup-input[name=data\[email\]] { max-width: calc(100% - 202px); text-align: left; }
.app-signup-rounded .app-signup-input {  border-radius: 0; border-right: 0; background: transparent !important; border-color: transparent !important; font-weight: bold; margin-left: 0.25rem; text-align: right; padding-right: 0; margin-right: 0; }
.app-signup-rounded .app-signup-button { position: absolute; right: 0; }
.app-signup-rounded .app-signup-button svg { vertical-align: -0.25em; }
.app-signup-rounded.full-width { display: flex; align-items: center; }
.app-signup-hint { font-size: 0.9375rem; line-height: 1.25; }

.signupbutton,
.app-signup-button { background: linear-gradient(32deg, #4158E0 0%, #C840B0 32%, #FF5522 75%); color: white; border: none; padding: 0.5625em 0.875em; background-size: 150% auto; transition: 0.5s; cursor: pointer; }
.signupbutton.green,
.app-signup-button.green { background-image: linear-gradient(32deg, #00EE77 0%, #469989 42%, #469989 55%, #00CC57 100%); background-size: 170% auto; }
.signupbutton:hover,
.app-signup-button:hover { background-position: right center; }

.app-trynow-link strong { color: var(--text-color-link); text-overflow: ellipsis; display: inline-block; overflow: hidden; max-width: 380px; padding: 0; line-height: normal; }
.app-trynow-link:hover strong { color: var(--text-color-link-hover); }

.app-block { font-size: 1rem; margin: 2.5rem 0 2rem; }
.app-block .app-block-title { font-size: 2.5rem; font-weight: bold; }
.app-block .app-block-details { color: #777; margin-bottom: 2rem; max-width: 760px /* better readable text paddings */; }
.app-block .app-block-details.align-center { margin-left: auto; margin-right: auto; }
.app-block img { max-width: 100%; }
.app-block p { max-width: 760px /* better readable text paddings */; }
.app-block b, .app-block strong { color: #555; }
.app-block a b, .app-block a strong { color: inherit; }

.app-block .feature .title { font-size: 2.5rem; font-weight: bold; }
.app-block .feature .title.title-xxxl { font-size: 4.0rem; line-height: 1; }
.app-block .feature .image { min-width: 320px; overflow: hidden; border-radius: 0.5rem; position: relative; }
.app-block .feature .image > .dummy { background: rgba(0, 0, 0, 0.1); border-radius: 0.5rem; text-align: center; width: 300px; height: 340px !important; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; }
.app-block .feature .image > .dummy .loading { position: absolute; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); top: 0; left: 0; display: flex; justify-content: center; align-items: center; }
.app-block .feature .image > video { max-width: 100%; }
.app-block .feature .image.shadowed { box-shadow: 0 2rem 2rem -2rem rgba(0,0,0,0.25); }
.app-block .feature .details { font-size: 1rem; color: #777; }
.app-block .feature.center { align-items: center; }
.app-block .feature.center .image { order: 2; margin: 0 auto 1.5rem; max-width: 100%; width: 70%; max-height: 1312px; }
.app-block .feature.center .image > .dummy { height: 150px; width: 100%; }
.app-block .feature.center .details { order: 1; margin-bottom: 1.5rem; }
.app-block .feature.center .details > * { margin-left: auto; margin-right: auto; }
.app-block .upload-box-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    justify-content: center;
    background: rgba(255,255,255, .9);
}
.upload-box-wrapper--close {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
.app-block .upload-box-wrapper .upload-box {
    text-align: center;
}
.app-block .upload-box-wrapper .upload-box .loading {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.8);
    display: grid;
    place-items: center;
}

.app-block .thumbs li .glyph { font-size: 5rem; color: #ddd; }
.app-block .thumbs li .image { display: block; background-color: var(--background-color); border-radius: 1rem; height: 220px; margin-bottom: 1rem; overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: top center; position: relative; box-shadow: 0 0.5rem 2rem -1rem rgba(0,0,0,0.35); border: 0.5rem solid var(--white); }
.app-block .thumbs li .image .glyph { position: absolute; top: 50%; left: 50%; margin-top: -2.5rem; margin-left: -2.5rem; }
.app-block .thumbs li .image.zoom { position: relative; }
.app-block .thumbs li .image.zoom .zoom-overlay { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.25); }
.app-block .thumbs li .image.zoom .zoom-icon { color: white; position: absolute; z-index: 2; font-size: 3rem; left: 50%; top: 50%; margin-left: -1.5rem; margin-top: -1.5rem; }
.app-block .thumbs li .title { margin: 0.5rem 0; }
.app-block .thumbs li .details { margin: 0; font-size: 0.9375rem; color: #777; }

.app-block-columns ul.thumbs li { flex: 0 0 calc(50% - 2.5rem); }

.app-block .thumbs.app-reviews .userpic-wrapper { height: 144px; vertical-align: bottom; display: flex; align-items: end; }
.app-block .thumbs.app-reviews .userpic-wrapper img { max-height: 100%; }
.app-block .thumbs.app-reviews .review-wrapper { position: relative; }
.app-block .thumbs.app-reviews .review-laquo { position: absolute; font-size: 3rem; color: rgba(0,0,0,0.1); left: -2rem; top: -1.5rem; }
.app-block .thumbs.app-reviews .review-raquo { position: absolute; font-size: 2.5rem; color: rgba(0,0,0,0.1); margin-top: -1.125rem; margin-left: 0.375rem; }
.app-block .thumbs.app-reviews .review-author { margin-top: 0; line-height: 1.5em; }

.app-block-quote { background: var(--background-color); }
.app-block-quote .quote p { margin: 0 0 2rem; }

.app-block-demo { background-image: radial-gradient( circle 922px at 98.1% 95%,  rgba(141,102,155,1) 0%, rgba(92,41,143,1) 100.2% ); text-align: center; padding: 120px 0; }
.app-block-demo .app-demo-giant-button { font-size: 2rem; }
.app-block-demo .app-demo-giant-button .hint { font-size: 67.5%; color: rgba(255,255,255,0.5); margin-left: 0.5rem; }
.app-block-demo p { max-width: 60%; color: rgba(255,255,255,0.5); margin: 1rem auto; }
.app-block-demo p strong { color: white; }

.app-block-button { text-align: center; padding: 120px 0; }
.app-block-button .app-giant-button { font-size: 2.5rem; }
.app-block-button p { max-width: 60%; margin: 1rem auto; }

.app-block-helpdesk_form .wa-form { float: none; margin: 0 auto; max-width: 600px; width: auto; font-size: 1.25rem; }
.app-block-helpdesk_form .wa-form .wa-field { max-width: 600px; width: auto; }
.app-block-helpdesk_form .wa-form .wa-field input,
.app-block-helpdesk_form .wa-form .wa-field textarea { font-weight: 600; padding: 0.5em 0.75em 0.375em; width: 100% !important; min-width: 320px; }
.app-block-helpdesk_form .wa-form .wa-field textarea { min-height: 170px; }
.app-block-helpdesk_form .wa-form .wa-field .wa-name { float: none; width: 100%; padding-bottom: 4px; }
.app-block-helpdesk_form .wa-form .wa-field .wa-value { margin-left: 0; margin-bottom: 12px; }

.app-block[data-block-type] [data-editable],
.app-hero[data-landing-id] [data-editable] { box-shadow: 0 0 0 2px gold; }
.app-block[data-block-type] [data-editable]:empty,
.app-hero[data-landing-id] [data-editable]:empty { box-shadow: none; border: 2px dashed gold; min-height: 1.5rem; }
.app-block[data-block-type] .image { box-shadow: 0 0 0 2px gold; }
.app-block[data-block-type] .image:has(.dummy, video) { box-shadow: none; }
.app-block[data-block-type] .image .dummy { border: 2px dashed gold; min-height: 1.5rem; box-sizing: border-box; height: 100%; border-radius: inherit; }
.app-block[data-block-type] [contenteditable="true"],
.app-hero[data-landing-id] [contenteditable="true"]{ background: rgba(0,0,0,.05); outline: 0; }

.app-hero :not([data-editable], .animation-block, .phone-frame-div, .wa-radio input + span):empty:where(h1, h2, h3, p, span, div),
.app-block :not([data-editable], .animation-block, .phone-frame-div, .wa-radio input + span):empty:where(h1, h2, h3, p, span, div) { display: none; }

.app-gallery .image { position: relative; max-width: 100%; box-shadow: 0 2rem 3rem -2rem rgba(0,0,0,0.25); border-radius: 1.5rem; margin: 0 0 2rem; padding: 0; overflow: hidden; min-height: 300px; background-color: var(--background-color); /* border: 2px solid #eee; IMAGE SCALE ISSUE */ }
.app-gallery .image .dummy { min-height: 300px !important; }
.app-gallery .image img { margin-bottom: -0.5rem; }
.app-gallery .image.noshadow { box-shadow: none; background: var(--background-color-blank); }
.app-gallery.center { text-align: center; }
.app-gallery.center .app-block-details,
.app-gallery.center p { margin-left: auto; margin-right: auto; }

.app-cards { display: flex; flex-wrap: wrap; }
.app-cards.center { justify-content: center; }
.app-card { flex: 0 1 calc(50% - 1.5rem); border-radius: 1rem; background: var(--background-color); box-shadow: none; transition: 0.15s; color: var(--text-color); margin: 0 1.5rem 1.75rem 0; }
.app-card .inner-box { padding: 1.25rem 1.5rem; }
.app-card .title { font-size: 2rem; }
.app-card:hover { transform: scale(1.025); color: var(--text-color); }

.app-badge-mobile img { width: 282px; height: auto; margin-bottom: 0.75rem; max-width: 100%; }
.app-hero .app-badge-mobile img { height: 58px !important; width: auto; }
.app-badge-mobile.smaller img { width: 183px; }

/* DEPRECATED 2022.06 .app-highlights { max-width: 100%; margin: 0 auto; }
.app-highlights .app-column { flex: 1; text-align: center; min-width: 128px; max-width: 180px; margin: 0.75rem 0 0.5rem; }
.app-highlights .app-column h4 { font-size: 1.25rem; margin-bottom: 0.25rem; }
.app-highlights .app-column p { font-size: 0.875rem; margin-top: 0.25rem; line-height: 1.25; }
.app-highlights .app-column a { color: var(--black); }
.app-highlights .app-column a:hover { color: var(--text-color-link-hover); }
.app-highlights .app-column.x2 { flex: 1 1 40%; } */

.app-details .app-column { flex: 1 1 20%; text-align: center; min-width: 120px; margin: 1rem 0; }
.app-details .app-rating { flex: 0 0 200px; text-align: center; }
.app-details .app-rating-total { font-size: 6rem; font-weight: bold; display: block; color: var(--text-color-stronger); line-height: 1; }
.app-details .app-rating-stars { font-size: 1.5rem; }
.app-details .app-rating-counter { color: var(--gray);  font-size: 112.5%; font-weight: 700; margin-top: 0.5rem; }
.app-details .app-volume { flex: 0 0 240px; padding-right: 20px; }
.app-details .app-volume h4 { font-size: 1.75rem; margin-bottom: 0.25rem; }
.app-details .app-volume p { font-size: 0.9135rem; margin-top: 0.25rem; }
.app-details .app-webasyst-review { width: 250px; background: var(--highlighted-yellow); border-radius: 0.5rem; }
.app-details .app-etc { flex: 1 1 auto; text-align: left; }

.app-block-try { background: var(--background-color); }
.app-block-try .feature { margin-bottom: 2.5rem; }
.app-block-try .feature .image { max-width: 320px; padding: 0 2rem; }
.app-block-try p { margin-left: auto; margin-right: auto; color: rgba(0,0,0,0.5); }
.app-block-try p a { color: rgba(0,0,0,0.8); text-decoration: underline; }
.app-block-try p b,
.app-block-try p strong { color: rgba(0,0,0,0.8); }
.app-block-try h5 strong { color: var(--black); }

.app-block-buy { background: var(--background-color); }
.app-block-buy p { margin-left: auto; margin-right: auto; color: rgba(0,0,0,0.5); }
.app-block-buy p b,
.app-block-buy p strong { color: rgba(0,0,0,0.8); }
.app-block-buy .toggle > span { color: rgba(0,0,0,0.8); }
.app-block-buy .toggle > span.selected { color: #000 !important; }

.app-buy-container { gap: 2rem; }
.app-buy-box { flex: 1; background: var(--white); color: var(--text-color-strong); border-radius: 1rem; padding: 1.5rem 1rem 2.5rem; text-align: center; box-shadow: 0 1rem 3rem -1rem rgba(0,0,0,0.25); overflow: hidden; margin: 0 auto; position: relative; max-width: 588px; }
.app-buy-box h3 { font-size: 1.75rem; color: rgba(0,0,0,0.5); line-height: 1; margin-bottom: 1.5rem; }
.app-buy-box h3 strong { font-size: 2.5rem; font-weight: bold; color: var(--black); }
.app-buy-box p { max-width: 85%; }
.app-buy-box.dimmed { background: rgba(255,255,255,0.5); box-shadow: none; }
.app-buy-box.transparent { background: transparent; box-shadow: none; }

.app-buy-box.app-buy-year.no-transform-scale { transform: scale(1); }
/* .app-buy-box.dimmed * { color: var(--white); } */
.app-buy-box.app-buy-lifetime.-basis { flex-basis: 100%; }
.app-buy-box.shadowed { box-shadow: 0 1rem 4rem -1rem rgba(0,0,0,0.35); }
.app-buy-box.superwide { flex-basis: 50%; filter: opacity(1); transition: transform .5s, filter 1.05s; transform-origin: right center }
.app-buy-box.mailer { max-width: 70%; margin: 0 auto 2rem; }
.app-buy-box.superwide.-hidden { flex: 0; height: 0; filter: opacity(0); transform: translate(-2rem) scaleX(1.15); margin-left: -2rem; }
.app-buy-box.superwide.-no-animation { transition: none; }
.app-buy-box.full-height { height: 100%; }
.app-buy-box > .app-buy-button { margin-bottom: 2rem; font-size: 1.25rem; }
.app-buy-box > .app-buy-button .button { font-weight: bold; }
.app-buy-box > .app-buy-box-footer { background: var(--highlighted-yellow); color: var(--red); padding: 0.5rem; position: absolute; bottom: 0; left: 0; right: 0; font-size: 1rem; }
.app-buy-box > .app-buy-box-footer.transparent { background: transparent; color: var(--text-color); }
.app-buy-box > .app-buy-box-footer.opaque { background: rgba(255,255,255,0.5); color: var(--text-color); }
.app-buy-box:hover,
.app-buy-box.app-buy-year.no-transform-scale:hover { filter: initial; }

/* .app-buy-cloud { background: var(--highlighted-yellow); color: var(--text-color-strong); border-radius: 1rem; }
.app-buy-cloud strong { color: var(--text-color-stronger); }
.app-buy-cloud p { color: rgba(0,0,0,0.65); }
.app-buy-cloud .hint { color: rgba(0,0,0,0.42); }
.app-buy-cloud .hint,
.app-buy-license .hint { margin-left: auto; margin-right: auto; max-width: 83%; } */

ul.app-list { display: grid; grid-template-columns: repeat(auto-fit, 112px); gap: 3rem; justify-content: center; max-width: 90%; padding: 0; margin: auto; list-style: none; }
ul.app-list li { text-align: center; color: var(--gray); }
ul.app-list li .app-icon { width: 100%; height: 124px; }
ul.app-list li .app-icon img { width: 100%; margin: 0 auto 1rem; }
ul.app-list li .app-name { font-weight: 600; font-size: 1.25rem; white-space: nowrap; }
ul.app-list li .app-name.bold { font-weight: bold; }
ul.app-list li .icon.webasyst-magic-wand { margin-left: 6px; margin-top: 3px; position: absolute; }
ul.app-list.app-list-smaller li { width: 72px; }
ul.app-list.app-list-smaller li img { height: 72px; }
ul.app-list.app-list-smaller li .app-name { font-size: 1rem; }

.app-countdown { min-width: 70px; }

.app-readable-h1 { font-size: 2.5rem; line-height: 1.1; }
.app-readable-h1.large { font-size: 2.75rem; }
.app-readable-h1.small { font-size: 2rem; }
.app-readable-h1.semibold { font-weight: 600; }
.app-readable-h1.gray { color: #bbb; }
.app-readable-centric { margin-left: 150px; margin-right: 150px; text-align: center; }
.app-readable-p { color: var(--gray); font-size: 1.125rem; }
.app-readable-p.large { color: var(--gray); font-size: 1.25rem; }
.app-readable-p.small { font-size: 1rem; }

.app-big-quote { margin: 2rem 140px; font-size: 118.75%; }
.app-big-quote .author { margin-left: 20vw; margin-top: 1rem; }

.dev-block-build-apps { padding: 1.5rem 0; }
.dev-block-build-etc { padding: 1.5rem 0.5rem; color: var(--text-color); }

.dev-app-wishlist { background: var(--background-color-blockquote); padding: 1.5rem; border-radius: 1rem; position: sticky; top: 7rem; max-height: calc(100vh - 13rem); overflow-y: auto; }
.dev-checklist { list-style: none; padding: 0;}
.dev-checklist li { margin-bottom: 0.125rem; color: var(--text-color); }
.dev-checklist .icon { font-size: 0.875rem; width: 0.875rem; height: 0.875rem; margin-right: 0.5rem; vertical-align: text-bottom; }
.dev-checklist .icon.i-bullet { border: 2px solid var(--light-gray); border-radius: 50%;  }
.dev-checklist .icon.i-bullet:hover { border: 2px solid var(--gray); }
.dev-checklist .icon.i-checkmark { width: 1.125rem; vertical-align: middle; }

.s-toggle.toggle { background-color: #F3F3F3; }
.s-toggle.toggle .animation-block { background-color: #555; }
.s-toggle.toggle .selected { color:#fff; }
.s-toggle-discount { vertical-align: 2px; }
.wa-toggle { display: inline-block; vertical-align: top; margin: 0; padding: 0.1875rem; font-size: 0; white-space: nowrap; max-width: 100%; overflow: hidden; border-radius: 10rem; background: rgba(0, 0, 0, 0.06);}
.wa-toggle > * { display: inline-block; vertical-align: top; font-size: 1.2rem; line-height: 1.4375rem; padding: 0.4375rem 0.875rem; margin: 0; border-radius: inherit; list-style: none; border: 0; background: transparent; position: relative; outline: none; cursor: pointer; color: #666 !important}
.wa-toggle > *:hover:not(.selected) { color: #111 !important;}
.wa-toggle > *:not(:last-child) { margin-right: 0.25em;}
.wa-toggle > .selected { background-color: #555; color: #fff !important;}

.s-plans-description { font-size: 1.125rem; max-width: 600px; margin: 0 auto 1rem; text-align: center; }
.s-plans-icons { max-width: 670px; margin: 0 auto; }
.s-plans-icons.full-width { max-width: 100% !important; }

.s-plan-columns { gap: 1rem; }
.s-plan-columns.-center { justify-content: center; }
.s-plan-column { width: 100%; min-width: 300px; }
.s-plan-column:last-child .s-tooltip:after { left: auto; right: 100%; margin: 0 8px 0 0; }
.s-plan-column:hover { z-index: 15 !important; }
.s-plan-column:hover .s-plan-main { box-shadow: 0px 15px 40px -15px rgba(40, 40, 80, 0.2), 0px 5px 10px -4px rgba(0, 0, 0, 0.07); }
.s-plan-column .s-plan-main.-shadow-lg { box-shadow: 0 20px 45px -15px rgba(90, 40, 110, 0.25), 0 5px 10px 0 rgba(0, 0, 0, 0.07) }

.s-plan-main { position: sticky; z-index: 10; color: #000; background-color: var(--bg-color); border-radius: 32px; padding: .75rem 1.25rem .5rem; transition: .3s; transition-property: box-shadow; }
.s-plan-price-place { position: sticky; top: 0; z-index: 5; background-color: var(--bg-color); padding-top: .5rem; }
.s-plan-main.-hit,
.s-plan-main.-hit .s-plan-price-place { background-color: #fff; }
.s-plan-main.-hit::before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 3px solid var(--tab-color); border-radius: 32px; content: ''; pointer-events: none; }
.s-plan-main.-gradient::before { background: radial-gradient(orange, yellow, #4c8, aqua, #37c, #e4b, #fc2); border-color: transparent; box-shadow: inset 0 0 0 100vw #fff; animation: s-plan-magic-gradient 13s ease infinite; }
.s-plan-main .s-plan-content { font-size: 1rem; line-height: 1.3; }

@keyframes s-plan-magic-gradient {
    0%{background-position-y:0}
    50%{background-position-y:200px}
    100%{background-position-y:0}
}

.s-plan-name { font-size: 1.25rem; text-align: center; }
.s-plan-price { font-size: 1.25rem; line-height: 1.4; text-align: center; }
[data-plans-period="1"] .s-plan-price .strike { display: none; }
[data-plans-period="1"] .s-plan-price .s-price,
[data-plans-period="1"] .s-plan-price .s-price + span { color: inherit !important; }
.s-plan-price .s-price { font-size: 2.25rem; font-weight: bold; }
.s-plan-description { color: #777; }
.s-plan-buy .button:not(.light-gray) { background-color: var(--tab-color); color: var(--tab-color-text); }
.s-plan-buy .button.outlined { background-color: transparent; border-color: var(--tab-color); color: var(--tab-color); }
.s-plan-buy .s-plan-waid-clients li a { font-size: 1rem; }

.s-plan-row { box-sizing: border-box; position: relative; padding: 0.5rem 1.25rem; margin: 0.5rem 0 0.75rem; }
.s-plan-row-main { padding: 0; }
.s-plan-row.-minus { color: var(--gray); }
.s-plan-row.-minus .s-plan-check { color: rgba(0, 0, 0, 0.25); }
.s-plan-content { font-size: 0.9375rem; }
.s-plan-block .s-plan-row::before { position: absolute; top: 0; bottom: 0; z-index: -1; left: -150vw; opacity: 0; width: 300vw; background-color: var(--tab-color); pointer-events: none; content: ''; transition: opacity .4s; }
.s-plan-block .s-plan-row:hover::before { opacity: .1; }
.s-plan-check { flex-shrink: 0; width: 30px; }
.s-plan-check .fa-check,
.s-plan-check .fa-gift { color: var(--tab-color); }
.s-plan-check .fa-check.-gray-color,
.s-plan-check .fa-gift.-gray-color { color: rgba(0, 0, 0, 0.25); }
.s-plan-check.s-app-icon img { max-width: 42px; transform: translate(-13px); }
.s-plan-check.s-app-icon { width: 40px; }
.s-plan-app { position: relative; color: currentColor; }
.s-plan-app a { color: currentColor; line-height: 1.1; }
.s-plan-app a:hover { color: var(--red); }
.s-plan-app a strong { display: block; margin: -0.03rem 0 0.25rem; }
.s-plan-app-price { font-size: 1rem; }
.s-plan-app-price-old { color: #c2c2c2; text-decoration: line-through; }
.s-plan-app-price-included { color: var(--tab-color) !important; }

.s-pricing-page .s-plans-section .s-tooltip { color: rgba(0, 0, 0, 0.25); }
.s-pricing-page .s-plans-section .s-tooltip:after { color: #fff; font-size: .85rem; white-space: normal; background-color: #333; border-radius: 5px; }
.s-pricing-page .badge.bfcm,
.s-pricing-page .button.bfcm { background: black; color: #82FF82; }
.s-pricing-page .button.bfcm:hover { color: yellow; }

.s-ownserver-section { min-width: 980px; }

.flexbox.wrap-desktop { display: flex; flex-direction: column; }

@media (max-width: 1280px) {

    .s-plan-columns {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
    }

    .s-plan-column {
        flex-shrink: 0;
        width: 290px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    .s-ownserver-section .s-plan-columns { justify-content: center; }
    .s-ownserver-section .s-plan-column { width: 40%; }
    .s-ownserver-section { min-width: calc(100vw - 4rem); }

    .s-plans-description { max-width: 70%;  }
    .s-plans-icons { max-width: 75%; }

}

@media (max-width: 760px) {
    .s-toggle.toggle > span:not(.selected) .s-toggle-item,
    .wa-toggle > a:not(.selected) .s-toggle-item {
        display: none;
    }
    .wa-toggle > * { font-size: 1rem; }
    .s-plans-description { max-width: 100%; }
    .s-plans-icons { max-width: 100%; }
    .dev-block-build-apps { margin-right: 0 !important; }
    .s-ownserver-section { min-width: calc(100vw - 4rem); }

    .s-ownserver-section .s-plan-columns { justify-content: flex-start; }
    .s-ownserver-section .s-plan-column { width: 290px; }

    .flexbox.wrap-desktop { flex-direction: row; }

    .small-mobile { font-size: 93.75%; }
}

@media (max-width: 600px) {
    #content .s-pricing-page .s-header-tabs-wrapper .menu-v {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    #content .s-pricing-page .s-header-tabs-wrapper .menu-v > li {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .s-plan-columns {
        padding-left: 10px;
    }

    .s-plan-column {
        scroll-snap-align: center;
    }
}

@media (max-width: 350px) {
    .s-plan-column {
        width: 270px;
        scroll-snap-align: start;
    }
    .s-plan-column:last-child {
        scroll-snap-align: end;
    }
}


@media screen and (min-width: 760px) and (max-width: 1024px) {
    .app-giant-h1 { font-size: 2.75rem; margin: 0 70px; }
    .app-big-quote { margin: 1rem 40px; }
}

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

    .app-hero .app-hero-heading { font-size: 2.5rem !important; }
    .app-hero .app-hero-summary { font-size: 1rem; }
    .app-hero .chips.large { font-size: 1.125rem; }
    .app-hero .feature { margin-top: 1rem; }
    .app-hero .feature .details { padding-right: 0; margin-bottom: 1rem; }
    .app-hero.centric .app-hero-h1 { font-size: 2rem; }
    .app-hero.centric p { max-width: 100%; }
    .app-hero .app-hero-teaser { height: auto; }
    .app-hero .app-hero-teaser.teaser-video { width: auto; max-width: 100%; }

    .app-block { font-size: 1rem; margin: 1.5rem 0; }
    .app-block .app-block-title { font-size: 2rem; }

    .app-block .feature .title { font-size: 2rem; }
    .app-block .feature .details { font-size: 1rem; }
    .app-block .feature.center .image { width: 100%; }

    .feature .details-clients { justify-content: center; }

    ul.app-list { grid-template-columns: repeat(auto-fit, 85px); gap: 1.5rem; }
    ul.app-list li .app-icon { height: 90px; }
    ul.app-list li .app-name { font-size: 1rem; }

    .app-card { flex: 0 1 100%; margin-right: 0; }

    .app-readable-centric { margin-left: 0; margin-right: 0; }

    .app-signup-rounded .larger { font-size: 1.2rem; }
    .app-signup-rounded .app-signup-button { top: -1px !important; }
    .app-signup-rounded .app-signup-input { max-width: calc(100% - 206px); }
    .app-signup-rounded .app-signup-input[name=data\[email\]] { max-width: calc(100% - 65px); }

    .app-highlights .app-rating,
    .app-highlights .app-volume { flex: 1; padding: 0; }

    .app-block-try .feature .image { padding-left: 0; padding-right: 0; max-width: 100%; }

    .app-block-buy .toggle { display: none; }
    .app-buy-box { flex: 0 1 100%; max-width: 100%; margin-right: 0 !important; }
    .app-buy-box.app-buy-year { transform: scale(1); }

    .app-block-demo { padding: 1rem 0 0; }
    .app-block-demo p { max-width: 100%; }
    .app-block-demo .app-demo-giant-button { margin-right: 0; }

    .app-block-button p { max-width: 100%; }

    .app-block .thumbs li .glyph { float: right; font-size: 4rem; padding-top: 0.75rem; padding-left: 0.75rem; }

    .app-details .app-column { flex: 0 1 100%; margin-right: 0 !important; padding-right: 0 !important; }

    .app-buy-box.mailer { max-width: 100%; }

        ul.thumbs.app-list li { flex: 0 1 33%; margin-right: 0; margin-bottom: 1.5rem; }
        ul.thumbs.app-list li img { width: 83px; height: 83px; margin-bottom: 0.25rem; }
        ul.thumbs.app-list li .app-name { font-size: 1rem; }
        ul.thumbs.app-list.app-list-smaller li { flex: 0 1 33%; }
        ul.thumbs.app-list.app-list-smaller li img { width: 64px; height: 64px; }
        .app-giant-h1 { margin: 0; font-size: 2rem; }
        .app-readable-h1 { font-size: 2rem; }
        .app-readable-h1.large { font-size: 2rem; }
        .app-readable-h1.small { font-size: 1.5rem; }
        .app-readable-p { max-width: 100%; font-size: 1.0625rem; }
        .app-readable-p.large { font-size: 1.125rem; }
        .app-readable-p.small { font-size: 1rem; }
        .app-big-quote { margin: 1rem 0; }
        .app-big-quote .author { margin-left: 0; }

}

/* High-density displays
------------------------ */

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .browser-frame { background: url('img/browser-frame@2x.png') no-repeat; background-size: 1011px 548px; }
    .browser-frame.ru { background-image: url('img/browser-frame-ru@2x.png?1506'); }
}

/* TABLETS
========== */

@media screen and (min-width: 760px) and (max-width: 1024px) {

    .hide-on-tablet { display: none !important; }
    .tablet-only { display: block !important; }

    img { max-width: 100%; height: auto !important; }
    ul.thumbs li { flex: 0 0 42%; }
    ul.menu-h.centralized { justify-content: flex-start; overflow-x: auto; }

    .scr-offset,
    .wa-screenshot-shadow-left-offset-lion { margin-left: -20px; }

    ul.actionmenu { order: 2; }
    /* ul.actionmenu i.userpic { width: 24px; height: 24px; position: relative; top: 7px; } */
    /* ul.actionmenu li a { margin-left: 0.5rem; } */

    #wanav.is-short ul.mainmenu > li,
    #wanav.is-short ul.actionmenu > li,
    #wanav.is-short #walogo { line-height: 54px; }

    #wanav .flexbox.wa-tablet-2-columns-max { flex-wrap: wrap; justify-content: flex-end; }
    #wanav .flexbox.wa-tablet-2-columns-max .col { flex: 0 1 45%; }
    #wanav .usercorner-userdummy { display: inline-block; }
    #wanav .wa-dropdown-block h5 { white-space: normal; }
    #wanav .wa-dropdown-block .wa-store-featured .col { padding-right: 1rem; }
    #wanav .wa-dropdown-block .wa-store-featured .wa-app-icon { width: 72px; height: 72px; margin: 0; }

    #wanav #hamburger { margin-right: -0.2rem; font-size: 1.5rem; }
    #wanav #hamburger a { color: #333; }

    #walogo .walogo-svg { height: 1.5rem !important; }

    #wa.hambergermenuactive #wanav .dropdown #wa-mainmenu-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
    #wa-mainmenu-dropdown > .container > .flexbox > .col:first-child { white-space: normal; }

    .browser-frame { DISPLAY: NONE; background: transparent !important; width: auto; height: 220px; }
    .browser-frame .wa-appcarousel { margin: 20px auto 0; width: auto !important; }

    .wahomepage-hero .wahomepage-star { width: 250px; }

    .app-readable-centric { margin-left: 50px; margin-right: 50px; }

}

/* MOBILE
========= */

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

    html, body { overflow-x: hidden; }
    body { word-break: break-word; }
    img:not(.userpic,.waid__slide) { max-width: 100%; height: auto !important; }
    textarea { width: 100% !important; min-width: 0 !important; }
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.25rem; }
    h3 { font-size: 1.125rem; }
    .hide-on-tablet { display: none !important; }
    .hide-on-mobile { display: none !important; }
    .mobile-only { display: inline !important; }

    .wa-form .wa-field > * { display: block; width: auto !important; float: none !important; margin: 0 !important; }

    ul.menu-h.centralized { justify-content: flex-start; overflow-x: auto; }

    .container { min-width: 0; padding: 1rem 1rem; }
    .feature { flex-direction: column; font-size: 0.95rem; padding: 0; }
    .feature h2,
    .feature h3 { font-size: 1.75rem; }
    .feature .image,
    .feature .video { max-width: 100%; }
    .feature .details.no-image { max-width: 100%; }
    .feature.left .image,
    .feature.left .video { margin-bottom: 2rem; }
    .feature.left .details { padding-left: 0; }
    .feature.right .details { margin-bottom: 2rem; padding-right: 0; }
    .feature.squeezed .details { margin-left: 0; margin-right: 0; }
    .squeezed { margin-left: 0px !important; margin-right: 0px !important; }
    ul.thumbs li { flex: 0 0 95%; }
    .video iframe { box-shadow: none; }

    .quote { padding: 10px 0; margin-left: 0; }
    .quote p { margin: 0; }
    .quote .profile { width: auto; margin-left: 40px; }

    .faq { max-width: 100%; }

    .interview h4,
    .interview p { margin-left: 0%; margin-right: 0%; }
    .interview .fullsize-image { margin-left: -1rem; margin-right: -1rem; }
    .interview .fullsize-image img { border-radius: 0; }
    .story-cover .quote { width: auto; margin-left: 1rem; margin-right: 10px; }
    .story-cover .author { width: 66% !important; margin-top: 1rem; }

    .longread p,
    .longread ol,
    .longread ul,
    .longread h1,
    .longread h2,
    .longread h3,
    .longread h4,
    .longread h5,
    .longread h6 { max-width: 100%; }

    ul.mainmenu { flex: 0 0 auto; order: 3; width: 100%; flex-direction: column; margin-left: 0; padding-top: 0.7rem; }
    ul.mainmenu li { width: 100%; margin: 0; display: flex; }
    ul.mainmenu li a { width: 100%; flex: 1; padding: 0.7rem 1rem; }

    ul.actionmenu { order: 2; }
    ul.actionmenu .userpic { width: 32px; height: 32px; top: 9px; }
    ul.actionmenu li a { color: var(--light-gray); }
    .actionbutton { display: none; }

    ul.thumbs { margin-right: 0; }

    /*#primary-actionbutton { position: fixed; bottom: 2rem; left: 1.5rem; right: 1.5rem; display: block; text-align: center; padding-top: 13px; padding-bottom: 11px; border-radius: 5px; font-size: 20px; box-shadow: 0 3px 24px rgba(0, 0, 0, 0.13), 0 10px 7px -5px rgba(0, 0, 0, 0.07); margin: 0; z-index: 1; }*/

    #wanav ul.actionmenu > li,
    #wanav #walogo,
    #wanav.is-short ul.actionmenu > li,
    #wanav.is-short #walogo { line-height: 55px; }

    #wanav ul.mainmenu > li,
    #wanav.is-short ul.mainmenu > li { line-height: 1.9em; }

    /* #wanav { overflow: hidden; height: 66px; } */
    #wanav .flexbox { flex-direction: row; /* flex-flow: row wrap; */ }
    #wanav #walogo { flex: 1; order: 1; font-size: 1.5em !important; padding-top: 0 !important; top: 0 !important; }
    #wanav ul.mainmenu { visibility: hidden; position: absolute; top: 3rem; left: 0; right: 0; background: #fff; box-shadow: 0 145px 145px rgba(40, 40, 80, .2), 0 15px 10px rgba(0, 0, 0, .07); z-index: 1312; opacity: 0; width: auto; overflow: hidden; }
    #wanav ul.mainmenu li { font-size: 1.1rem; }
    #wanav ul.mainmenu li.selected a { }
    #wanav .usercorner-userdummy { display: inline-block; }
    #wanav .usercorner-linklabel { display: none; }
    #wanav .dropdown #wa-mainmenu-dropdown { opacity: 1; position: static; box-shadow: none; transform: none !important; min-height: 0 !important; transition: 0s !important; }
    #wanav .dropdown #wa-mainmenu-dropdown .col { margin-top: 0; }
    #wanav .wa-dropdown-block { padding-top: 0; padding-bottom: 0; }
    #wanav .wa-dropdown-block img { display: none; }
    #wanav .wa-dropdown-block h5 { font-weight: normal; display: flex; font-size: 1rem; }
    #wanav .wa-dropdown-block ul.menu-v { margin: 0; display: none; }
    #wanav .wa-dropdown-block .wa-store-featured { display: none; }
    #wanav #hamburger { display: inline-block; margin-right: -0.2rem; font-size: 1.5rem; }
    #wanav #hamburger a { color: #333; }
    #wanav .flexbox > * { margin-left: 0; }
    #wanav ul.mainmenu { padding-bottom: 0.5rem; }
    #wanav ul.mainmenu > li { margin: 0; }
    #wanav ul.mainmenu > li > a { padding: 0.6875rem 1rem; }
    #wanav ul.actionmenu > li > a { padding-top: 0.25rem; }

    #wanav.condensed #walogo { line-height: 48px; font-size: 1.5rem !important; }
    #wanav.condensed #walogo .icon.webasyst-magic-wand { margin-right: 0; }
    #wanav.condensed ul.actionmenu .userpic { top: 5px; }
    /* #wanav.condensed ul.actionmenu .userpic-dummy { font-size: 2rem; } */
    #wanav.condensed ul.actionmenu .userpic-dummy svg { top: 0.1875rem; }

    #wa.hambergermenuactive #wanav ul.actionmenu { position: relative; }
    #wa.hambergermenuactive #wanav ul.mainmenu { display: flex !important; opacity: 1; visibility: visible; transform: translateY(0.4rem); transition: 0.2s; }
    #wa.hambergermenuactive #wanav ul.mainmenu li a { color: #000; white-space: normal; }
    #wa.hambergermenuactive #wanav ul.mainmenu li a:hover { color: #f20; }
    #wa.hambergermenuactive #wanav .dropdown #wa-mainmenu-dropdown { visibility: visible; }

    footer.globalfooter { padding: 1rem 0 100px; }
    footer.globalfooter h6 { font-size: 1rem; }
    footer.globalfooter .flexbox { flex-direction: row; flex-flow: row wrap; }
    footer.globalfooter .footer-block { flex: 0 0 100%; text-align: center; margin-right: 0; margin-bottom: 1.5rem; }
    footer.globalfooter .footer-block.footer-block-disclaimer { margin-bottom: 4rem; margin-right: 0; }
    footer.globalfooter .copyright { text-align: center; }
    footer.globalfooter .copyright ul { flex-basis: 100%; }
    footer.globalfooter .copyright .poweredby { display: none; }

    .support-badge { display: none; }
    .phonenumber-badge { display: none; }

    .wahomepage-hero { padding-top: 3rem; }
    .wahomepage-hero .wahomepage-star { width: 150px; margin-top: -80px; margin-bottom: 15px; }
    .wahomepage-hero { text-align: center; }
    .wahomepage-hero.feature .details h1 { font-size: 1.85rem; }
    .wahomepage-hero.feature .details p { padding: 0 0.5rem; font-size: 1rem; }

    .webasyst-icebergs { margin-left: -30px; max-width: 120%; }

    .scr-offset,
    .wa-screenshot-shadow-left-offset-lion { margin-left: 0; }

    .button2 { white-space: normal; }
    .button2.giant { font-size: 19px; }
    .button2.large { font-size: 16px; }

    .browser-frame { DISPLAY: NONE; background: transparent !important; width: auto; height: 220px; }
    .wa-appcarousel { margin: 20px 0 0 !important; width: auto !important; text-align: center; }

    .feature.wadevelopers-hero .image { order: 1; }
    .feature.wadevelopers-hero .details { text-align: center; order: 2; }

    .overhanging-quote { margin: 0; }
    .wa-appcarousel ul li { height: auto !important; }

    .fake-editor { width: 100% !important; margin: 0 !important; }

    .app-hero .chips .app-trynow-chip span { max-width: 233px;}

}


/* WIDE DESKTOPS
================ */

/* @media screen and (min-width: 1441px) {

    .squeezed,
    .feature.squeezed { margin-left: 7rem; margin-right: 7rem; }

    .feature.squeezed-2x { margin-left: 14rem; margin-right: 14rem; }

    .container { max-width: 1280px; }

    .widescreen-only { display: inline !important; }

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

    .wahomepage-hero.feature p { max-width: 85%; }

    ul.thumbs.apps96 li { flex: 0 0 23%; }
    ul.thumbs.themes li { flex: 0 0 16%; }

    .phonenumber-badge { right: 130px; }

    #wanav .wa-store-featured-product .wa-theme-icon { width: 300px; height: 330px; }

} */

.icon-premium,
.icon-has-app {
    display: inline-flex;
    position: relative;
}
.badge-premium {
    background: linear-gradient(269.57deg, #BA99FF 0.29%, #CB36FF 99.62%);
}
.icon-premium .badge {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    bottom: 0;
    left: 0;
    right: 0;
}
.icon-has-app i {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    bottom: -3px;
    right: -3px;
    z-index: 1;
}
.icon-has-app::after {
    content: '';
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:.8;
    background: #fff;
    position: absolute
}

/* Gilroy padding fix */
.smaller { font-size:76% }
/* Safari Gilroy font bottom padding hack */
@supports (-webkit-hyphens:none){
    .smaller { font-size: 75%; }
    .badge { padding: 0.125em 0.4375em 0; }
    .button { padding: .4375em .75em .375em; }
    .signupbutton, .app-signup-button { padding: 0.6125em 0.875em 0.5625em; }
    ul.chips.rounded > li > a, ul.chips > li.rounded > a, ul.chips.rounded > li > .chip, ul.chips > li.rounded > .chip { padding-bottom: 0.25em; }
    .app-signup-rounded { padding-top: 2px; }
    .app-signup-rounded .app-signup-input { padding-top: calc(0.3125em + 1px); }
    .app-signup-rounded .app-signup-input~input { padding-top: 0.3125em !important; }
    .app-signup-rounded .app-signup-button { padding: 0.6875em 0.875em 0.5em; right: 1px; top: 1px !important; }
    #devnav h4, #hubnav h4 { padding-top: 0.375rem; }
    @media screen and (max-width: 760px) {
        .app-signup-rounded .app-signup-button { top: -1px !important; padding-top: 0.6125em; }
        .app-signup-rounded .app-signup-input { padding-top: calc(0.3125em - 1px) !important; }
    }
    @media screen and (max-width: 1024px) {
        #devnav h4, #hubnav h4 { padding-top: 0; }
    }

}
