/*
 * Webasyst.RU 2018
 *
 * @link https://www.webasyst.ru/
 * @author Webasyst
 * @copyright 2018 Webasyst
 * @package Webasyst
 */

/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }
html { background: #eee; }
body { line-height: 1; background: #fff; }

/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body { width: 100%; min-height: 100%; font-family: 'StemText-Regular',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 16px; -webkit-text-size-adjust: 100%; }
a { color: #07f; outline: 0 none; text-decoration: none; }
a:focus { outline:none; outline-offset:-4px; }
a:visited { color: #44a; }
a:hover { color: #f20; }
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
a img { border: 0; }
strong, b { font-family: 'StemText-Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: normal; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, figure { margin-bottom: 1.5em; }
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child { margin-bottom: 0; }
h1, h2, h3, h4, h5, h6 { line-height: 1.2em; margin-bottom: .3em; font-weight: normal; }
h1 { font-size: 2.4em; font-family: 'StemText-Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
h1 a { text-decoration:none; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
ul, ol { padding-top: 0; }
ol { list-style: decimal; }
li { padding-bottom: 1em; line-height: 1.5em; }
input, textarea, select { margin:0; }
input, textarea { font-size: 1em; color: #000; }
input[type="button"]:focus,
input[type="submit"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:1em; position:relative; background:#e9e9e9; margin-bottom:1em; }
legend { font-size:1.1em; padding:.4em .8em; background:#fff; //background:none;
border:1px solid #bbb; //border:none
}
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
blockquote { color: #555; padding:20px; background: rgba(0,0,0,0.05); font-style: italic; }
blockquote li { padding-bottom: 0; }
blockquote cite { font-size: 0.9em; }
hr { background-color: #ddd; height: 1px; border: 0; }
p { line-height: 1.4em; font-family: 'StemText-Regular', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #777; }
pre { background-color: rgba(0,0,0,0.05); padding: 1em !important; font-size: 1.1em; overflow-x: auto; word-wrap: break-word; white-space: pre-wrap; }
input::-webkit-input-placeholder { color: #ccc; }
input:-moz-placeholder { color: #ccc; }
input:-ms-input-placeholder { color: #ccc; }
textarea::-webkit-input-placeholder { color: #ccc; }
textarea:-moz-placeholder { color: #ccc; }
textarea:-ms-input-placeholder { color: #ccc; }
code strong { font-family: inherit; font-weight: bold; }

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-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;} */
.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-family: "StemText-Bold", "Helvetica Neue", Arial, sans-serif; }
.bolder { font-family: 'StemText-Bold', sans-serif; }
.highlighted { background:  #ffd; }
/* .highlighted-heavy { background: #ffa; } */
.hint { color: #aaa; font-size: 0.9em; }
.hint strong { color: #777; }
/* a.blue { color: #03c; }
a.blue:visited { color: #63c; } */
.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.valign-top { vertical-align: top; }
/* .clear-both { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; } */
/* .shadowed { -moz-box-shadow: 0 5px 15px #aaa; -webkit-box-shadow: 0 5px 15px #aaa; box-shadow: 0 5px 15px #aaa; } */
.overhanging-quote { margin-left: -0.6em;  margin-right: 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 (min-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; }
.userpic,
.userpic20 { border-radius: 50%; }
/* .tooltip-bubble { display:none; position:absolute; box-shadow:2px 2px 3px rgba(0,0,0,.2); background-color:#fff; border: 1px solid #ccc; text-shadow: 0 2px 3px rgba(0,0,0,0.1); color:#555; padding: 5px 10px; max-width: 250px; font-size: 0.8em; z-index: 9999; } */
.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: green; }
.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('/wa-content/img/webasyst-wand-bold.svg'); background-size: 100%; vertical-align: -0.25em; margin-right: 0.25em; display: inline-block; }

/* 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 30px; }
.container:not(.without-v-pad) { padding-top: 20px; padding-bottom: 20px; }

.flexbox { display: flex; }
.flexbox.center { align-items: center; }
.flexbox .sidebar { flex: 0 0 216px; }
.flexbox .content { flex: 1; }
.flexbox .box { flex: 1; padding: 2rem; }
.flexbox .col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.flexbox .col .box { padding: 2rem; }
.flexbox .col:first-child .box { padding-left: 0; }
.flexbox .col:last-child .box { padding-right: 0; }
.flexbox .col .box .flexbox .col .box { padding: 0 1rem 1rem; }
.flexbox .col .box .flexbox .col:first-child .box { padding-left: 0; }
.flexbox .col .box .flexbox .col:last-child .box { padding-right: 0; }
.flexbox .col.compressed { flex: 0 0 auto; }

.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%; border-bottom: 1px solid rgba(0,0,0,0.0625); }
ul.menu-h li { text-align: left; line-height: 1em; position: relative; flex: 0 0 auto; padding: 0 1.8rem 0 0; display: flex; align-items: center; }
ul.menu-h li a { outline: none; -moz-outline: none; font-style: normal; text-decoration: none; color: #333; display: flex; padding: 1rem 0; cursor: pointer; flex: 1; align-items: center; border-bottom: 0.3rem solid transparent; }
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; border-bottom-color: #09f; }
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; }

/* Fields: name-value data display & forms
-------------------------------------------- */

.fields { float: left /* to handle clear within the form */; margin-bottom: 10px; overflow: visible; } /* wrapper for .field */
.field-group { margin: 5px 0 30px; }
.field { clear: left; margin: 0; padding-top: 3px; }
.field .name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; color: #888; font-size: 0.95em; }
.field .name.large { font-size: 1.2em; color:#000; }
.fields.form .field .name { padding-top: 0.45em; /* color: #000; */ /* class="fields form" is for forms with text inputs */ }
.fields.form .field .value.no-shift { padding-top: 0.3em; /* use in class="fields form" forms for elements with no inputs within class="value" to exclude unwanted paddings */ }
.fields .field .value.bottom-padded { padding-bottom: 10px; }
.field .value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.field .value.submit { margin-left: 170px /* a little offset */; }
.field .value .error-message { display: none; }
.field .value input[type="text"],
.field .value input[type="email"],
.field .value input[type="password"],
.field .value textarea { width: 30%; min-width: 200px; margin: 0; }
.field .value input[type="email"] { min-width: 260px; }
.field .value textarea { min-width: 400px; height: 70px; }
.field .value input.semi { width: 10%; min-width: 80px; }
.field .value input.large { width: 35%; }
.field .value img.overhanging { position: absolute; left: -20px; }
.field .value i.icon16 { margin-top: -3px; }
.field .value i.icon16.country { margin-top: 0; }
.field .value .address-subfield { padding:1px 0; }
.field .value span { margin:0 3px 0 0; }
.field .value input, .field .value select { vertical-align:middle; }
.fields.width100px .name { width: 105px; }
.fields.width100px .value { margin-left: 120px; }
.fields.width100px .value.submit { margin-left: 110px; }

/* 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
--------- */

.button2 {
    display: inline-block;
    position: relative;
    font-family: 'StemText-Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 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.green-dark { background: #50d96b; color: #fff !important; }
.button2.green-dark:hover { background: #50d96b; }
.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; }

.button2.bfcm { background: black; }

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

#walogo { line-height: 2em; color: #000; font-family: 'PT Sans Caption', sans-serif; font-weight: bold; }
#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-a:hover { -moz-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg); }
#walogo .walogo-s1:hover { transform: rotate(13deg); -moz-transform: rotate(13deg);-webkit-transform: rotate(13deg); -o-transform: rotate(13deg); }
#walogo .walogo-y:hover { transform: rotate(11deg); -moz-transform: rotate(11deg); -webkit-transform: rotate(11deg); -o-transform: rotate(11deg);}
#walogo .walogo-s2:hover { transform: rotate(-9deg); -moz-transform: rotate(-9deg); -webkit-transform: rotate(-9deg); -o-transform: rotate(-9deg); }
#walogo .walogo-t:hover { transform: rotate(18deg); -moz-transform: rotate(18deg);-webkit-transform: rotate(18deg); -o-transform: rotate(18deg); }

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

ul.mainmenu { flex: 1; 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: #333; padding: 0.5rem 0.5rem; }
ul.mainmenu li a:hover { color: #f20; }
ul.mainmenu li.selected a { color: #000; font-family: 'StemText-Bold', sans-serif; }

ul.actionmenu { flex: 0 0 auto; display: flex; margin: 0; padding: 0; font-size: 0.85em; align-items: flex-end; }
ul.actionmenu li { flex: 0 0 auto; list-style: none; vertical-align: middle; padding: 0; white-space: nowrap; align-self: center; margin-left: 0; }
ul.actionmenu li a { color: #333; padding: 0.5rem 0.5rem; }
ul.actionmenu li a:hover { color: #f20; }
ul.actionmenu li.selected a { color: #000; font-family: 'StemText-Bold', sans-serif; }
ul.actionmenu .userpic { background-size: 100%; width: 20px; height: 20px; margin-left: 5px; margin-right: 5px; position: relative; top: 5px; }

.actionbutton { flex: 0 0 auto; margin-left: 1em; }

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

#wanav.is-short ul.mainmenu > li,
#wanav.is-short ul.actionmenu > li,
#wanav.is-short #walogo { line-height: 46px; }
#wanav.is-short ul.mainmenu { padding-top: 2px; }
#wanav.is-short #walogo { font-size: 1.3em; top: 1px; }

#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; position: relative; margin: 0; white-space: nowrap; font-size: 1.5em; top: -1px; }
#wanav .usercorner-userdummy { display: none; }
#wanav .usercorner-linklabel { display: inline; }
#wanav #hamburger { flex: 1; display: none; color: #aaa; }
#wanav .dropdown .dropdown-toggle { color: #aaa; }
#wanav .dropdown .dropdown-toggle svg { opacity: 0.7; }
#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: auto;
    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: 160px;
}
#wanav .dropdown .wa-actionmenu-dropdown li {
    padding: 9px 0;
    font-size: 14px;
    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 a  {
    font-weight: bold;
    font-size: 100%;
}
#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: 14px;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
#wanav .dropdown .wa-actionmenu-dropdown li a:hover {
    color: #f20 !important;
}
#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 6px; }
#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 .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[href="javascript:void(0);"]:hover { color: #000 !important; }
#wanav .wa-dropdown-block a[href="javascript:void(0);"]:hover svg { color: #09f !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; }
#wanav .wa-contact-sales { background: #eee; text-align: center; }
#wanav .wa-contact-sales p { font-size: 0.75rem; }

#wanav .wa-store-featured-product img { margin: 0; }
#wanav .wa-store-featured-product .name { color: #07f; white-space: normal; }
#wanav .wa-store-featured-product:hover .name,
#wanav .wa-store-featured-product:visited:hover .name { color: #f20; }
#wanav .wa-store-featured-product:visited .name { color: #44a; }
#wanav .wa-store-featured-product .hint { white-space: normal; }
#wanav .wa-store-featured-product .price { color: #aaa; }
#wanav .wa-store-featured-product .wa-app-icon { margin-left: -0.5rem; margin-right: 1.5rem; }
#wanav .wa-store-featured-product .wa-app-icon-2x { margin-left: -0.5rem; margin-right: 1.5rem; width: 192px; height: 192px; }
#wanav .wa-store-featured-product .wa-theme-icon { width: 200px; height: 220px; margin-top: -0.5rem; }

.label { background: #0af; border-radius: 3px; padding: 3px 4px 1px; font-size: 0.7em; color: white; text-transform: uppercase; position: relative; top: -1px; font-family: 'StemText-Regular', sans-serif; }
.label.green { background: limegreen; }
.label.yellow { background: gold; color: black; }
.label.red { background: orangered; }
.label.small { font-size: 0.65rem; }
.label.bfcm { background: black !important; }

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

footer.globalfooter { background: #444; color: #aaa; padding: 2rem 0; }
footer.globalfooter a { text-decoration: none; color: #888; }
footer.globalfooter a:hover { color: #ddb; }
footer.globalfooter h6,
footer.globalfooter h6 a { color: #aaa; margin-bottom: 0 !important; }
footer.globalfooter svg { font-size: 1.25rem; margin-right: 0.5rem; }

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; }
footer.globalfooter .copyright ul li { float: left; list-style: none; margin-right: 20px; }
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 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; font-family: 'StemText-Bold', sans-serif; }
    .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: 3rem 0; }
.feature.middle { align-items: center; }
.feature > *.middle { align-self: center; }
.feature .image { flex: 0 0 auto; max-width: 450px; }
.feature .image img { max-width: 100%; height: auto !important; }
.feature .details { flex: 1; }
.feature .details.no-image { max-width: 65%; }
.feature p,
.feature ul,
.feature ol { color: #888; }
.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 { margin-left: 5rem; margin-right: 5rem; }
.feature h2,
.feature h3 { color: #000; font-size: 2em; margin-bottom: 20px; font-weight: normal; }

.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; }

/* Dialog
--------- */

.dialog { display: none; }
.dialog-background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; opacity: 0.8; z-index: 99; }
.dialog-window { position: fixed; top: 20%; left: 20%; right: 20%; bottom: 20%; background: #fff; opacity: 1; z-index: 100; overflow: hidden; -moz-box-shadow: 0px 0px 70px #bbb; -webkit-box-shadow: 0px 0px 70px #bbb; box-shadow: 0px 0px 70px #bbb; padding: 0 0 60px; min-width: 500px; min-height: 300px; border: 5px solid #f3f3f3; }
.dialog-buttons { position: absolute; bottom: 0; height: 10px; z-index: 101; width: 100%; padding: 30px; }
.dialog-content { height: 100%; overflow: auto; overflow-x:hidden;}
.dialog-content-indent { padding: 30px; }

/* 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; font-family: 'StemText-Bold', sans-serif; }
.story-cover.dark-cover .author { color: #ccc; }
.story-cover.dark-cover .author a { color: #ffb; font-family: 'StemText-Bold', sans-serif; }
.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; }
.gallery ul.thumbs li { flex: 1; margin: 0 0 1rem; }
.gallery ul.thumbs li a { display: block; margin: 0 auto; width: 300px; height: 175px; overflow: hidden; background: #fff; box-shadow: 0 15px 95px rgba(40,40,80,.1),0 5px 10px rgba(0,0,0,.05); border-radius: 3px; }
.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 li { color: #777; }
.longread h1,
.longread h2,
.longread h3,
.longread h4,
.longread h5,
.longread h6 { max-width: 75%; font-family: 'StemText-Bold', sans-serif; font-weight: normal; }

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

.list-dos,
.list-donts { margin: 1rem 0 1rem 0rem; padding: 0; }
.list-dos > li,
.list-donts > li { list-style: none; padding: 6px 0 6px 26px; box-sizing: border-box; background: transparent 2px 50% no-repeat; background-size: 14px; line-height: 16px; }
.list-dos > li { background-image: url("img/icons/green-checkmark.png"); }
.list-donts > li { background-image: url("img/icons/red-cross.png"); }

.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;
    font-family: 'StemText-Bold', sans-serif;
    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; font-family: 'StemText-Bold', sans-serif; min-height: 20px; font-size: 2em; }
.option .ruble,
.price .ruble,
strong .ruble,
b .ruble,
.s-min-price .ruble,
.s-main-price .ruble,
.s-price-wrapper .ruble { font-weight: bold; }

.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 h5 { font-family: 'StemText-Bold', sans-serif; }
.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; }

/* TV
----- */

.tv { position: relative; }
.tv body,
.tv.tv-wall { background: #fff url('img/wall.jpg') repeat-x; background-position: center top; background-size: auto 800px; z-index: 0; }
.tv .flat-panel { position: relative; max-width: 1000px; margin: 0 auto; }
.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: 122px; right: 68px; }
.tv.en .flat-panel #widget { top: 116px; 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;
}

/* 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 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; width: 96px; height: 96px; }

.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; font-family: 'StemText-Bold', sans-serif; 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; font-family: 'StemText-Bold', sans-serif; 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; }

/* 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; }

    #wanav ul.mainmenu > li:not(.dropdown) { display: none; }

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

    ul.actionmenu { order: 2; }
    ul.actionmenu #hamburger { font-size: 1.5rem; }
    ul.actionmenu i.userpic { width: 28px; height: 28px; position: relative; top: 5px; }
    ul.actionmenu li a { /*color: #ccc;*/ 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 .usercorner-linklabel { display: none; }
    #wanav .dropdown .dropdown-toggle { display: none; }
    #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 { display: inline-block; margin-right: -0.2rem; }
    #wanav #hamburger a { color: #333; }

    #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 { background: transparent !important; width: auto; height: 220px; }
    .browser-frame .wa-appcarousel { margin: 20px auto 0; width: auto !important; }

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

}

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

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

    html, body { overflow-x: hidden; }
    body { word-break: break-word; }
    img { max-width: 100%; height: auto !important; }
    textarea { width: 100% !important; min-width: 0 !important; }
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.3rem; }
    h3 { font-size: 1.15rem; }
    .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.5em; }
    .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; }
    .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; font-family: 'StemText-Bold', sans-serif; }
    .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 #hamburger { font-size: 1.5rem; }
    ul.actionmenu i.userpic { width: 28px; height: 28px; position: relative; top: 5px; }
    ul.actionmenu li a { /*color: #ccc;*/ margin-left: 0.5rem; }
    .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 .dropdown-toggle { 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; }
    #wanav #hamburger a { color: #333; }
    #wanav .flexbox > * { margin-left: 0; }
    #wanav ul.mainmenu > li { margin: 0; }
    #wanav ul.mainmenu > li > a { padding: 0.7rem 1rem; }
    #wanav ul.actionmenu > li > a { padding-top: 0.2rem; }

    #wa.hambergermenuactive #wanav ul.actionmenu { position: relative; }
    #wa.hambergermenuactive #wanav ul.mainmenu { display: flex; opacity: 1; visibility: visible; transform: translateY(0.4rem); transition: 0.2s; padding-top: 0.7rem; }
    #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 ul.mainmenu li.selected a { font-family: 'StemText-Bold', sans-serif; }
    #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; }
    footer.globalfooter ul { text-align: center; }
    footer.globalfooter ul li { display: inline-block; margin-right: 1rem; float: none !important; }
    footer.globalfooter ul li:last-child { margin-right: 0 }

    .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 { 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; }

}


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

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

    html,
    body { font-size: 17px; }

    .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; }

}

@media screen and (max-width: 460px) {
    .hide-on-small-mobile { display: none; }
}
