
.text-underline {text-decoration:underline}
.text-through {text-decoration:line-through}
.text-italic {font-style:italic}
.font-extra-light {font-weight:200}
.font-regular {font-weight:400}
.font-bold {font-weight:700}
.text-left {text-align:left}
.text-center {text-align:center}
.text-right {text-align:right}
.text-white {color:#fff}
.text-gray {color:#777}
.text-orange {color:#ff612e}
.text-black {color:#363636}
.bg-white {background-color:#fff}
.bg-gray {background-color:#f5f5f5}
.bg-dark {background-color:#b4b4b4}
.bg-black {background-color:#363636}
.bg-orange {background-color:#ff612e}
.bg-gradient {background-image:linear-gradient(135deg,#FFAC88 0%,#FF6D63 100%)}
.com-checkbox .checkbox-txt {position:relative;padding-left:25px;margin:20px}
.com-checkbox input[type=checkbox] {visibility:hidden;opacity:0}
.com-checkbox .checkbox-txt:before {background-color:#ff612e;color:#fff;position:absolute;top:50%;transform:translateY(-50%);left:0;display:block;width:18px;height:18px;content:"";user-select:none;cursor:pointer}
.com-checkbox .checkbox-txt:after {box-shadow:2px 16px 32px rgba(255,97,46,.1);cursor:pointer;transition:all linear .2s;visibility:hidden;opacity:0;position:absolute;top:50%;transform:translateY(-50%);left:0;width:18px;height:18px;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%;background-image:url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)}
.com-checkbox input[type=checkbox]:checked+.checkbox-txt:after {visibility:visible;opacity:1}
.tip-blue {background:#f8f8f8;padding:15px 20px;margin:20px 0;border-radius:2px}
.tip-orange {background:#ffefea;padding:15px 20px;margin:20px 0;border-left:3px solid #ff9d7d}
.btn {padding:10px 20px;border:2px solid transparent;margin:10px;transition:all linear .2s;font-size:18px;border-radius:3px;text-transform:uppercase;box-shadow:2px 16px 32px rgba(255,97,46,.16);display:inline-flex;align-items:center;word-break:keep-all;white-space:nowrap}
.btn:hover {filter:contrast(86%)}
.btn svg {margin-right:10px}
.btn.big {font-size:22px;padding:12px 22px}
.btn.small {font-size:14px;padding:4px 10px}
.orange-btn {background:#ff612e;color:#fff;border-color:#ff612e}
.orange-btn:hover {color:#fff}
.white-btn {background:#fff;color:#ff612e;border-color:#fff}
.white-btn-border {border-color:#fff;color:#fff}
.white-btn-border:hover {border-color:#fff;color:#fff}
.orange-btn-border {border-color:#ff612e;color:#ff612e}
.orange-btn-border:hover {background:#ff612e;color:#fff}
.paypal-btn {background-color:#ffc439;display:block;max-width:192px;margin:10px auto;padding:10px 0;border-radius:3px}
.paypal-btn svg {filter:drop-shadow(0 1px 0 rgba(255,255,255,0.68))}
.switch-group {padding-top:10px;font-size:18px}
.switch-group .cell.actived {color:currentColor;cursor:default;color:#ff612e}
.switch-group .cell svg {margin-right:5px}
.switch-group .cell:first-child {margin-right:15px;padding-right:15px;position:relative}
.switch-group .cell:first-child:after {content:'';width:2px;height:20px;background:#777;position:absolute;right:0;top:2px}
.download-btn {border-radius:3px;position:relative;display:inline-flex;align-items:center;padding:6px 20px;margin:10px;box-shadow:2px 16px 32px rgba(255,97,46,.16);border:2px solid #ff612e;word-break:keep-all;white-space:nowrap}
.download-btn:hover {filter:contrast(86%);color:#fff;background-color:#ff612e}
.download-btn .rgt {text-align:left;padding-left:15px}
.download-btn .txt {font-size:22px;font-weight:700;text-transform:uppercase;line-height:1}
.download-btn .version-info {font-size:12px;font-weight:400;padding-top:2px}
.download-btn .pri {font-size:12px;font-weight:700}
.download-btn .pri span {font-weight:400;text-decoration:line-through;margin-left:2px;opacity:.86}
.secure-btn {display:inline-block;margin:10px;text-align:center;text-decoration:none}
.secure-btn:hover {text-decoration:none!important}
.secure-btn .tp {padding:10px 20px 10px 68px;color:#fff;position:relative;transition:all linear .2s}
.secure-btn .tp:after {content:'';background-image:url(images/btn-icon.png);background-repeat:no-repeat;width:28px;height:28px;position:absolute;left:20px;top:26%;display:block}
.secure-btn[href$=".dmg"] .tp:after {background-position:0 -28px;height:24px}
.secure-btn .txt,.secure-btn .tip {display:block;text-align:left}
.secure-btn .txt.small {font-size:14px;line-height:1.7em}
.secure-btn .txt {font-size:18px;font-weight:700;line-height:1.4em}
.secure-btn .tip {font-size:12px;font-weight:200}
.secure-btn .bt {font-size:13px;color:#9b9b9b;margin-top:8px;position:relative}
.secure-btn .bt:before {content:'';background-image:url(images/btn-icon.png);background-repeat:no-repeat;width:28px;height:16px;background-position:0 -54px;position:relative;top:3px;display:inline-block;margin-right:4px}
.secure-btn.secure-btn-orange .tp {background-color:#ff612e}
.secure-btn.secure-btn-orange:hover .tp {background-color:#ff612e}
.container {max-width:1220px;margin:0 auto;padding:0 10px;position:relative;z-index:0}
.inline-block {display:inline-block}
.relative {position:relative}
.com-block {padding:76px 0}
.com-block .com-title {font-size:36px;margin:0 auto 30px;font-weight:700;max-width:960px}
.com-block .com-tip {font-size:18px;color:#777;margin:0 auto 50px;max-width:960px}
.logo-bg {position:relative;overflow:hidden;z-index:0}
.logo-bg:after {content:'';background-image:url(images/logo-bg.svg);background-repeat:no-repeat;position:absolute;opacity:.1;z-index:-1}
.flexible {display:flex}
.inline-flexible {display:inline-flex}
.flex-direction-row {flex-direction:row}
.flex-direction-column {flex-direction:column}
.flex-wrap-nowrap {flex-wrap:nowrap}
.flex-wrap-wrap {flex-wrap:wrap}
.flex-wrap-reverse {flex-wrap:wrap-reverse}
.flex-justify-start {justify-content:flex-start}
.flex-justify-end {justify-content:flex-end}
.flex-justify-center {justify-content:center}
.flex-justify-between {justify-content:space-between}
.flex-align-start {align-items:flex-start}
.flex-align-end {align-items:flex-end}
.flex-align-center {align-items:center}
ul.list-dot,ul.list-ok,ul.list-num {margin:20px 0;display:inline-flex;text-align:left;flex-direction:column;max-width:100%}
ul.list-dot>li {position:relative;padding-left:14px}
ul.list-dot>li:after {content:'';width:4px;height:4px;border-radius:50%;background:currentColor;position:absolute;left:0;top:8px}
ul.list-dot>li:not(:last-child) {margin-bottom:10px}
ul.list-ok>li {position:relative;padding-left:30px}
ul.list-ok>li:after {content:'';width:18px;height:18px;background:url(images/ok-ico.svg);position:absolute;left:0;top:0;background-size:cover}
ul.list-ok>li:not(:last-child) {margin-bottom:10px}
ul.list-num {counter-reset:li}
ul.list-num>li {position:relative;padding-left:20px}
ul.list-num>li:before {content:counter(li)".";counter-increment:li;position:absolute;left:0;top:0}
ul.list-num>li:not(:last-child) {margin-bottom:10px}
