/*https://www.webasyst.ru/wa-apps/site/themes/webasystcom/wa-2.0.css*/
/* content */
html {
	--accent-color:                           #1a9afe;
	--accent-color-hover:                     #05e;
	--text-color: #444444;
	--text-color-strong: #333333;
	--text-color-stronger: #111111;
	--text-color-strongest: #000000;
	--text-color-hint: #aaaaaa;
	--text-color-hint-strong: #888888;
	--text-color-link: var(--accent-color);
	--text-color-link-hover: #ff2200;
	--text-color-input: #1f2d3d;
	--text-color-button-disabled: rgba(255, 255, 255, 0.65);
}

.flexbox {
	display: flex;
}

/*
https://www.webasyst.ru/wa-apps/site/themes/webasystcom/webasystcom.css
https://www.webasyst.ru/wa-apps/store/themes/webasystcom/css/store.webasystcom.css
*/
/* Misc atom elements
--------------------- */

.block { padding: 10px; }
.block.double-padded { padding: 20px; }
.inline-block { display: inline-block; margin: 0 auto; }
.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; }
.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; }
.no-underline { text-decoration: none; }
.no-bold { font-weight: normal; }
.strike { text-decoration: line-through; }
pre.prettyprint { border: none !important; white-space: pre-wrap; }
.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; }

.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 */ }

.semibold { font-weight: 600; }

.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); }

/* 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; }

.button2.green {
	color: #fff !important;
	background: #44c159;
}
.button2.green:hover {
	background: #40aa51;
}
.button2.green[disabled] {
	background: #c1e6bd !important;
}
.button2.blue[disabled] {
	background: #9ecdff !important;
}
.button2[disabled] {
	cursor: default !important;
}

/* 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; }

/*https://www.webasyst.ru/wa-apps/store/themes/webasystcom/css/wi-content.css*/
.wi-content {
	line-height: 1.5;
	margin: 0;
	color: #777;
	font-size: 1.0625rem;
}
.wi-content a {
	color: #e77a12;
}
.wi-content a:hover {
	color: #FF8F24;
}
.wi-content > *:first-child {
	margin-top: 0;
}
.wi-content p {
	color: inherit;
}
.wi-content b,
.wi-content strong,
.wi-content .bold {
	color: var(--text-color-strong);
}
.wi-content em {
	font-style: italic;
}
.wi-content .wi-line {
	margin-top: 30px;
}
.wi-content p {
	margin: 15px 0 0;
}
.wi-content p:first-child {
	margin-top: 0;
}
.wi-content mark,
.wi-content .highlighted {
	background: #ffd;
	padding: 0 0.25em;
	color: inherit;
}
.wi-content mark.gray,
.wi-content .highlighted.gray {
	background: rgba(0,0,0,0.1);
}
.wi-content blockquote {
	margin: 30px 0;
	padding: 24px 30px 30px;
	font-size: 1.176470588235294em;
	line-height: 1.35em;
	font-style: normal;
	color: var(--text-color-stronger);
	border-radius: 5px;
}
.wi-content blockquote:not(.align-left) {
	text-align: center;
}
.wi-content blockquote .wi-image {
	padding: 0 4px;
	color: #aaa;
}
.wi-content .code,
.wi-content pre,
.wi-content code {
	background-color: rgba(0,0,0,0.05);
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
	color: var(--text-color-strong);
}
.wi-content pre {
	margin: 30px 0;
	display: block;
	padding: 1em !important;
	font-size: 0.9em;
	line-height: 1.4em;
	overflow-x: auto;
	word-wrap: break-word;
	white-space: pre-wrap;
	border-radius: 5px;
}
.wi-content code {
	padding: 0 0.25em;
}
.wi-content img {
	max-width: 100%;
	margin-bottom: 0;
}
.wi-content h2,
.wi-content .h2,
.wi-content h3,
.wi-content .h3 {
	font-size: 1.5rem;
	line-height: 1.25em;
	margin-top: 45px;
}
.wi-content h4,
.wi-content .h4 {
	font-size: 1.125rem;
	line-height: 1.25em;
	margin-top: 30px;
}
.wi-content h1,
.wi-content h2,
.wi-content h3,
.wi-content h4,
.wi-content h5,
.wi-content h6,
.wi-content .h1,
.wi-content .h2,
.wi-content .h3,
.wi-content .h4,
.wi-content .h5,
.wi-content .h6 {
	margin-bottom: 0;
	color: var(--text-color-stronger);
}
.wi-content .wi-section-title + * {
	margin-top: 7.5px;
}
.wi-content .wi-button {
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 1rem;
	line-height: 1em;
	background: #1a9afe;
	color: #fff;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.wi-content .wi-button.blue {
	background: #1a9afe;
}
.wi-content .wi-button.green {
	background: #4bd216;
}
.wi-content .wi-button.red {
	background: #f02116;
}
.wi-content .wi-button.yellow {
	background: #fc0;
}
.wi-content .wi-button.purple {
	background: #6856d6;
}
.wi-content .wi-button.gray {
	background: #aaa;
}
.wi-content .wi-button.orange {
	background: #f90;
}
.wi-content .wi-button.brown {
	background: #845b3d;
}
.wi-content .wi-button.black {
	background: #222;
}
.wi-content .wi-button.white {
	border-color: #444;
	background: #fff;
	color: #444;
}
.wi-content .wi-intro {
	font-size: 1.2em;
	color: var(--text-color-stronger);
}
.wi-content .wi-shadowed {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.wi-content .wi-bordered {
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wi-content .wi-rounded {
	border-radius: 5px;
}
.wi-content .wi-image-section {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	margin: 15px 0 10px;
}
.wi-content .wi-image-section img {
	vertical-align: top;
}
.wi-content .wi-image-section .wi-caption {
	max-width: 480px;
	margin: 1rem auto 0;
	font-size: 0.823529411764706rem;
	line-height: 1.2em;
	color: #aaa;
	text-align: center;
}
.wi-content .wi-section-icon {
	margin-top: 30px;
}
.wi-content .wi-section-icon + * {
	margin-top: 15px;
}
.wi-content .wi-list {
	margin: 15px 0 0;
	padding: 0;
	line-height: 1.4em;
}
.wi-content .wi-list > li {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
	font-size: 1rem;
	line-height: 1.4em;
}
.wi-content .wi-list > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.disc,
.wi-content .wi-list.circle {
	padding-left: 24px;
}
.wi-content .wi-list.disc > li,
.wi-content .wi-list.circle > li {
	position: relative;
}
.wi-content .wi-list.disc > li:before,
.wi-content .wi-list.circle > li:before {
	content: "";
	position: absolute;
	left: -22px;
	top: 8px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.wi-content .wi-list.disc > li:before {
	background: #777;
}
.wi-content .wi-list.circle > li:before {
	border: 1px solid #777;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wi-content .wi-list.decimal {
	padding-left: 24px;
	counter-reset: section;
}
.wi-content .wi-list.decimal > li {
	position: relative;
}
.wi-content .wi-list.decimal > li:before {
	counter-increment: section;
	content: "" counter(section) ".";
	position: absolute;
	left: -24px;
	top: 0;
	display: block;
	font-size: 1rem;
	line-height: 1.4em;
}
.wi-content .wi-list.checklist {
	padding-left: 24px;
}
.wi-content .wi-list.checklist > li {
	position: relative;
}
.wi-content .wi-list.checklist > li:before {
	content: "";
	position: absolute;
	left: -24px;
	top: 4px;
	display: block;
	width: 14px;
	height: 14px;
	background: transparent url("../img/svg/icon.yes.svg") 50% no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}
.wi-content .wi-list.space-5 > li {
	margin: 5px 0 0;
}
.wi-content .wi-list.space-5 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.space-10 > li {
	margin: 10px 0 0;
}
.wi-content .wi-list.space-10 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.space-15 > li {
	margin: 15px 0 0;
}
.wi-content .wi-list.space-15 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.space-20 > li {
	margin: 20px 0 0;
}
.wi-content .wi-list.space-20 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.space-25 > li {
	margin: 25px 0 0;
}
.wi-content .wi-list.space-25 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.space-30 > li {
	margin: 30px 0 0;
}
.wi-content .wi-list.space-30 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.space-35 > li {
	margin: 35px 0 0;
}
.wi-content .wi-list.space-35 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.space-40 > li {
	margin: 40px 0 0;
}
.wi-content .wi-list.space-40 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.space-45 > li {
	margin: 45px 0 0;
}
.wi-content .wi-list.space-45 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-list.space-50 > li {
	margin: 50px 0 0;
}
.wi-content .wi-list.space-50 > li:first-child {
	margin-top: 0;
}
.wi-content .wi-columns {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}
.wi-content .wi-columns.middle {
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.wi-content .wi-columns.wrap {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wi-content .wi-columns.full-line {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wi-content .wi-columns.fixed {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wi-content .wi-columns.fixed > * {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
.wi-content .wi-columns > *.middle {
	-webkit-align-self: center;
	align-self: center;
	-ms-flex-item-align: center;
}
.wi-content .wi-columns.space-5 > *:not(:last-child) {
	margin-right: 5px;
}
.wi-content .wi-columns.space-10 > *:not(:last-child) {
	margin-right: 10px;
}
.wi-content .wi-columns.space-15 > *:not(:last-child) {
	margin-right: 15px;
}
.wi-content .wi-columns.space-20 > *:not(:last-child) {
	margin-right: 20px;
}
.wi-content .wi-columns.space-25 > *:not(:last-child) {
	margin-right: 25px;
}
.wi-content .wi-columns.space-30 > *:not(:last-child) {
	margin-right: 30px;
}
.wi-content .wi-columns.space-35 > *:not(:last-child) {
	margin-right: 35px;
}
.wi-content .wi-columns.space-40 > *:not(:last-child) {
	margin-right: 40px;
}
.wi-content .wi-columns.space-45 > *:not(:last-child) {
	margin-right: 45px;
}
.wi-content .wi-columns.space-50 > *:not(:last-child) {
	margin-right: 50px;
}
.wi-content .wi-icon.gray {
	color: #d9d9d9;
}
.wi-content .wi-icon.black {
	color: #000;
}
.wi-content .wi-icon img {
	width: auto !important;
	max-width: none !important;
	height: 1em !important;
}
.wi-content .wi-icon.size-1 {
	font-size: 1px;
}
.wi-content .wi-icon.size-2 {
	font-size: 2px;
}
.wi-content .wi-icon.size-3 {
	font-size: 3px;
}
.wi-content .wi-icon.size-4 {
	font-size: 4px;
}
.wi-content .wi-icon.size-5 {
	font-size: 5px;
}
.wi-content .wi-icon.size-6 {
	font-size: 6px;
}
.wi-content .wi-icon.size-7 {
	font-size: 7px;
}
.wi-content .wi-icon.size-8 {
	font-size: 8px;
}
.wi-content .wi-icon.size-9 {
	font-size: 9px;
}
.wi-content .wi-icon.size-10 {
	font-size: 10px;
}
.wi-content .wi-icon.size-11 {
	font-size: 11px;
}
.wi-content .wi-icon.size-12 {
	font-size: 12px;
}
.wi-content .wi-icon.size-13 {
	font-size: 13px;
}
.wi-content .wi-icon.size-14 {
	font-size: 14px;
}
.wi-content .wi-icon.size-15 {
	font-size: 15px;
}
.wi-content .wi-icon.size-16 {
	font-size: 16px;
}
.wi-content .wi-icon.size-17 {
	font-size: 17px;
}
.wi-content .wi-icon.size-18 {
	font-size: 18px;
}
.wi-content .wi-icon.size-19 {
	font-size: 19px;
}
.wi-content .wi-icon.size-20 {
	font-size: 20px;
}
.wi-content .wi-icon.size-21 {
	font-size: 21px;
}
.wi-content .wi-icon.size-22 {
	font-size: 22px;
}
.wi-content .wi-icon.size-23 {
	font-size: 23px;
}
.wi-content .wi-icon.size-24 {
	font-size: 24px;
}
.wi-content .wi-icon.size-25 {
	font-size: 25px;
}
.wi-content .wi-icon.size-26 {
	font-size: 26px;
}
.wi-content .wi-icon.size-27 {
	font-size: 27px;
}
.wi-content .wi-icon.size-28 {
	font-size: 28px;
}
.wi-content .wi-icon.size-29 {
	font-size: 29px;
}
.wi-content .wi-icon.size-30 {
	font-size: 30px;
}
.wi-content .wi-icon.size-31 {
	font-size: 31px;
}
.wi-content .wi-icon.size-32 {
	font-size: 32px;
}
.wi-content .wi-icon.size-33 {
	font-size: 33px;
}
.wi-content .wi-icon.size-34 {
	font-size: 34px;
}
.wi-content .wi-icon.size-35 {
	font-size: 35px;
}
.wi-content .wi-icon.size-36 {
	font-size: 36px;
}
.wi-content .wi-icon.size-37 {
	font-size: 37px;
}
.wi-content .wi-icon.size-38 {
	font-size: 38px;
}
.wi-content .wi-icon.size-39 {
	font-size: 39px;
}
.wi-content .wi-icon.size-40 {
	font-size: 40px;
}
.wi-content .wi-icon.size-41 {
	font-size: 41px;
}
.wi-content .wi-icon.size-42 {
	font-size: 42px;
}
.wi-content .wi-icon.size-43 {
	font-size: 43px;
}
.wi-content .wi-icon.size-44 {
	font-size: 44px;
}
.wi-content .wi-icon.size-45 {
	font-size: 45px;
}
.wi-content .wi-icon.size-46 {
	font-size: 46px;
}
.wi-content .wi-icon.size-47 {
	font-size: 47px;
}
.wi-content .wi-icon.size-48 {
	font-size: 48px;
}
.wi-content .wi-icon.size-49 {
	font-size: 49px;
}
.wi-content .wi-icon.size-50 {
	font-size: 50px;
}
.wi-content .wi-icon.size-51 {
	font-size: 51px;
}
.wi-content .wi-icon.size-52 {
	font-size: 52px;
}
.wi-content .wi-icon.size-53 {
	font-size: 53px;
}
.wi-content .wi-icon.size-54 {
	font-size: 54px;
}
.wi-content .wi-icon.size-55 {
	font-size: 55px;
}
.wi-content .wi-icon.size-56 {
	font-size: 56px;
}
.wi-content .wi-icon.size-57 {
	font-size: 57px;
}
.wi-content .wi-icon.size-58 {
	font-size: 58px;
}
.wi-content .wi-icon.size-59 {
	font-size: 59px;
}
.wi-content .wi-icon.size-60 {
	font-size: 60px;
}
.wi-content .wi-icon.size-61 {
	font-size: 61px;
}
.wi-content .wi-icon.size-62 {
	font-size: 62px;
}
.wi-content .wi-icon.size-63 {
	font-size: 63px;
}
.wi-content .wi-icon.size-64 {
	font-size: 64px;
}
.wi-content span.wi-icon {
	display: inline-block;
	margin-right: 3px;
}
.wi-content span.wi-icon img {
	vertical-align: -0.175em;
}